# Products

- [Products Overview](https://docs.reservoir.xyz/products/products-overview.md)
- [Stablecoin - rUSD](https://docs.reservoir.xyz/products/stablecoin-rusd.md)
- [Savings - srUSD & wsrUSD](https://docs.reservoir.xyz/products/savings-srusd-and-wsrusd.md)
- [srUSD & wsrUSD Calculations](https://docs.reservoir.xyz/products/savings-srusd-and-wsrusd/srusd-and-wsrusd-calculations.md)
- [Fixed Lending - trUSD (Rolling Bond)](https://docs.reservoir.xyz/products/fixed-lending-trusd-rolling-bond.md): trUSD is Reservoir Protocol's term-based yield-bearing token, implemented as the RollingBond smart contract. Where rUSD is the base stablecoin and srUSD is the liquid savings product, trUSD introduces
- [Lending Market](https://docs.reservoir.xyz/products/lending-market.md)
- [Proof of Reserves](https://docs.reservoir.xyz/products/proof-of-reserves.md)


---

# Agent Instructions: 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://docs.reservoir.xyz/products.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.
