# Terms of Use

1. Decentralized nature. Jettons and Strategy Tokens on the TON network are decentralized digital assets (see [docs.ton.org](https://docs.ton.org/mandarin/v3/documentation/dapps/assets/jetton#:~:text=Jetton)).\
   Ton Raffles only provides a user interface for interacting with open smart contracts; we do not control or administer any issued tokens.\
   Each user is fully responsible for their actions and for the content of the contracts they create.
2. #### Irreversibility of transactions

   All operations on the TON blockchain are irreversible: once a transaction is confirmed in your wallet, it cannot be canceled. Key token parameters (name, symbol, total supply, tax rate, and fee distribution) cannot be changed after ownership of the contract has been revoked.
3. #### Legal compliance

   It is prohibited to create tokens that violate copyrights, trademarks, use third-party brands, or are intended for fraudulent activities. Users must independently ensure the legal compliance of their actions and follow the laws of their jurisdiction.
4. #### No warranties

   The platform is not responsible for technical issues, loss of funds, or errors in smart contracts.\
   By using the service, you agree to act at your own risk. Neither Ton Raffles nor the developers of the open-source contracts provide guarantees regarding the performance or security of the code.
5. #### Fees and costs

   Deploying tokens requires a minimum amount of TON to cover gas fees (recommended: \~0.25 TON) and/or burning RAFF tokens equal to 1 USD, if applicable according to platform rules.\
   Strategy Tokens additionally require \~5.5 TON to cover tax mechanics and auto-swap operations.
6. #### Additional responsibilities for Strategy Tokens

   Strategy Tokens include a 10% fee mechanism and automatic distribution logic.\
   The token creator must correctly configure the Treasury and royalty addresses, maintain a sufficient balance on the master contract (recommended ≥ 2–5 TON), and follow DEX requirements (only DeDust and only the TON pair are supported).\
   Any configuration mistakes may result in failed auto-swaps or loss of funds.
7. #### Prohibition of fraud and misleading information

   It is forbidden to create tokens that promise unrealistic returns, manipulate users, or mislead people regarding their purpose.\
   The user bears full legal responsibility for any consequences.
8. #### Market and technical risks

   Trading tokens — especially those using auto-conversion and DEX mechanics — involves market volatility, slippage, potential liquidity loss, and technical failures.\
   Before interacting with any token, evaluate your risks and ensure you fully understand how the mechanics work.


---

# 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/terms-of-use.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.
