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

# User Guides

- [How to Get lvlUSD](https://level-money.gitbook.io/level-documentation/user-guides/how-to-get-lvlusd.md): Buy or Mint lvlUSD Through the Level App.
- [How to Redeem lvlUSD](https://level-money.gitbook.io/level-documentation/user-guides/how-to-redeem-lvlusd.md)
- [How to Stake lvlUSD](https://level-money.gitbook.io/level-documentation/user-guides/how-to-stake-lvlusd.md): Stake lvlUSD, Earn Yield and Get slvlUSD
- [How to Earn Level XP](https://level-money.gitbook.io/level-documentation/user-guides/how-to-earn-level-xp.md): Deposit Specific Assets in the Farm to Earn Level XP
- [slvlUSD: Key Use Cases](https://level-money.gitbook.io/level-documentation/user-guides/slvlusd-key-use-cases.md): Optimize Yield
- [lvlUSD: Key Use Cases](https://level-money.gitbook.io/level-documentation/user-guides/lvlusd-key-use-cases.md): Optimize Yield and Capital Efficiency
- [How to Refer Users](https://level-money.gitbook.io/level-documentation/user-guides/how-to-refer-users.md): Refer Friends to Earn Additional Level XP
- [Interacting with Level Contracts](https://level-money.gitbook.io/level-documentation/user-guides/interacting-with-level-contracts.md)
- [Direct calls](https://level-money.gitbook.io/level-documentation/user-guides/interacting-with-level-contracts/direct-calls.md)
- [Etherscan](https://level-money.gitbook.io/level-documentation/user-guides/interacting-with-level-contracts/etherscan.md)
- [Redeeming lvlUSD for USDC](https://level-money.gitbook.io/level-documentation/user-guides/interacting-with-level-contracts/etherscan/redeeming-lvlusd-for-usdc.md)
- [Unstake and claim lvlUSD from slvlUSD](https://level-money.gitbook.io/level-documentation/user-guides/interacting-with-level-contracts/etherscan/unstake-and-claim-lvlusd-from-slvlusd.md)
- [Unstake and withdraw from Level USD Points Farm](https://level-money.gitbook.io/level-documentation/user-guides/interacting-with-level-contracts/etherscan/unstake-and-withdraw-from-level-usd-points-farm.md)
- [Withdraw from Level Staking Pool](https://level-money.gitbook.io/level-documentation/user-guides/interacting-with-level-contracts/etherscan/withdraw-from-level-staking-pool.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:

```
GET https://level-money.gitbook.io/level-documentation/user-guides.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.
