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

# Cross-Chain Swaps

Cross-chain swaps on DexGuru are available inside [Trading Tools](/features/trading-tools.md). They are implemented using [LiFi](https://li.fi/) bridge aggregation protocol that supports swaps by aggregating [bridges](https://docs.li.fi/list-chains-bridges-dexs#bridges) and connecting them to [DEX aggregators](https://docs.li.fi/list-chains-bridges-dexs#exchanges).

<figure><img src="/files/4trf20T8C23Qkq1FgQp8" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you are facing an issue with your cross-chain swap please [contact LiFi directly](https://lifihelp.zendesk.com/hc/en-us/articles/11158438085531-Where-can-I-get-real-time-support-). &#x20;
{% endhint %}

Note that cross-chain transactions take longer than single-chain ones. Sometimes you can receive a stablecoin token on the destination chain instead of the requested token. Unfortunately, we are unable to control this because this type of behavior comes directly from [LiFi](https://li.fi/).&#x20;

> If you want to debug your transaction use [LiFi Explorer](https://explorer.li.fi/) &#x20;

> Depending on route and bridge used for your swap, transactions could take **between 20-30 minutes and a few hours**


---

# 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.dex.guru/features/cross-chain-swaps.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.
