# Token minter

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

With it, you can deploy standard tokens or more advanced smart-contract–based tokens, edit their metadata, distribute tokens among project participants, and manage the key parameters of your token.

> It is important to remember that a jetton is primarily a digital asset on the TON blockchain — a fungible unit of account (read more about jettons on [ton.org](https://docs.ton.org/mandarin/v3/documentation/dapps/assets/jetton#:~:text=Jetton)).
>
> The creation and use of such tokens must comply with applicable laws and must not violate the rights of third parties. The Token Minter only provides an interface for interacting with decentralized smart contracts. You are fully responsible for the content and legal status of the tokens you issue.

Ton Raffles Token Minter supports several types of token smart contracts:

* **Standard TON Token** — a zero-tax token contract, easy to deploy and modify. Suitable for community projects, test launches, or NFT utilities.
* **Strategy Token** — a token with a built-in 10% transaction tax and automated Treasury mechanics designed for long-term project frameworks.

Choose the contract type that suits your needs and create your first token on TON. If you already have a token, you can proceed to the editing page to manage it.


---

# 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.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.
