# How to Deposit

## How to Deposit

From the **Markets** page, select the asset you wish to deposit.

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

This will initiate the **asset to supply** screen, then click "Supply."

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

Select the desired deposit amount and click continue to submit your transaction. Once the transaction is confirmed, your deposit is successfully registered.

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

{% hint style="warning" %}
The first deposit of an asset will require an additional one-time approval transaction.
{% endhint %}

## Collateral

After depositing an asset, you can determine whether or not to utilize it as collateral. A collateralized asset will activate your borrowing power but will be made available to be partially liquidated should your balance become insolvent (see [Liquidation](/provident-capital/protocol-information/borrow/liquidations.md)).\
\
You can enable collateralization on the asset details page and the Dashboard (pictured below).&#x20;

<figure><img src="/files/fmyJsrexiGtpuYC8gTEP" alt=""><figcaption><p>All deposits are enabled as collateral by default!</p></figcaption></figure>

All deposits are enabled as collateral by default. An opt-out option for each asset is available in the "Deposits" section on the **Dashboard** page. Simply toggle the "Collateral" button on the asset you prefer to withhold from use as collateral and confirm the transaction.


---

# 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://provident-capital.gitbook.io/provident-capital/protocol-information/deposit/how-to-deposit.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.
