# Providing Liquidity

* Connect your supported wallet to the [app](https://clearpool.finance/lending).
* Ensure you’re connected to the correct network and have sufficient gas tokens in your wallet
* Prepare the amount of assets you would like to lend
* Select the pool of the borrower you want to lend to
* Enter the amount of assets that you would like to lend and click Deposit
* Approve the transaction allowing the Clearpool protocol to spend the asset in your wallet interface
* Approve the final transaction in your wallet interface

Once the transaction is confirmed, you will receive cpTokens specific to this pool. The cpTokens appear as cpXXX-XXXX in your wallet and will compound interest based on the pool's specific rate. (see [cpTokens](https://docs.clearpool.finance/clearpool/how-it-works/credit-vaults/protocol/cptokens) for more information).


---

# 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.clearpool.finance/clearpool/how-it-works/credit-vaults/for-lenders/providing-liquidity.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.
