- Multi-Party Authorization: Groups aggregate accounts with weighted voting power, enabling multiple parties to collectively authorize on-chain actions without relying on a single key.
- Flexible Decision Policies: Each group can have multiple policy accounts with independent threshold or percentage-based rules, allowing different authorization requirements for different types of actions.
- Permissioned Execution: Proposals are only executed when they meet the policy’s acceptance criteria, ensuring on-chain actions reflect genuine collective agreement.
- DAO and Consortium Support: Ideal for coordinating on-chain operations across organizations, multisig signers, and governance participants.
Source Code
The source code for the Group module can be found here.Available Documentation
This section contains detailed documentation for the Group module.- API Reference - Complete API reference for gRPC queries and transactions
- Architecture - System architecture, core concepts, and module integration details