dao_vote
Cast votes on active DAO proposals by specifying proposal ID and vote option (yes/no/abstain/no_with_veto). Optionally include metadata or attempt execution after voting.
Instructions
Use this when you need to cast a vote on an active DAO proposal. Signs and broadcasts an on-chain transaction. Requires 'proposal_id' and 'option' (yes, no, abstain, or no_with_veto). Optional: 'metadata', 'exec_try' (try to execute after voting). See also: dao_get_proposal, dao_exec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | The unique ID of the proposal to vote on | |
| option | Yes | Vote option: yes, no, abstain, or no_with_veto | |
| metadata | No | Arbitrary metadata for the vote | |
| exec_try | No | If true, try to execute proposal after voting |