# Level

## Level Documentation

- [Update for the Level Community](https://level-money.gitbook.io/level-documentation/update-for-the-level-community.md): The Level team is joining the Sky (fka MakerDAO) ecosystem as a part of Grove.
- [Level Overview](https://level-money.gitbook.io/level-documentation/introduction/level-overview.md): Level is the leading stablecoin protocol powered by blue-chip lending protocols.
- [Stablecoins: The Next Level](https://level-money.gitbook.io/level-documentation/introduction/stablecoins-the-next-level.md)
- [lvlUSD](https://level-money.gitbook.io/level-documentation/how-it-works/lvlusd.md): lvlUSD is a stablecoin that is fully backed by USDC and USDT, which are deployed into lending protocols to generate yield.
- [Peg Stability](https://level-money.gitbook.io/level-documentation/how-it-works/lvlusd/peg-stability.md): lvlUSD is designed to be pegged to the US Dollar
- [slvlUSD](https://level-money.gitbook.io/level-documentation/how-it-works/slvlusd.md): slvlUSD is the yield accruing version of lvlUSD
- [Risks](https://level-money.gitbook.io/level-documentation/how-it-works/risks.md): Description of Risks & Mitigations
- [What is Level XP](https://level-money.gitbook.io/level-documentation/rewards/what-is-level-xp.md)
- [How to Earn XP](https://level-money.gitbook.io/level-documentation/rewards/how-to-earn-xp.md): Earn Level XP and partner rewards
- [Symbiotic Points](https://level-money.gitbook.io/level-documentation/rewards/symbiotic-points.md)
- [Security](https://level-money.gitbook.io/level-documentation/technical-documentation/security.md): Audits, Multisigs & On-Chain Monitoring
- [Audits](https://level-money.gitbook.io/level-documentation/technical-documentation/audits.md): Audits & Github
- [Contract Details](https://level-money.gitbook.io/level-documentation/technical-documentation/contract-details.md): Contracts & Multisigs
- [Roles and Permissions](https://level-money.gitbook.io/level-documentation/technical-documentation/roles-and-permissions.md)
- [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)
- [General FAQ](https://level-money.gitbook.io/level-documentation/faq/general-faq.md): Most Frequently Asked Questions
- [Terms and Conditions](https://level-money.gitbook.io/level-documentation/legal/terms-and-conditions.md)
- [Privacy Policy](https://level-money.gitbook.io/level-documentation/legal/privacy-policy.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://level-money.gitbook.io/level-documentation/update-for-the-level-community.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.
