> For the complete documentation index, see [llms.txt](https://swapnet-1.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swapnet-1.gitbook.io/docs/overview/readme.md).

# Overview

## What is SwapNet

SwapNet is a high-performance DEX aggregator that finds the best prices for your trades by intelligently routing through all available onchain liquidity sources, including AMMs and private market makers.

### Key Advantages

* **Lightning Fast**: Superior speed compared to other aggregators
* **Better Pricing**: More likely to find optimal prices through advanced routing algorithms
* **Comprehensive Coverage**: Trade all tokens with onchain liquidity

These competitive advantages are powered by our [fundamental architectural advantages](/docs/overview/competitive-performance.md).

### Beyond Aggregation

More than just an aggregator, SwapNet's [modularized design](/docs/overview/modularized-architecture.md) provides extensible and customizable routing services for sophisticated users, including solvers, market makers, DeFi protocol builders, token issuers, chain ecosystem builders, and more.

## Documentation Structure

* `/overview/` - High-level architecture and concepts
* `/get-started/` - Quick examples to start using SwapNet
* `/aggregator-api/` - How to use our API for dApps serving regular traders, who are looking for superior performance
* `/extension-and-customization/` - How sophisticated users could extend and customize our platform
* `/references/` - More technical detail info that builders need

## Links & Resources

* [**SwapNet Website**](https://www.swap-net.xyz) - Official product information
* [**Telegram Community**](https://t.me/swapnetxyz) - Join discussions with the SwapNet community
* [**info@swap-net.xyz**](mailto:info@swap-net.xyz) - Send emails to us
* [**GitHub Repository**](https://github.com/swapnet-xyz) - Source code of SDK, docs and other libraries
* [**Twitter/X**](https://x.com/0xswapnet) - Latest news and announcements
* [**Demo Trading Bot**](https://t.me/SwapNetDemoBot) - Try SwapNet's features through Telegram

***

*SwapNet - Aggregating fragmented DeFi liquidity for everyone*


---

# 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://swapnet-1.gitbook.io/docs/overview/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.
