> For the complete documentation index, see [llms.txt](https://docs.airpuff.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airpuff.io/product-airdrop/lending/overview.md).

# Overview

AirPuff lending pools play a crucial role in supporting Airdrop / Points farming strategies by providing essential capital for leveragoors. In the initial stage of AirPuff, 6 types of lending pools will be available: ETH, stETH, ARB, USDT, USDC, and USDC.e lending pools.

Lending pools will cater to points / airdrop farming across all protocols we integrated. For pools beside from ETH and stETH, the lending capital will be swapped into ETH (or stETH, depending on the underling protocol), to combine with leverage users deposits to mint / swap corresponding tokens.

## **Mechanism**

Participants engaging with AirPuff's lending platform benefit from hourly lending interest following a non-rebase model, aligning with the ERC-4626 standard. This model ensures a progressive increase in the lending token price over time.

1. Leverage users deposit collateral and choose their leverage size to request lending capital.
2. AirPuff matches the borrowing request, ensuring sufficient liquidity in the lending pool.
3. Borrowed capital combines with the deposited collateral to mint / swap the corresponding tokens.
4. Lenders receive a stable interest rate, with value accruing into each lending token.

## **Features**

* **Protective Nature:** Continuous monitoring of each leveraged position's Debt-to-Value ratio ensures prompt triggering of the liquidation threshold, prioritizing the protection of lending principals.
* **Stable and Higher-than-Market Rate Real Yield:** Lenders are compensated with a stable and higher-than-market interest rate due to the engagement in high-risk speculative activities related to points yield.
* **Hourly Yield Compounding:** Interests are distributed into the value of lending tokens on an hourly basis, allowing for effective compounding of yields, rather than simple interest rates.
* **Points Sharing:** Lenders in AirPuff receive 10% of the points generated by leveraged activities, offering a blend of high and stable returns along with the potential for airdrop earnings. This allows lenders to gain points through various assets, including stablecoins.

{% hint style="info" %}
Buffs eligible for the 10% points sharing will be evaluated individually to safeguard lenders against potential risks.
{% endhint %}


---

# 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.airpuff.io/product-airdrop/lending/overview.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.
