> For the complete documentation index, see [llms.txt](https://docs.bsc.lista.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsc.lista.org/user-guide/collateral-debt-position/provide-collateral.md).

# Provide collateral

### 1. Connect your wallet[​](https://helio.money/docs/get-started/provide-bnb#1-connect-your-wallet) <a href="#id-1-connect-your-wallet" id="id-1-connect-your-wallet"></a>

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F60fXF9rALi6luWHVkkGg%2Fuploads%2FQqOlYh6nF6efbEpkTtMu%2FProvide%20collateral.mp4?alt=media&token=c121023d-f2a8-4acb-bf30-8c5d5b1c0142>" %}

{% hint style="info" %}
**NOTE**

We are using MetaMask as the example wallet due to its wide adoption in the crypto community.
{% endhint %}

1. Visit the borrow and click **Connect wallet**.
2. Choose MetaMask from the list of wallets.
3. Connect with your wallet and switch to **BNB Smart Chain (Mainnet)** by clicking **Switch network** and approving the action in MetaMask.

### 2. Provide collateral[​](https://helio.money/docs/get-started/provide-bnb#2-provide-bnb-collateral) <a href="#id-2-provide-bnb-collateral" id="id-2-provide-bnb-collateral"></a>

{% hint style="info" %}
The minimum deposit transaction is 0.1 for BNB deposits.

The maximum total borrow limit for lisUSD is currently set at 69,000,000 lisUSD tokens.
{% endhint %}

1. Head over to your Lista DAO CDP dashboard [here](https://lista.org/cdp/dashboard?utm_source=gitbook\&utm_medium=article\&utm_campaign=provide-collateral).

<figure><img src="/files/77ikQ9FQLGcdHrvULiRC" alt=""><figcaption></figcaption></figure>

2. Select the type of collateral you would like to deposit, and click on "Deposit".

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

3. Enter the amount of collateral that you would like to deposit, and click deposit.

<figure><img src="/files/2jhIoe8iIAHSSJbiHfYA" alt=""><figcaption></figcaption></figure>

3. Confirm the transaction in MetaMask.

<figure><img src="https://docs.bsc.lista.org/~gitbook/image?url=https%3A%2F%2F1284749027-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FeuAQJMk753IWaCTi0zzi%252Fuploads%252FnFK5RKwNZLwBZPyflzVH%252FMetaMask1.png%3Falt%3Dmedia%26token%3Dbc35c421-3e4d-43eb-82c8-3d7a7f7a55b8&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=e974844c&#x26;sv=1" alt=""><figcaption></figcaption></figure>

4. Once the transaction completes, you are done.


---

# 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.bsc.lista.org/user-guide/collateral-debt-position/provide-collateral.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.
