> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bevor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitor Your Deployments

> Catch vulnerabilities in your contracts before they become exploits

Monitor and analyze your deployed smart contracts across major blockchain networks. BevorAI provides continuous security monitoring, real-time threat detection, and comprehensive analysis to help keep your code secure in production.

## Post-Deployment Monitoring Methods

### Manual (Dashboard)

* Open the Dashboard: <a href="https://app.bevor.io">app.bevor.io</a>
* Paste your contract address or select from your projects to start monitoring immediately
* View findings, configure alerts, and track security metrics

### Agent / API

* Automate monitoring via scheduled jobs or infrastructure agents using the Bevor API
* Recommended for teams deploying multiple contracts or across multiple networks
* See the <a href="/api-reference/introduction">API Reference</a> for endpoints and examples

## Supported Networks

| Network Type | Network Name    | Capabilities                               |
| ------------ | --------------- | ------------------------------------------ |
| **Mainnet**  | Ethereum        | Complete transaction and state analysis    |
|              | Polygon         | High-frequency monitoring and MEV analysis |
|              | Arbitrum        | Layer 2 specific security patterns         |
|              | Optimism        | Optimistic rollup security considerations  |
|              | Base            | Coinbase L2 monitoring and analysis        |
|              | Avalanche       | Subnet security and cross-chain analysis   |
|              | BNB Smart Chain | BSC-specific vulnerability patterns        |
| **Testnet**  | Goerli          | Ethereum testnet analysis                  |
|              | Mumbai          | Polygon testnet monitoring                 |
|              | Arbitrum Goerli | L2 testnet security testing                |
|              | Optimism Goerli | Optimistic testnet analysis                |

<Note>
  Need monitoring for a different network? Email [contact@bevor.io](mailto:contact@bevor.io) to request new network support.
</Note>

### Alert Management

* **Configure Alert Thresholds**: Set appropriate sensitivity levels for your use case
* **Define Response Workflows**: Create clear procedures for handling security events
* **Regular Review**: Keep alert rules updated as your contracts evolve
* **Team Coordination**: Ensure your dev team understands security alerts and responses

## Troubleshooting

### Common Monitoring Issues

#### Network Connectivity

* Verify RPC endpoint availability
* Check for rate limiting issues
* Configure backup node providers
* Monitor network synchronization status

#### Analysis Performance

* Optimize scanning frequency based on contract activity
* Focus scanning on critical functions and state changes
* Configure appropriate timeout settings
* Balance monitoring depth with resource usage

### Getting Support

For technical issues or questions:

* **Documentation**: Comprehensive guides at [docs.bevor.io](https://docs.bevor.io)
* **Direct Support**: Email [contact@bevor.io](mailto:contact@bevor.io)
* **Emergency**: Critical security issues get priority response

## Next Steps

<Card title="API Integration" icon="code" href="/api-reference/introduction">
  Build security monitoring into your deployment pipeline
</Card>
