> ## 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 Monad works with the P2P.org Staking API.

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

## Chain Details

| Parameter            | Value      |
| -------------------- | ---------- |
| **Minimum Stake**    | No minimum |
| **Unbonding Period** | 7 days     |
| **Networks**         | testnet    |

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

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

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

For Monad, there are two networks available:

* `mainnet` — Monad mainnet
* `testnet` — Monad testnet


## Related topics

- [Getting Started](/docs/staking-monad.md)
- [Withdrawal](/docs/withdrawal-monad.md)
- [Staking API reference](/reference/monad-delegators-create-delegation.md)
- [Unified API guide](/docs/unified-api-monad.md)
