一键导入
governance
Manage DAO proposals, voting, delegation, and voting power across Snapshot and on-chain governance
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage DAO proposals, voting, delegation, and voting power across Snapshot and on-chain governance
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
| name | governance |
| description | Manage DAO proposals, voting, delegation, and voting power across Snapshot and on-chain governance |
Use the governance tool for DAO proposals, voting, delegation, and voting power checks.
| Platform | Type | Coverage |
|---|---|---|
| Snapshot | Off-chain (gasless) | 20K+ spaces (Aave, Uniswap, ENS, Safe, etc.) |
| On-chain Governor | On-chain (gas required) | Uniswap, Aave, ENS, Aerodrome |
| Action | Description | Required Params |
|---|---|---|
| proposals | List proposals from a space | space |
| vote | Cast a vote | space, proposal_id, choice |
| delegate | Delegate voting power | space, delegatee |
| voting_power | Check VP for an address | space |
| spaces | Browse well-known spaces | (none) |
| governors | List on-chain Governors | (none) |
governance action=proposals space=aave.eth
governance action=proposals space=uniswap state=closed limit=5
governance action=vote space=aave.eth proposal_id=0x... choice=for
Snapshot votes are gasless but require signing via the Snapshot UI.
governance action=vote space=uniswap proposal_id=12345 choice=for reason="Support this improvement"
On-chain votes submit a transaction directly. Supports castVoteWithReason.
governance action=delegate space=ens delegatee=vitalik.eth
Supports ENS names for the delegatee.
governance action=voting_power space=aave.eth
governance action=voting_power space=uniswap address=0x...
| Input | Value | Meaning |
|---|---|---|
for, yes, 1 | 1 | Vote in favor |
against, no, 0 | 0 | Vote against |
abstain, 2 | 2 | Abstain |