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

# Overview

> How staking on Cosmos works with the P2P.org Staking API.

Staking in the Cosmos Hub network using the Staking API consists of several main steps:

## Chain Details

| Parameter            | Value       |
| -------------------- | ----------- |
| **Minimum Stake**    | No minimum  |
| **Unbonding Period** | 21 days     |
| **Networks**         | cosmoshub-4 |

1. Create a staking request.
2. Sign and send the transaction to the network.

<Snippet file="auth-setup.mdx" />

<Snippet file="test-prod-endpoints.mdx" />

For Cosmos Hub, one network is available:

* `cosmoshub-4` — production network


## Related topics

- [Getting Started](/docs/staking-cosmos.md)
- [Withdrawal](/docs/withdrawal-cosmos.md)
- [Staking API reference](/reference/create-cosmos-stake-transaction.md)
- [Unified API guide](/docs/unified-api-cosmos.md)
