# stTON pricing

{% hint style="warning" %}
stTON is now available only for holding and unstaking, you cannot mint it. The actual Bemo LST is bmTON. Follow this link for more information: [bmTON section](/welcome-to-bemo/bmton.md).
{% endhint %}

stTON/TON token price is continuously calculated by the formulas.&#x20;

Staking TON:

> `stTON amount = TON staked / stTON price`

Unstaking stTON:

> `TON amount = stTON unstaked * stTON price`

stTON is priced by **bemo** in TON tokens and is calculated by the formula:

> `stTON price = (ton_pool + staking_reward - bemo_fee) / ton_pool`

`ton_pool` – TON tokens in the pool \
`staking_reward` – bemo validation rewards

\
The stTON app price accounts for the reward accumulated after each validation round.&#x20;

Due to the nature of staking, the stTON app price is constantly growing. The staked token price growth rate equals the TON blockchain staking yield ex **bemo** protocol fees.

**bemo** application fee equals twenty percent of the TON blockchain staking rewards. The fee includes the validation and the application services and is charged after every validation round.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bemo.fi/welcome-to-bemo/stton/stton-pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
