# Torch DEX

## Torch DEX

- [Overview](https://doc.torch.finance/dex/readme.md)
- [Terms of Use](https://doc.torch.finance/dex/terms-of-use.md)
- [Introduction](https://doc.torch.finance/dex/getting-started/quickstart.md)
- [Challenges on TON](https://doc.torch.finance/dex/getting-started/challenges-on-ton.md): Exploring inefficiencies in stablecoin swaps and the growing demand for liquidity solutions
- [Solution for TON](https://doc.torch.finance/dex/getting-started/solution-for-ton.md): The hub for seamless and cost-effective asset swaps on TON.
- [Architecture](https://doc.torch.finance/dex/getting-started/architecture.md): Optimized DeFi architecture on TON
- [Concept](https://doc.torch.finance/dex/getting-started/architecture/concept.md): The guiding principles and innovative design behind Torch Finance
- [Core Components](https://doc.torch.finance/dex/getting-started/architecture/core-components.md)
- [Factory](https://doc.torch.finance/dex/getting-started/architecture/core-components/factory.md)
- [Vault](https://doc.torch.finance/dex/getting-started/architecture/core-components/vault.md)
- [Pool](https://doc.torch.finance/dex/getting-started/architecture/core-components/pool.md)
- [LP Account](https://doc.torch.finance/dex/getting-started/architecture/core-components/lp-account.md)
- [Oracle](https://doc.torch.finance/dex/getting-started/architecture/core-components/oracle.md)
- [Comparison](https://doc.torch.finance/dex/getting-started/architecture/comparison.md): Among the decentralized exchanges (DEXes) on TON, STON fi and DeDust are the most prominent. This section highlights the differences between Torch Finance and these platforms.
- [Interoperability](https://doc.torch.finance/dex/getting-started/architecture/interoperability.md): Seamless Interoperability Across DeFi Protocols
- [Meesage Flows](https://doc.torch.finance/dex/getting-started/architecture/meesage-flows.md)
- [Deposit](https://doc.torch.finance/dex/getting-started/architecture/meesage-flows/deposit.md)
- [Swap](https://doc.torch.finance/dex/getting-started/architecture/meesage-flows/swap.md)
- [Withdraw](https://doc.torch.finance/dex/getting-started/architecture/meesage-flows/withdraw.md)
- [Cross-Pool Operations](https://doc.torch.finance/dex/getting-started/architecture/meesage-flows/cross-pool-operations.md)
- [DEX SDK Guide](https://doc.torch.finance/dex/developer-guide/dex-sdk-guide.md)
- [Setup](https://doc.torch.finance/dex/developer-guide/dex-sdk-guide/setup.md)
- [Perform Swap](https://doc.torch.finance/dex/developer-guide/dex-sdk-guide/perform-swap.md)
- [Deposit Liquidity](https://doc.torch.finance/dex/developer-guide/dex-sdk-guide/deposit-liquidity.md)
- [Withdraw Liquidity](https://doc.torch.finance/dex/developer-guide/dex-sdk-guide/withdraw-liquidity.md)
- [How to send transaction](https://doc.torch.finance/dex/developer-guide/dex-sdk-guide/how-to-send-transaction.md)
- [Mnemonic (Node JS)](https://doc.torch.finance/dex/developer-guide/dex-sdk-guide/how-to-send-transaction/mnemonic-node-js.md)
- [TonConnect (React)](https://doc.torch.finance/dex/developer-guide/dex-sdk-guide/how-to-send-transaction/tonconnect-react.md)
- [Deployments](https://doc.torch.finance/dex/developer-guide/dex-sdk-guide/deployments.md)
- [Getting Started](https://doc.torch.finance/dex/user-guide/getting-started.md)
- [Audits](https://doc.torch.finance/dex/protocol/audits.md)
- [Tokenomics](https://doc.torch.finance/dex/protocol/tokenomics.md): Coming Soon.
- [Brand Kit](https://doc.torch.finance/dex/other/brand-kit.md): If you need some pictures of Torch  you can contact us!
- [Contacts](https://doc.torch.finance/dex/other/contacts.md)
- [Achievements](https://doc.torch.finance/dex/other/achievements.md)
- [How to get Transaction hash by Message hash](https://doc.torch.finance/dex/faq/how-to-get-transaction-hash-by-message-hash.md)
- [React (Vite) - Buffer Issues](https://doc.torch.finance/dex/faq/react-vite-buffer-issues.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.torch.finance/dex/readme.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.
