The TON Liquid Staking Platform is a backend service for staking TON.
- Open the staking front-end and connect a TON Connect compatible wallet.
- Review the current pool statistics and your balance.
- Enter an amount of TON to stake.
- Confirm the transaction in your wallet.
- To exit, choose an amount to unstake and confirm again.
Your staked TON earns rewards while you keep a liquid position you can manage.
The platform provides an HTTP API that:
- Returns staking pool data.
- Returns staked and available balances for an address.
- Prepares
stakeandunstaketransaction payloads.
Interactive API documentation is available at /docs (Swagger UI) once the service is running. See API.md for the reference.