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

Staking within the TON network using the Staking API is possible in several ways:

## Chain Details

| Parameter            | Value                         |
| -------------------- | ----------------------------- |
| **Minimum Stake**    | 10,001 TON (single nominator) |
| **Unbonding Period** | \~18 hours                    |
| **Networks**         | mainnet, testnet              |

* Via a Single Nominator Pool: for high-stake validators that nominate themselves
* Via Ton Whales Pools: along with multiple nominators

For both flows, the staking process consists of the same steps:

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

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

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

For TON, there are the following networks available:

* `mainnet` — mainnet
* `testnet` — Testnet environment


## Related topics

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