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

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

## Chain Details

| Parameter            | Value             |
| -------------------- | ----------------- |
| **Minimum Stake**    | 1 SUI             |
| **Unbonding Period** | \~1 day (1 epoch) |
| **Networks**         | mainnet, testnet  |

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

All amounts are specified in MIST (1 SUI = 10⁹ MIST).

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

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

For Sui blockchain, there are several networks available:

* `mainnet` — production network
* `testnet` — testnet for development and testing purposes


## Related topics

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