# Redemptions

All sWAX and lsWAX tokens in circulation are always fully backed by actual WAX tokens. If a user ever wants to convert their sWAX or lsWAX back into native WAX tokens, they have 3 options.

* Instant redemption through WaxFusion, which is subject to a 0.05% protocol fee. Instant redemptions are subject to availability based on how much WAX is available in the instant redemption pool.
* Standard redemption which has 0 fee, and can take anywhere from 1-21 days depending on how far into an epoch we are, and how much WAX is available in a particular epoch (there are 3 active epochs at all times, and WAX in the protocol is distributed between the 3 epochs. Redemptions will always come from the first epoch if possible, but if the redemption amount is greater than the funds available in the first epoch, then the remainder of the requested amount will be taken from the 2nd epoch, and the third if necessary)
* Instantly selling lsWAX on the open market, which is subject to market conditions. While there is no protocol fee charged by WaxFusion for this option, there may be a trading fee on whichever DEX you sell your lsWAX on.


---

# 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.waxfusion.io/redemptions.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.
