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

# How to lend

<figure><img src="https://lh5.googleusercontent.com/o9km4JAsO8L0q8D8pfleIyvdj6W7abj32lhLHvAeci8f7jaQsd7y1yaf8glP8DVvlKwfg7MwpaaAxSNx3fxDWuR1BdTwlGf3YakG9yjcAmfPORJ7xE0haOL7T3AfCMCM1vGgm3maeXUF7kYY_68YKgLEDAR5HetyeB7F9Pq507mX4jhwrCTIxmIGQHdL" alt=""><figcaption></figcaption></figure>

From the Earn section, you will see the tokens currently supported by the Unlockd protocol, and you will be able to deposit the amount of tokens you wish in exchange for an APY.

If you have not deposited anything yet, you can do it from the Earn button:

<figure><img src="https://lh4.googleusercontent.com/w1Jl7OTohqV5kMgaL3hm9U5AgGe5NAlfyTForTtJxlCowYq1Z_l2TFt8bWBhr-EJ6nLhJMPe-svu8AgtEjum89m_mfFvOp7FO4ZA3JFFmdwawmTk3zTQZYCzEvRFzeChieD78TWME6RBi1VE8BLF-OHxZGWmpCxyONUbVk0tnH9Rcrl9WrmrdOUKWRlg" alt=""><figcaption></figcaption></figure>

From this modal screen you will be able to enter the amount you wish to add to the liquidity pool, and that at that moment you have in your linked wallet.

If it is the first time you deposit that token in the protocol you will have to make an Approval of that token and pay the corresponding fees.&#x20;

From that moment on you will not have to sign the Approval again.&#x20;

Once the Approval is completed, you will be able to select the Supply button and add funds to the pool.

<figure><img src="https://lh4.googleusercontent.com/nhghN14EeQ-yTSdFqlv1WUVCR5R7ZXH2U5E7cGGJ00_cMFIaMdv_rZ2O5PvjpuRDuRxV7MVFJhXkpXdHUXL-WAJXo9iyGQoQ16SdcbFniwlTMtifVbmb_8K2VLKJhycw8LKpJlRMGydEgEilgRBm7lD4S8tjjj40Ha1r7r_8Y0T4alrozF5PY_pPssMx" alt=""><figcaption></figcaption></figure>

Once you have added funds, you can withdraw all or part of them at any time from the Withdraw option in the main screen of the Earn section.

<figure><img src="https://lh6.googleusercontent.com/KbpekA7N_yjI29bO3UZfWPM09MloCKvQ_Wf-c8MftHlCw9QU2AiWhodtJGeGvNL2JOKyVajHImSh-DhBrNa4z0oyG7JeKwOIJmo_Tdu_MJ8zxn4OCZ6hAlCNr3krnR694iMHs4XTz23THTuc426Ha_swiH3h-E1lcRms-EHCkPbe9qQyW6n5sB9Itkcy" alt=""><figcaption></figcaption></figure>


---

# 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.unlockd.finance/unlockd-v1/unlockd-at-a-glance/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.
