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

Staking in Celestia using the Staking API consists of several main steps:

## Chain Details

| Parameter            | Value             |
| -------------------- | ----------------- |
| **Minimum Stake**    | No minimum        |
| **Unbonding Period** | 21 days           |
| **Networks**         | celestia, mocha-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 Celestia, there are several networks available:

* `mainnet-beta` — production network
* `mocha-testnet` — testnet


## Related topics

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