> 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/slvlusd-key-use-cases.md).

# slvlUSD: Key Use Cases

### Providing Liquidity on [Curve Pools](https://www.curve.finance/dex/ethereum/pools/?search=lvlusd)

* Supply liquidity to the slvlUSD-lvlUSD Curve pool.
* Deposit Curve LP tokens in the Level farm to earn Level XP + Symbiotic points: see the details [here](/level-documentation/rewards/how-to-earn-xp.md).

### Using slvlUSD in [Spectra](https://app.spectra.finance/pools/eth:0xad6cd1aceb6e919e4c4918503c22a3f531cf8276)

* **Providing Liquidity**
  * Supply slvlUSD in the the slvlUSD Spectra pool.
  * Earn APY composed of a portion of the slvlUSD yield, PT fixed rate, Spectra incentives and LP fees.
  * Earn Level XP: see the details [here](/level-documentation/rewards/how-to-earn-xp.md).
* **Buying PT-slvlUSD (Fixed Yield)**
  * Purchase PT-slvlUSD to lock in a fixed rate until maturity.
  * At maturity, redeem 1 PT-slvlUSD for 1 slvlUSD.
* **Buying YT-slvlUSD (Leveraged Yield)**
  * Purchase YT-slvlUSD to gain leveraged slvlUSD yield exposure.
  * Earn yield on a larger amount of slvlUSD with a lower upfront cost.
  * Earn Level XP: see the details [here](/level-documentation/rewards/how-to-earn-xp.md).

### Using slvlUSD in [Pendle](https://app.pendle.finance/trade/pools/0x1c71752a6c10d66375702aafad4b6d20393702cf/zap/in?chain=ethereum)

* **Providing Liquidity**
  * Supply slvlUSD in the the slvlUSD Pendle pool.
  * Earn APY composed of a portion of the slvlUSD yield, PT yield, Pendle incentives and LP fees.
  * Earn Level XP: see the details [here](/level-documentation/rewards/how-to-earn-xp.md).
* **Buying PT-slvlUSD (Fixed Yield)**
  * Purchase PT-slvlUSD to lock in a fixed rate until maturity.
  * At maturity, redeem 1 PT-slvlUSD for 1 slvlUSD.
* **Buying YT-slvlUSD (Leveraged Yield)**
  * Purchase YT-slvlUSD to gain leveraged slvlUSD yield exposure.
  * Earn yield on a larger amount of slvlUSD with a lower upfront cost.
  * Earn Level XP: see the details [here](/level-documentation/rewards/how-to-earn-xp.md).

By leveraging these use cases, slvlUSD holders can optimize their yield across multiple protocols.


---

# 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://level-money.gitbook.io/level-documentation/user-guides/slvlusd-key-use-cases.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.
