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:

  1. Create a stake transaction.
  2. 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.

For TON, there are the following networks available:

  • mainnet — mainnet.
  • testnet — Testnet environment.

What's Next?