get_voting_power
Get voting power for a given address in a governor contract at any block number. Supports major EVM networks, enabling governance decisions and voting analysis.
Instructions
Get voting power for an address at a specific block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address to check | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| blockNumber | No | Block number (default: latest) | |
| governorAddress | Yes | Governor contract address |