Overview
Staking within the TON network using the Staking API is possible in several ways:
- 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:
- Create a staking transaction.
- Sign and send the transaction to the network.
Get an authentication token to start using Staking API.
We provide two distinct endpoints for testing and production environments.
- PRODUCTION: https://api.p2p.org
- TESTING: https://api-test.p2p.org
For TON, there are the following networks available:
mainnet— mainnettestnet— Testnet environment
What's next?
Updated 6 days ago