> For the complete documentation index, see [llms.txt](https://docs.xcadnetwork.com/xcad-network-public-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xcadnetwork.com/xcad-network-public-documentation/xcad-ecosystem/dxcad-dex/how-to-swap.md).

# How to Swap

**Swap on the dXCAD DEX by going to** [**https://swap.xcadnetwork.com/swap/**](https://swap.xcadnetwork.com/swap/)

The dXCAD DEX currently runs on the Zilliqa Blockchain. This means that you need your tokens on the ZIL network in order to Trade & Stake on the dXCAD DEX. There are currently a few ways on how to get your tokens on the ZIL network which can be seen below.

You also need a wallet that supports the Zil network. For the dXCAD DEX, we currently recommend the ZILPay wallet, which can be downloaded [here](https://chrome.google.com/webstore/detail/zilpay/klnaejjgbibmhlephnhpmaofohgkpgkd?hl=en) on Desktop, or by following the following links on mobile- [IOS](https://apps.apple.com/lt/app/zilpay/id1547105860) / [Android](https://play.google.com/store/apps/details?id=com.zilpaymobile\&hl=en\&gl=US).

![](/files/iRyHByzuIl545lVeZFRR)

Once you have tokens in your ZILPay wallet, it is simple to Swap/Trade tokens on the [dXCAD DEX](https://swap.xcadnetwork.com).

In the box at the top, you must choose the token you already have in your wallet, this is the token that you want to swap into another token. Choose the token of your choice and input the amount in the box that you want to swap. As you see above, in this box I have inputted “10” as the amount.

In the box underneath you must choose the token you would like to receive, as you can see in the example, we have chosen XCAD as the token we would like to receive. The DEX will automatically calculate the amount of XCAD I am going to receive in our swap.

Once you are happy with the amount you are swapping/receiving, you must hit the “Approve” button and confirm the transaction in your wallet. Keep in mind you only have to approve each token once, so once you have approved to swap it one time, you will never have to do this step again for this token.

![](/files/5KyepzM1WKIYKL8sDbcH)

After the transaction succeeds, your "Approve" button will become a “Swap” button. You must once again hit it to confirm the transaction in your wallet. Unlike the previous step, you will have to do this step every time you want to trade these tokens.

After the transaction completes, you will get the new swapped tokens in your wallet!


---

# 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.xcadnetwork.com/xcad-network-public-documentation/xcad-ecosystem/dxcad-dex/how-to-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.
