> For the complete documentation index, see [llms.txt](https://docs.hoard.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hoard.world/the-world/the-lenders-desk.md).

# The Lender's Desk

<div align="left"><figure><img src="/files/WxFYM9PK5G2krTdtuPbf" alt="The Clerk" width="150"><figcaption><p>The Clerk</p></figcaption></figure></div>

The Clerk takes USDG into the single lender pool that funds every loan at the Bank. The Lender hut on the map is a second door into the same room.

## One pool, one cap

* Deposits go into an ERC4626 vault built on OpenZeppelin's audited base. Shares represent principal.
* The deposit cap is automatic: **20% of USDG depth** (the canonical pool's active liquidity plus the wall), never above a **100,000 USDG ceiling**. The cap grows exactly as fast as the liquidity a liquidation can execute into. Raising the ceiling waits six hours; lowering it is immediate.
* Withdrawals need idle USDG in the vault. Principal that is lent out returns as borrowers repay.

## What lenders earn

Two streams, claimed together:

* **40% of interest actually paid** by borrowers. Nothing is promised in advance; the rate floats with utilization, and interest accrued but never paid is not income.
* **The 2% pledge deposit fee**, paid to lender shares directly in HOARD and never sold into the pool.

Both streams drip to shares over **seven days**, so capital earns for the time it stays and a deposit made just before a repayment captures only what it stays for.

## Launch drip

For the first week after launch, 7% of the supply (155.5 HOARD) streams to lender shares through the vault's own drip. A time-boxed incentive in HOARD, separate from interest.

## Losses

If a liquidation sale comes up short, the shortfall is written down pro-rata across all pool shares, on a full close only. The cap is the risk control that keeps the loan book sized to real depth.

## In the app

The Lend page shows the pool's total, its cap, how much is lent out, what is idle, your deposit, and your claimable interest and HOARD.


---

# 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.hoard.world/the-world/the-lenders-desk.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.
