check_vote_eligibility
Check if a blockchain address is eligible to vote on a governance proposal. Provide the governor contract address, proposal ID, and wallet address to verify voting power and eligibility across supported EVM networks.
Instructions
Check if an address can vote on a proposal
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 |
| proposalId | Yes | Proposal ID | |
| governorAddress | Yes | Governor contract address |