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

Staking on Sei using the Staking API can be done in several steps:

## Chain Details

| Parameter            | Value                 |
| -------------------- | --------------------- |
| **Minimum Stake**    | No minimum            |
| **Unbonding Period** | 21 days               |
| **Networks**         | pacific-1, atlantic-2 |

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 Sei blockchain, there are several networks available:

* `pacific-1` — production network
* `atlantic-2` — testnet for development and testing purposes


## Related topics

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