> For the complete documentation index, see [llms.txt](https://documentation.opzeknd.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opzeknd.xyz/on-chain/dapps/cross-chain-swap.md).

# Cross-Chain Swap

Zeknd's dApps take decentralized applications to the next level by incorporating Cross-Chain Swap functionality. With **Cross-Chain Swap**, users can effortlessly exchange assets between different blockchain networks, breaking down barriers and unlocking new possibilities for asset interoperability.

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

Powered by Zeknd's robust infrastructure, Cross-Chain Swap ensures secure and trustless asset transfers. Users can seamlessly swap tokens between different blockchains without relying on centralized exchanges or intermediaries, providing a truly decentralized and efficient experience.

The Cross-Chain Swap feature within Zeknd's dApps leverages advanced cryptographic techniques and smart contract protocols to enable cross-network transactions. It enables users to tap into liquidity pools, access a wider range of assets, and take advantage of arbitrage opportunities across multiple blockchain ecosystems.

With Cross-Chain Swap, users gain the flexibility to diversify their portfolios, access new investment opportunities, and optimize their asset allocation strategies. Whether it's swapping between Ethereum, Binance Smart Chain, or other compatible blockchains, Zeknd's dApps make cross-chain asset transfers fast, secure, and user-friendly.


---

# 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://documentation.opzeknd.xyz/on-chain/dapps/cross-chain-swap.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.
