▸ DAO Governance
Integration with Frameworks
Supports automated voting with:
Snapshot (off-chain, IPFS-based)
Tally (Compound-style on-chain voting)
Aragon / SafeSnap (DAO proposals with executable outcomes)
Examples
Vote YES on any proposal from verified wallets
Vote NO if quorum > 60% and deadline is in <24h
Automatically delegate to delegateKey after inactivity
Role of Session Keys in Signing Votes
Opus signs governance messages with temporary keys via EIP-7702
Votes are scoped to specific DAOs, proposals, or time windows
Mitigates risk of long-term key exposure
This enables participation in governance workflows even when the user is offline, while retaining full control and revocability.
Last updated