> 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.md).

# FINANCE

- [Introducing the $LUXY token](https://docs.luxy.io/help-center/finance/introducing-the-usdluxy-token.md)
- [Tokenomics](https://docs.luxy.io/help-center/finance/introducing-the-usdluxy-token/tokenomics.md): Allocation, Raising rounds and
- [Lock and Vesting](https://docs.luxy.io/help-center/finance/introducing-the-usdluxy-token/lock-and-vesting.md)
- [IDO](https://docs.luxy.io/help-center/finance/introducing-the-usdluxy-token/ido.md)
- [Liquidity Pools](https://docs.luxy.io/help-center/finance/introducing-the-usdluxy-token/liquidity-pools.md)
- [$LUXY guide](https://docs.luxy.io/help-center/finance/usdluxy-guide.md): How to provide liquidity and stake your LUXY LP tokens to earn rewards!
- [1. Buy LUXY](https://docs.luxy.io/help-center/finance/usdluxy-guide/1.-buy-luxy.md)
- [2. Provide Liquidity](https://docs.luxy.io/help-center/finance/usdluxy-guide/2.-provide-liquidity.md)
- [3. Farm](https://docs.luxy.io/help-center/finance/usdluxy-guide/3.-farm.md)
- [4. $LUXY Swap](https://docs.luxy.io/help-center/finance/usdluxy-guide/4.-usdluxy-swap.md)
- [$LUXY Swap Guide](https://docs.luxy.io/help-center/finance/usdluxy-guide/4.-usdluxy-swap/usdluxy-swap-guide.md)
- [Utility](https://docs.luxy.io/help-center/finance/utility.md)
- [Farm](https://docs.luxy.io/help-center/finance/utility/farm.md)
- [Holder Tiers](https://docs.luxy.io/help-center/finance/utility/holder-tiers.md)
- [The Vault Guide](https://docs.luxy.io/help-center/finance/utility/holder-tiers/the-vault-guide.md)
- [Marketplace Discount](https://docs.luxy.io/help-center/finance/utility/marketplace-discount.md)
- [The Burning](https://docs.luxy.io/help-center/finance/the-burning.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 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.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.
