> For the complete documentation index, see [llms.txt](https://docs.ghostmarket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/full-dex-swap-support.md).

# Full DEX Swap Support

GhostMarket currently supports the ability to swap your tokens for different tokens available on the chain you’re using. This is a convenient way for users to swap tokens without having to leave GhostMarket.  \
\
This is made possible by integrating multiple DEX for each blockchain we support: \
\
Avalanche - TraderJoe\
BSC - PancakeSwap\
Ethereum - Uniswap\
Neo - Flamingo\
Polygon - QuickSwap  \
\
To utilize this feature, start by clicking the profile icon at the top right of the page.

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

Select the connected wallet of your choice at the bottom of the drop down menu and click the “Swap” button.  

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

This will open up the “Swap Tokens” screen, which has several options you can adjust for the transaction.  

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

Once you’ve finalized all of your changes, click the “swap” button. You’ll see one final screen to review the details. Click the “confirm” button after double checking everything to begin the swap. After the transaction is completed, your new tokens will now be available in your wallet.

<figure><img src="/files/9karkkNRVezYUpsFA9bt" alt=""><figcaption></figcaption></figure>


---

# 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.ghostmarket.io/user-guides/platform-features-and-tools/full-dex-swap-support.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.
