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

# How does lending work?

Lending is facilitated through the purchasing of [bonds](/protocol/bonds.md). Bonds can be purchased through participation in [auctions](/protocol/auctions.md).

{% hint style="info" %}
If you're interested in becoming a lender, join our [discord](https://discord.com/invite/facdBD3ZtA) and we will get back to you shortly.
{% endhint %}

## Example

Let's assume Uniswap issues 1,000,000 Convert bonds maturing in 12 months and backs each with 0.5 UNI as collateral with each bond being convertible into 0.04 UNI. The value of this bond at issuance was estimated to be $0.97.

### Offering

Uniswap decides to sell their convertible bonds via an auction with a minimum price of $0.943. After doing some due-dilligence, a lender decides the value to them at $0.96, so they submit a bid with $100,000 volume at a price of $0.96 / bond. The auction closes and the clearing price ended up being $0.95. Because the bid price was greater than the close price, the lender's order gets fulfilled at the lower $0.95/bond closing price instead of the $0.96 offered. Therefore, the lender purchases 105,263 bonds ($100,000 / $0.95) for $100,000 which can be redeemed at maturity for $105,263.

![](/files/f1fvzy48GQvv3fPRiWqF)

### Redemption

#### **Full repayment**

If Uniswap fully repays the bonds before the 12 months have passed, the lender will be able to withdraw $1/bond.

#### Partial repayment

If Uniswap defaults on their promise and pays half the principal and interest but fails to repay the remaining half by the maturity date, the lender will be able to redeem their bonds for $0.5 and 0.25 UNI (half the amount owed and half the collateral).

#### No repayment

If Uniswap defaults on their promise and does not repay the bonds by maturity, the lender will get the full amount of collateral, 0.5 UNI/bond.

#### Converting bonds

If UNI appreciates in value to $50, the lender may elect to convert their bonds into the 0.04 convertible UNI tokens which would be valued at $2/bond for a \~111% return (\[$2 - $0.95] / $0.95).


---

# 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.arbor.finance/participants/lenders/how-to-lend.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.
