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 a nominator pool — along with multiple nominators.

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

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

However, each pool type has specific requirements for memo fields and handling, which are crucial to ensure successful transactions. The TON Staking API is also planned to support other pool types in the future.

Get an authentication token to start using Staking API.

We provide two distinct endpoints for testing and production environments.

For TON, there are the following networks available:

  • mainnet — mainnet.
  • testnet — Testnet environment.

What's Next?