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

# Transit Swap aggregation swap tutorial

Aggregate swap means it can choose the optimal trading channel automatically and offers the best transaction price.

1、Open Transit Swap, and select the type and amount of the tokens to be exchanged. In “swap parameters”, you can view the slippage, ratio, fee and other parameters, and click “Swap Path” to view the relevant data.

![](/files/AecMsNkbLQMMH3TkJOIw)

2、Slippage in aggregate swap is more important. You have to set matching slippages to buy and sell tokens normally. You can check “Receiving Address” in the “Settings” menu at the top right to customize the receiving address. (The default receiving address is the source address)

Click “fees discount” for details

![](/files/pMtlVF8NbhAFEJ8TBKbO)

3、It should be noted that approval is required for the first swap other than the main net token. In the authorization interface, you can flexibly set the preferred amount. It is recommended to set a slightly higher fee when swapping on the Ethereum chain, so that the transaction can be successful and fast.

![](/files/cuwjSnneTS6UxoX6rhTC)

4、There are only limited tokens shown on the list of Transit Swap, and how to swap other tokens? Click “choose the source token” or “choose the destination token”, and add the contract address to see the needed token.

![](/files/i229wBBdtjTMYsFKPHSA)


---

# 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://docs.transit.finance/start-to-use/tutorial/aggregation.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.
