cast_vote
Cast your vote on blockchain governance proposals by providing the governor contract address, proposal ID, and support choice. Works across multiple EVM-compatible networks.
Instructions
Cast a vote on a governance proposal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional reason for vote | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| support | Yes | Vote type | |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. | |
| proposalId | Yes | Proposal ID | |
| governorAddress | Yes | Governor contract address |