# Lend FAQ

#### 1) **How can I withdraw my yield?**

Because lending auto-compounds your earnings, your yield is automatically added to your deposit. \
To claim it, click on 'Withdraw' and enter the amount of the yield you've earned.

<figure><img src="/files/YkPBrUMmQZ1QGq0GF5du" alt=""><figcaption></figcaption></figure>

#### **2) Why is the yield displayed in USD?**

By default, lending displays the USD value of your deposit and your yield — which is exclusively composed of the token you deposited. \
To view the value of your deposit and earned yield in the specific token, click the 'T' button in the top right corner of the page.

<figure><img src="/files/utH9dojTkDCOXDojBsjI" alt=""><figcaption></figcaption></figure>

#### **3) Why is the supply APY different across USDC and SOL lending pools?**

For a given token (such as USDC or SOL), multiple lending pools can exist. The Main lending pool exclusively funds positions opened on Main markets. Isolated lending pools, on the other hand, only fund borrowers from their specific isolated market.

Because isolated lending pools serve a smaller number of borrowers, their utilization rate, and therefore their supply APY, tends to fluctuate more than the Main lending pool.

{% hint style="warning" %}
At equal utilization, isolated lending pools may offer a higher supply APY than the Main pool. This reflects the additional risk taken on by lenders, as isolated markets and their underlying tokens are generally considered riskier.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.defituna.com/learn-more/faq/lend-faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
