# Pool Jettons

### Pool Jettons

{% hint style="info" %}
Jettons - scalable tokens on TON Blockchain implemented according to TEP-74 and TEP-89 standards. Ownership of Jetton for actors is defined by the instance of Jetton Wallet Contract which is managed by the actor's Wallet Smart Contract.
{% endhint %}

Pool Jetton -  is a jetton that is used to manage and track assets lent to the pool. It also has DAO voting capabilities to be used for voting for network config parameters.

Special TON token equivalent for liquid staking that gives users for staked TON in the liquid staking pool. User can claim their reward in TON equivalent at any moment. Over time, the price of Pool Jetton grows relative to the cost of native TON, which acts as a motivation for holding tokens for a long time. This behavior(growing of the stTON price) is provided by the borrowing features in the TON LS Pool. The borrowing process is (lending funds from Pool for Election and Validation cycle) defines in Validator Controller smart contract.

### Deployment Policy <a href="#deploy" id="deploy"></a>

* Pool Jetton Minter smart contracts must be deployed by Pool contract
* Pool Jetton smart contracts can be deployed in the Basechain


---

# 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://ton-ls-protocol.gitbook.io/ton-liquid-staking-protocol/protocol-components/common-components/pool-jettons.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.
