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