# Tokens

WaxFusion has 2 native tokens - sWAX and lsWAX.  Both of them are fully backed with actual WAX tokens, and started off with a supply of 0.

These tokens are minted on demand when new WAX tokens are deposited into the platform, and destroyed again upon redemption. Therefore, their supply is elastic, and limited to the amount of WAX in WaxFusion's smart contracts.

You can find more details about both tokens using the links in this section.

### Quick Breakdown

|                                               | sWAX                            | lsWAX                                                                                                                                  |
| --------------------------------------------- | ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Transferable                                  | No                              | Yes                                                                                                                                    |
| Autocompounds                                 | No                              | Yes                                                                                                                                    |
| Need To Claim Rewards                         | Yes                             | No                                                                                                                                     |
| Earns Rewards Every Second                    | Yes                             | Yes                                                                                                                                    |
| Can Be Used For Other DeFi Opportunuties      | No                              | Yes                                                                                                                                    |
| Need To Vote For Block Producers              | No                              | No                                                                                                                                     |
| Reward Method                                 | You claim WAX whenever you want | Your lsWAX gets backed by more WAX (autocompounding)                                                                                   |
| Token Balance Changes When Rewards Are Earned | No                              | No                                                                                                                                     |
| WAX Per Token                                 | 1 WAX = 1 sWAX always           | Depends on how much WAX each 1 lsWAX is backed with. As lsWAX gets backed with more WAX, 1 lsWAX always goes up in value against 1 WAX |

And to understand the benefits of WaxFusion, here's another table comparing lsWAX to staking WAX on your own.

|                                    | lsWAX | Staking WAX Yourself |
| ---------------------------------- | ----- | -------------------- |
| Autocompounds                      | Yes   | No                   |
| Need To Claim Rewards              | No    | Yes                  |
| Can Access Your Capital            | Yes   | No                   |
| Need To Vote For Validators        | No    | Yes                  |
| Efficient                          | Yes   | No                   |
| Get Free Resources (CPU/NET)       | No    | Yes                  |
| Earn From CPU Rentals              | Yes   | No                   |
| Earn From Protocol Owned Liquidity | Yes   | No                   |
| Earn While You Unstake             | Yes   | No                   |
| Helps Grow The Ecosystem           | Yes   | No                   |


---

# 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/tokens.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.
