# Deposit assets in Kima pools

Below is a step by-step guide on how to deposit assets:

## Step 0: Check you have enough funds

Before depositing liquidity, make sure:

* You have assets available for deposit.
* The assets are on the [supported assets list](/kima-network/supported-assets.md).
* You have at least 0.2 Kima tokens in your Keplr wallet.
* You have enough funds for gas on your desired network (e.g., ETH for Ethereum, MATIC for Polygon, etc).

## Step 1: Connect your wallets

Browse to the Kima Explorer.

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

Browse to the Liquidity panel

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

Click the button in the upper right to connect your Keplr wallet

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

Your existing positions are now visible.

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

## Step 2: Select the blockchain, the asset and balance

Select the blockchain you’d like to provide liquidity on.

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

Choose the amount you would like to deposit.

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

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

Select the asset you’d like to provide.

Click Deposit.

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

## Step 3: Confirm transaction in the new transfer window

Upon clicking Deposit, a New Transfer window will appear. In this window:

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

Connect your blockchain wallet if you haven't already.

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

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

Review the transaction details, including the source network, wallet address, and deposit amount. Click Next.

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

## Step 4: Approve the transaction

After reviewing the transaction details, click Submit.

<figure><img src="/files/6z11ArC9wyripDh0FpNG" alt=""><figcaption></figcaption></figure>

Approve all the transactions your wallets ask you to approve.

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

## Step 5: Sign approval requests in Keplr

For all Kima Network transactions, you will be asked to make two approvals through your Keplr wallet.

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

Important: You may have to wait a few seconds for the second approval request to appear. If the Keplr wallet does not automatically launch, open it manually to see the pending approval requests.

Once you’ve signed and approved both requests, the transaction process will begin.

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

## Step 6: Verify your deposit

Once the transaction reaches 100% completion, your asset’s liquidity is deposited in the pool.

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

You can now view your balance, or withdraw it.

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


---

# 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.kima.network/kima-network/become-a-liquidity-provider/provision.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.
