dao_exec
Execute passed DAO proposals on-chain by signing and broadcasting transactions. Use after proposals succeed in voting to implement governance decisions.
Instructions
Use this when a proposal has passed and needs to be executed on-chain. Signs and broadcasts an on-chain transaction. Requires 'proposal_id'. The proposal must have passed (tally succeeded). See also: dao_get_proposal, dao_vote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | The unique ID of the proposal to execute |