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

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

## Chain Details

| Parameter            | Value            |
| -------------------- | ---------------- |
| **Minimum Stake**    | 1 IP             |
| **Unbonding Period** | 14 days          |
| **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 Story, there are several networks available:

* `mainnet` — production environment
* `aeneid` — Story testnet


## Related topics

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