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

# Welcome to Tower

### The Native Stablecoin DEX Aggregator On ARC

Start trading at [Tower Exchange](https://www.tower.exchange/)

Tower Exchange is a DEX aggregator built on the Arc blockchain. It unifies liquidity across every decentralized exchange in the Arc ecosystem and routes trades through the most optimal path delivering the best possible execution on every trade.

#### The Problem

Decentralized finance on Arc is growing fast, but the trading experience remains fragmented. Multiple DEXs exist, yet there is no aggregation layer. Users are forced to manually hop between exchanges, compare prices, and hope they are getting a fair deal. The result is inefficiency, poor execution, and missed opportunities.

#### How Tower Solves This.

Tower aggregates liquidity across all Arc DEXs and calculates the best possible route for every trade. Users interact with a single interface and always receive the best available price.

#### Tower's Core Products

* **Multi-DEX Aggregation**
  * Tower connects to every DEX on Arc and unifies their liquidity into a single trading interface. Users always trade at the best available price without needing to check multiple platforms.
* **Smart Routing Engine**
  * Tower's routing algorithm analyzes liquidity depth, slippage impact and gas costs to find the most efficient execution path for every swap.
* **AI-Powered Assistant**
  * Tower's AI layer translates raw on-chain data into human-readable insights. Users can query their portfolio, request trade explanations, or ask for performance analysis all through natural conversation.
* **Cross-Chain Bridging**
  * Tower supports bridging tokens across supported chains, allowing users to move assets seamlessly without leaving the platform.


---

# 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, and the optional `goal` query parameter:

```
GET https://tower-exchange.gitbook.io/tower-exchange/welcome-to-tower.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
