# Soroswap AMM (DEX)

- [How Soroswap AMM works](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/01-how-soroswap-works.md)
- [Ecosystem Participants](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/02-ecosystem-participants.md)
- [Technical Reference](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference.md)
- [Smart contracts](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/03-smart-contracts.md)
- [SoroswapPair](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/03-smart-contracts/01-soroswappair.md)
- [SoroswapFactory](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/03-smart-contracts/02-soroswapfactory.md)
- [SoroswapRouter](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/03-smart-contracts/04-soroswaprouter.md)
- [SoroswapLibrary](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/03-smart-contracts/03-soroswaplibrary.md)
- [Deployed Addresses](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/deployed-addresses.md)
- [Error Codes](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/error-codes.md)
- [Soroswap vs UniswapV2](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/06-soroswap-vs-uniswapv2.md)
- [SoroswapPair Comparison](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/06-soroswap-vs-uniswapv2/01-soroswappair-comparison.md)
- [SoroswapRouter Comparison](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/06-soroswap-vs-uniswapv2/02-soroswaprouter-comparison.md)
- [SoroswapLibrary Comparison](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/06-soroswap-vs-uniswapv2/03-soroswaplibrary-comparison.md)
- [Using Soroswap with TypeScript](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/09-using-soroswap-with-typescript.md)
- [Smart Contract Integration](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/smart-contract-integration.md)
- [Design Decisions](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/02-design-decisions.md)
- [Deploy Soroswap Yourself](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/deploy-soroswap-yourself.md)
- [Setup your environment.](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/deploy-soroswap-yourself/01-setup.md)
- [Experiment the Pair contract](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/deploy-soroswap-yourself/02-pair.md)
- [Experiment the Factory Contract.](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/deploy-soroswap-yourself/03-factory.md)
- [Deployments.](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/deploy-soroswap-yourself/04-deployments.md)
- [Using the Soroswap Testnet](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/03-technical-reference/deploy-soroswap-yourself/using-the-soroswap-testnet.md)
- [Audits](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/audits.md)
- [Glossary](https://docs.soroswap.finance/smart-contracts/01-protocol-overview/04-glossary.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://docs.soroswap.finance/smart-contracts/01-protocol-overview.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.
