# cpTokens

cpTokens are pool specific LP tokens, cpToken address is identical to the pool address, which can either be found via etherscan or the pool url on the Clearpool app.&#x20;

As a lender, when you provide liquidity to a pool, you will receive cpTokens relevant to that specific pool in return.

cpTokens have three main characteristics:

1. They represent the amount of liquidity that has been supplied to a specific pool
2. They accrue the interest rate for that pool on every block
3. They represent the risk profile of the pool borrower

cpTokens can be redeemed at anytime, subject to liquidity (see [Withdrawing Liquidity](/clearpool/how-it-works/dynamic/for-lenders/withdrawing-liquidity.md) for more information).

cpTokens are the building blocks for a broader system of tokenized credit and risk management. New features and products will be released which will give lenders (cpToken holders) more sophisticated optionality in terms of managing and hedging risks (see [Roadmap](/clearpool/clearpool/roadmap.md) for more information).

{% hint style="info" %}
Metamask users are required to import their tokens before they are visible in the wallet, please remember to import your cpTokens (same address as pool address) via Metamask interface.
{% endhint %}


---

# 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/dynamic/protocol/cptokens.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.
