# How Deposit Works

Deposit supported assets to the corresponding lending pools to receive inTokens. inTokens are interest-bearing tokens that accrue value over time from borrowing interests. It is represented as ‘inxxx’ in your wallet, for example: inETH, inUSDT, etc.

The inTokens’ values will constantly increase at the rate of their current interest rate as they continue to accrue interest. To convert your inTokens back to the deposited assets, simply withdraw. Given that the lending pool has enough unutilized tokens, you will receive your deposited assets, while the inToken gets burnt upon withdrawal.


---

# 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.init.capital/lending/how-deposit-works.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.
