> For the complete documentation index, see [llms.txt](https://docs.eywa.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eywa.fi/user-documentation/eywa-dex/routing.md).

# Routing

Routing provides a convenient graphical representation of a cross-chain transaction, showing all the transitions and fees involved step-by-step:

<figure><img src="/files/Pm4WEYv38vm8l0sFqPhQ" alt=""><figcaption></figcaption></figure>

### Legend

<img src="/files/12q4YqJaWGJf4592E7Co" alt="" data-size="line"> - Adding a token to the pool

<img src="/files/zalk3hSQ2elN1BTWbPxV" alt="" data-size="line"> - Remove a token from the pool&#x20;

<img src="/files/pwfbCNlOgI5c5AWZmVYB" alt="" data-size="line"> - Burning a synthetic token

<img src="/files/WGYYnR5N7Aedu507oE6h" alt="" data-size="line"> - Receiving an asset from the pool (either LP or a token obtained through an exchange)

<img src="/files/C9jksxBLKTWyziUpdjn2" alt="" data-size="line"> - Cross-chain transition through lock/mint or burn/unlock mechanics.

<img src="/files/UiMBUh6S0EEiXEIJUnM2" alt="" data-size="line"> - Token exchange within the pool

<img src="/files/SoU26xuIcTTqhweKsavC" alt="" data-size="line"> - Unwrap native token

<img src="/files/XqvuSbN6olvosi7vtXqe" alt="" data-size="line">-Wrap native token


---

# 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.eywa.fi/user-documentation/eywa-dex/routing.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.
