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

# Earn

## Lend

Provide ETH deposits and establish initial liquidity with the tokens released in the Deploy section. \
Depositors will receive 1:1 bmETH certificates. \
**bmETH can redeem ETH at any time and participate in dividends through Stake.**

These deposits are lossless, and bmETH can always maintain a health coefficient greater than 1. \
This is because 98% of the borrowed tokens constitute the initial liquidity of 98% of the borrowed amount, and the other 2% of the tokens are obtained by the deployer. \
At the same time, 2% ETH is directly used to redeem bmETH, and the AMM DEX mechanism will ensure an additional 2% health factor between bmETH and ETH.

{% hint style="info" %}
Lenders earn revenue through transaction taxes on all tokens released by Deploy, starting at 0:00 UTC, and the total transaction taxes over the past 24 hours are used for distribution over the next 24 hours.
{% endhint %}

## Liquidation

{% hint style="info" %}
**Liquidation level**: (bmETH net minting amount - amount being lent) / bmETH net minting amount
{% endhint %}

When the liquidation level **falls below 20%**, Benchmark Earn will initiate a liquidation process to release occupied funds by removing the liquidity of inactive tokens.

* Among all tokens issued using Deploy, those with low trading volume will be liquidated first.
* Prior to execution, tokens to be liquidated will be individually identified by the website .
* Once the liquidation is executed, all liquidity of its tokens will be released according to the order of the **list**, the ETH obtained from the release will be used to redeem bmETH, and the tokens obtained will be 100% destroyed.

{% hint style="info" %}
You will be able to check the **liquidation waiting list** on the Deploy page
{% endhint %}

**The liquidation process will continue until the liquidation level returns to 30% or above.**

<br>


---

# 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://benchmark-labs.gitbook.io/documentation/main-features/earn.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.
