# ibTokens

## What are ibTokens?

* When a user supplies their assets to Blueberry Protocol's Earn strategies, ibTokens (interest-bearing Tokens) are used to keep track of the funds they have deposited as well as any interest earned in addition to the NFT representation of their position.
* Each time a user supplies funds to the earn strategy, they are issued a corresponding balance in ibTokens, this is held in the Blueberry Bank contract. This balance of the ibTokens is directly proportional to the stake they have in the earn strategy, which accrues interest every block.
* Each Earn strategy asset has its own ibToken; for example, if a user deposits BTC to the specific earn strategy, they will receive a corresponding balance of ibBTC.
* When a user supplies assets to Blueberry Protocol's lend they receive ibTokens, which can be staked to earn bdBLB.&#x20;


---

# 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://v1.docs.blueberry.garden/tokenomics/ibtokens.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.
