> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cosmos.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> On-Chain Multisig Accounts and Collective Decision-Making

The Group module is a Cosmos SDK module that enables on-chain multisig accounts and collective decision-making through configurable voting policies. Any set of accounts can form a named group, attach one or more decision policies to it, and collectively authorize the execution of arbitrary messages through a proposal-and-vote workflow.

Unlike chain-wide governance proposals, group proposals are scoped to a specific group policy account — enabling organizations, DAOs, and consortiums to manage their on-chain operations with flexible, programmable authorization rules.

The Group module is designed for networks that require:

1. **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.
2. **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.
3. **Permissioned Execution:** Proposals are only executed when they meet the policy's acceptance criteria, ensuring on-chain actions reflect genuine collective agreement.
4. **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](https://github.com/cosmos/cosmos-sdk/tree/main/enterprise/group).

## Available Documentation

This section contains detailed documentation for the Group module.

* **[API Reference](/enterprise/components/group/api)** - Complete API reference for queries and messages
* **[Architecture](/enterprise/components/group/architecture)** - System architecture, core concepts, and module integration details

## Availability

The Group module is commercially licensed and available as part of the Cosmos Enterprise subscription.

Contact [institutions@cosmoslabs.io](mailto:institutions@cosmoslabs.io) to learn more about how you can use the Group module for your chain.
