> For the complete documentation index, see [llms.txt](https://docs.luxy.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luxy.io/help-center/finance/usdluxy-guide/4.-usdluxy-swap/usdluxy-swap-guide.md).

# $LUXY Swap Guide

You can Swap your $LUXY tokens directly from inside of Luxy!

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

* 1\) First of all, head to our [Finance page](https://luxy.io/finance)!
* 2\) Connect your wallet:

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

* 3\)  If needed, switch to the network your $LUXY are currently in: Polygon or Syscoin NEVM

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

* 4\) Enter the amount of $LUXY you want to Swap. The ratio is 1:1, meaning that your $LUXY on Polygon and Syscoin NEVM are worth the same amount of $LUXY on Rollux!

<figure><img src="/files/6FMSZZgSUu9esRDuKE1v" alt=""><figcaption></figcaption></figure>

* 5\) The next step is to click on "Exchange". By doing this, a transaction will appear on your wallet to be approved

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

* 6\) Once the transaction is approved, you can track your progress directly on the opened window, where we show the two steps of the process: 1) Burning your $LUXY on the original chain, and 2) Minting your new $LUXY on Rollux.

<figure><img src="/files/25mWtuOMSrQXzFR5SKUV" alt=""><figcaption></figcaption></figure>

* 7\) You can close this window at any time, and you'll receive an in-app notification once your $LUXY token swap is complete:

<figure><img src="/files/X91QXcCQt4cuKKsb0GyW" 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.luxy.io/help-center/finance/usdluxy-guide/4.-usdluxy-swap/usdluxy-swap-guide.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.
