Vote on an Aptos governance proposal
Voting is an on-chain transaction against 0x1::aptos_governance. This app never holds private keys.
Agent flow
- Open
/proposal/{proposalId}in the user's browser. - Ask the user to connect an AIP-62 wallet (Petra or any registered wallet).
- Use the on-page voting panel. The user must review and sign the transaction.
- Do not attempt to submit a vote through the REST or MCP APIs — they are read-only.
Registration
Read /auth.md for agent registration. Read APIs do not require a token.