> For the complete documentation index, see [llms.txt](https://docs.soroswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator.md).

# Soroswap Aggregator

- [Supported AMMs](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/supported-amms.md)
- [Audits](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/audits.md): The Soroswap Aggregator Smart Contracts are being audited by Runtime Verification
- [Technical Reference](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference.md)
- [How Soroswap Aggregator works](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/how-soroswap-aggregator-works.md)
- [Design](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/04-soroswapaggregator-design.md)
- [Technical Overview](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/05-soroswapaggregator-technical-overview.md)
- [Aggregator Operation](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/aggregator-operation.md)
- [Smart Contracts](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/smart-contracts.md)
- [SoroswapAggregator](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/smart-contracts/soroswapaggregator.md)
- [Adapter Trait](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/smart-contracts/adapter-trait.md)
- [SoroswapAdapter](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/smart-contracts/soroswapadapter.md)
- [Inspirations](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/inspirations.md)
- [1inch](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/inspirations/01-1inch.md)
- [Other AMMs in Soroban](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/other-amms-in-soroban.md)
- [Phoenix](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/other-amms-in-soroban/02-phoenix.md)
- [Cross-Contract Integration](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/technical-reference/cross-contract-integration.md)
- [Disclaimer](https://docs.soroswap.finance/smart-contracts/soroswap-aggregator/06-soroswapaggregatordisclaimer.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 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/soroswap-aggregator.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.
