# Strategy token

A Strategy Token is an extended jetton with a built-in **10% tax on every transaction**, including:

* buys
* sells
* liquidity withdrawals
* cancelled trades due to slippage (the fee is charged once)

The tax is distributed as follows:

* **80%** — to the project Treasury
* **10%** — to the Royalty 1 address (typically the team)
* **10%** — to the Royalty 2 address (mechanic creators)

The Treasury and Royalty 1 may use the same address or distribute TON independently, depending on the needs of your project. By default, when TON is withdrawn from the master contract, the funds are sent in three separate transactions.

<figure><img src="/files/kJXL4KIwqKYHUxNb4Quj" alt=""><figcaption></figcaption></figure>


---

# 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://gitbook.tonraffles.org/ton-raffles/modules/token-minter/strategy-token.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.
