# cToken

Loanshark tokenises debts on the protocol with **ERC20**-compliant cTokens.&#x20;

Upon deposit, the depositor receives a corresponding amount of cTokens into their wallet. Each deposited asset will be represented by its own cToken (i.e. cDAI, cETH, cUSDC) and each of them will have a value that maps the prevailing exchange rate relative to the underlying asset that reflects both the principal as well as interest accrued overtime in the pool.

cToken contract addresses may be found in the [Contracts](/loanshark-core/technical/contracts.md) page.<br>


---

# 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.loanshark.tech/loanshark-core/supply/ctoken.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.
