# Getting Started

- [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)


---

# 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://doc.torch.finance/dex/getting-started.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.
