> For the complete documentation index, see [llms.txt](https://gitbook.tonraffles.org/ton-raffles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.tonraffles.org/ton-raffles/modules.md).

# Modules

- [Swap](https://gitbook.tonraffles.org/ton-raffles/modules/swap.md): DEX
- [Token minter](https://gitbook.tonraffles.org/ton-raffles/modules/token-minter.md): The Token Minter module allows you to create and manage your own tokens on the TON blockchain.
- [Standard token](https://gitbook.tonraffles.org/ton-raffles/modules/token-minter/standard-token.md)
- [Deploy standard token](https://gitbook.tonraffles.org/ton-raffles/modules/token-minter/standard-token/deploy-standard-token.md): Инструкция по созданию классического токена
- [Manage standard token](https://gitbook.tonraffles.org/ton-raffles/modules/token-minter/standard-token/manage-standard-token.md)
- [Strategy token](https://gitbook.tonraffles.org/ton-raffles/modules/token-minter/strategy-token.md): What is a Strategy Token?
- [Deploy strategy contract](https://gitbook.tonraffles.org/ton-raffles/modules/token-minter/strategy-token/deploy-strategy-contract.md)
- [Manage strategy token](https://gitbook.tonraffles.org/ton-raffles/modules/token-minter/strategy-token/manage-strategy-token.md)
- [Terms of Use](https://gitbook.tonraffles.org/ton-raffles/modules/token-minter/terms-of-use.md)
- [Jetton Launchpad](https://gitbook.tonraffles.org/ton-raffles/modules/jetton-launchpad.md): The Token Launchpad on Ton Raffles is a revolutionary solution that uses a specialized smart contract to provide maximum transparency, security and automation of the token sale process.
- [FairLaunch](https://gitbook.tonraffles.org/ton-raffles/modules/jetton-launchpad/fairlaunch.md)
- [How to participate in a Fair Launch?](https://gitbook.tonraffles.org/ton-raffles/modules/jetton-launchpad/fairlaunch/how-to-participate-in-a-fair-launch.md): Below is a detailed guide on participating in a Fair Launch format:
- [FAQ](https://gitbook.tonraffles.org/ton-raffles/modules/jetton-launchpad/fairlaunch/faq.md)
- [Terms of use](https://gitbook.tonraffles.org/ton-raffles/modules/jetton-launchpad/fairlaunch/terms-of-use.md): Revised: February 29, 2024
- [How to create a Fair Launch](https://gitbook.tonraffles.org/ton-raffles/modules/jetton-launchpad/fairlaunch/how-to-create-a-fair-launch.md): To successfully conduct a fair launch of your token, the following conditions must be met
- [Presale](https://gitbook.tonraffles.org/ton-raffles/modules/jetton-launchpad/presale.md): The second token launch format is Presale
- [NFT Launchpad](https://gitbook.tonraffles.org/ton-raffles/modules/nft-launchpad.md): NFTs are born here!
- [Lock](https://gitbook.tonraffles.org/ton-raffles/modules/lock.md): Asset freezing (jettons or LP tokens)
- [Staking](https://gitbook.tonraffles.org/ton-raffles/modules/staking.md): Staking on Ton Raffles Dapp is a method of providing stable passive income that allows users to earn rewards for storing and locking their tokens in special pools.
- [Simple staking](https://gitbook.tonraffles.org/ton-raffles/modules/staking/simple-staking.md)
- [FAQ](https://gitbook.tonraffles.org/ton-raffles/modules/staking/simple-staking/faq.md): How does Simple Staking work?
- [Manual](https://gitbook.tonraffles.org/ton-raffles/modules/staking/simple-staking/manual.md)
- [Create a Staking Pool](https://gitbook.tonraffles.org/ton-raffles/modules/staking/simple-staking/create-a-staking-pool.md)
- [Terms of use](https://gitbook.tonraffles.org/ton-raffles/modules/staking/simple-staking/terms-of-use.md): Revised: January 26, 2024
- [Raff Club NFT Pass](https://gitbook.tonraffles.org/ton-raffles/modules/raff-club-nft-pass.md): Our platform has it's own NFT collection of 1500 NFTs, which assigns to it's holders the rights to specific services/features of our service.
- [$RAFF Tokenomics](https://gitbook.tonraffles.org/ton-raffles/modules/usdraff-tokenomics.md): All features on our platform, whether it's swap, farming, stakes, launchpads or grow community, will interact with our main token - $RAFF, as well as the Raff Club NFT Pass.
- [Burn records](https://gitbook.tonraffles.org/ton-raffles/modules/usdraff-tokenomics/burn-records.md): All tokens are burned and locked publicly.
- [$RAFF audit](https://gitbook.tonraffles.org/ton-raffles/modules/usdraff-tokenomics/usdraff-audit.md): We have successfully completed audits of smart contracts for $RAFF and Lock.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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