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

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

## Chain Details

| Parameter            | Value                         |
| -------------------- | ----------------------------- |
| **Minimum Stake**    | \~1 SOL (1002282880 lamports) |
| **Unbonding Period** | \~2-3 days (1 epoch)          |
| **Networks**         | mainnet-beta, testnet         |

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

* `mainnet-beta` — production environment
* `testnet` — Solana testing environment called Testnet. Note that we don't support Devnet environment yet.


## Related topics

- [Getting Started](/docs/staking-solana.md)
- [Sign and Send Transaction](/docs/signing-transaction-solana.md)
- [Withdrawal](/docs/withdrawal-solana.md)
- [Staking API reference](/reference/solana-staking-stake.md)
- [Unified API guide](/docs/unified-api-solana.md)
