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

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

## Chain Details

| Parameter            | Value            |
| -------------------- | ---------------- |
| **Minimum Stake**    | 11 APT           |
| **Unbonding Period** | \~30 hours       |
| **Networks**         | mainnet, 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 Aptos, there are two networks available:

* `mainnet` — production network
* `testnet` — Aptos devnet


## Related topics

- [Getting Started](/docs/getting-started-aptos.md)
- [Withdrawal](/docs/withdrawal-aptos.md)
- [Staking API reference](/reference/aptos-staking-delegated-add.md)
- [Unified API guide](/docs/unified-api-aptos.md)
