> For the complete documentation index, see [llms.txt](https://whitepaper.tacostudios.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.tacostudios.io/defi.md).

# Defi

- [Intro](https://whitepaper.tacostudios.io/defi/intro.md): Easy DeFi for everyone
- [Taco Swap](https://whitepaper.tacostudios.io/defi/taco-swap.md): The first community exchange on WAX which allows users to trade and earn in a safe and fun space.
- [Fees & Staking Level](https://whitepaper.tacostudios.io/defi/taco-swap/fees-and-staking-level.md): Reduce swap fees by paying in TACO.
- [S.A.L.S.A. pools](https://whitepaper.tacostudios.io/defi/taco-swap/s.a.l.s.a.-pools.md): S.A.L.S.A are single token incentivized pools which give rewards and determine the staking level for each user. Projects will be able to manage their pools to promote themselves.
- [M.E.A.L. Rewards](https://whitepaper.tacostudios.io/defi/taco-swap/m.e.a.l.-rewards.md): M.E.A.L. incentivized pools are paired token liquidity pools which give rewards and allow users to swap tokens.
- [NFT Rewards](https://whitepaper.tacostudios.io/defi/taco-swap/nft-rewards.md): Provide Liquidity and get the chance of winning NFTs
- [Taco Swap Governance](https://whitepaper.tacostudios.io/defi/taco-swap/taco-swap-governance.md): Choose the Rewards and where to allocate them
- [Advertising](https://whitepaper.tacostudios.io/defi/taco-swap/advertising.md): Promote your project to one of the largest audiences on WAX and all Blockchains.
- [WAX Tokenomics](https://whitepaper.tacostudios.io/defi/taco-swap/wax-tokenomics.md): We are proud to contribute in the growth of WAX
- [DeFi Roadmap](https://whitepaper.tacostudios.io/defi/defi-roadmap.md): Below you can find the Taco Swap Roadmap.


---

# 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://whitepaper.tacostudios.io/defi.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.
