# WaxFusion

## WaxFusion

- [Intro (What Is WaxFusion)](https://docs.waxfusion.io/intro-what-is-waxfusion.md)
- [Tokens](https://docs.waxfusion.io/tokens.md)
- [sWAX](https://docs.waxfusion.io/tokens/swax.md)
- [lsWAX](https://docs.waxfusion.io/tokens/lswax.md)
- [lsWAX Exchange Rate](https://docs.waxfusion.io/tokens/lswax-exchange-rate.md)
- [Smart Contracts](https://docs.waxfusion.io/smart-contracts.md)
- [dapp.fusion](https://docs.waxfusion.io/smart-contracts/dapp.fusion.md)
- [Actions](https://docs.waxfusion.io/smart-contracts/dapp.fusion/actions.md)
- [Tables](https://docs.waxfusion.io/smart-contracts/dapp.fusion/tables.md)
- [Notification Memos](https://docs.waxfusion.io/smart-contracts/dapp.fusion/notification-memos.md)
- [Minting/Retiring sWAX And lsWAX](https://docs.waxfusion.io/smart-contracts/dapp.fusion/minting-retiring-swax-and-lswax.md): The table below outlines a list of all actions/transactions that result in sWAX and/or lsWAX being minted or retired.
- [cpu.fusion](https://docs.waxfusion.io/smart-contracts/cpu.fusion.md)
- [Actions](https://docs.waxfusion.io/smart-contracts/cpu.fusion/actions.md)
- [Tables](https://docs.waxfusion.io/smart-contracts/cpu.fusion/tables.md)
- [pol.fusion](https://docs.waxfusion.io/smart-contracts/pol.fusion.md)
- [Actions](https://docs.waxfusion.io/smart-contracts/pol.fusion/actions.md)
- [Tables](https://docs.waxfusion.io/smart-contracts/pol.fusion/tables.md)
- [token.fusion](https://docs.waxfusion.io/smart-contracts/token.fusion.md)
- [Redemptions](https://docs.waxfusion.io/redemptions.md)
- [Revenue](https://docs.waxfusion.io/revenue.md)
- [Distribution](https://docs.waxfusion.io/revenue/distribution.md)
- [Revenue Sources](https://docs.waxfusion.io/revenue/revenue-sources.md)
- [Epochs](https://docs.waxfusion.io/epochs.md)
- [CPU Rental](https://docs.waxfusion.io/cpu-rental.md)
- [Flywheel (POL)](https://docs.waxfusion.io/flywheel-pol.md)
- [BP Voting](https://docs.waxfusion.io/bp-voting.md)
- [Bug Bounty](https://docs.waxfusion.io/bug-bounty.md)
- [Brand Assets](https://docs.waxfusion.io/brand-assets.md)
- [Roadmap](https://docs.waxfusion.io/roadmap.md)
- [sWAX Locker](https://docs.waxfusion.io/roadmap/swax-locker.md)
- [OIG Voting](https://docs.waxfusion.io/roadmap/oig-voting.md)
- [lsWAX Payments](https://docs.waxfusion.io/roadmap/lswax-payments.md)
- [WaxFusion API](https://docs.waxfusion.io/roadmap/waxfusion-api.md)
- [Slipstreams](https://docs.waxfusion.io/roadmap/slipstreams.md): Under construction
- [Autocompounding](https://docs.waxfusion.io/roadmap/autocompounding.md)
- [ve33](https://docs.waxfusion.io/roadmap/ve33.md): Under construction
- [Powerup Manager](https://docs.waxfusion.io/roadmap/powerup-manager.md)
- [Worker App](https://docs.waxfusion.io/worker-app.md)
- [Farm Launcher](https://docs.waxfusion.io/farm-launcher.md): Version 1.2.0 of the dapp.fusion smart contract allows anyone to reward LSWAX to any liquidity pair on Alcor Exchange, as long as LSWAX is one of the tokens in the liquidity pair.
- [Donate](https://docs.waxfusion.io/donate.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.waxfusion.io/intro-what-is-waxfusion.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.
