> For the complete documentation index, see [llms.txt](https://docs.metlab.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metlab.xyz/yield-bearing-collaterals-and-markets.md).

# Yield-Bearing Collaterals and Markets

* Detailed information on the types of yield-bearing collaterals, such as eUSD, sDAI, rETH, westETH.
* Description of the process of creating markets for these collaterals.

## **Understanding Yield-Bearing Collaterals**

Yield-bearing collaterals are assets that not only serve as collateral for loans but also generate returns while they are locked in a protocol. These assets include tokens that earn interest or rewards through various DeFi mechanisms.

## **MetLab's Approach**

1. **Diverse Asset Inclusion**: MetLab supports a range of yield-bearing assets, like **eUSD**, **sDAI**, **rETH**, and **wstETH**, allowing users to leverage a variety of assets as collateral.
2. **Creating Specialized Markets**: MetLab creates dedicated markets for these collaterals, providing users with platforms where they can borrow against their interest-earning assets.
3. **Enhancing Liquidity and Access**: By including these assets, MetLab enhances the liquidity in the DeFi ecosystem, making it more accessible and efficient.
4. **Risk and Reward Balance**: While yield-bearing collaterals offer higher returns, they also come with inherent risks. MetLab incorporates risk assessment tools to balance rewards with potential risks.

Through these strategies, MetLab aims to expand the capabilities of traditional lending markets by integrating yield-bearing collaterals, offering users more options to manage and grow their assets.


---

# 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.metlab.xyz/yield-bearing-collaterals-and-markets.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.
