# General

## How do I deposit?

On the protocol interface page, connect your wallet to the protocol by clicking the "Connect" button. Go to the "Deposit" tab, select the type of asset and enter the amount you want to deposit. Click "Deposit" and confirm your transaction. Once the transaction is confirmed, you begin to earn interest.

In return, you will receive cTokens, which confirms your share in the pool. If you want to withdraw funds from the protocol contracts, cTokens will be burned.

cTokens holders receive continuous earnings that evolve with market conditions.

## How much will I earn?

Depositors earn the interest that borrowers pay. The interest meets the borrowing rate, multiplied by the utilization rate. With a high demand for a loan of the selected asset, depositors receive more income.

You can check the borrowing rate and utilization rate for all assets in this section (link to the ”markets” section)

## Is there a minimum or maximum amount to deposit?

There are no deposit limits in the Yupana Protocol. You can deposit any amount. However, take into account the size of the network's fees when depositing really low amounts, so that they do not exceed the expected profit.

## Can I opt-out my asset from being used as a collateral?

You can opt-out of using the asset as collateral. You can find this setting in the "Deposit" section. If you just want to withdraw your assets, you do not have to opt-out of using them as collateral, unless they are already being used as collateral for active loans.

## How do I withdraw?

To withdraw funds, you need to open the "Deposit" tab and click the "Withdraw" button, having previously selected the asset and the amount.


---

# 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://yupana-finance.gitbook.io/yupana-document-portal/lending/supplying-assets/general.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.
