# IBT

IBT in IPOR is not an ERC20 token. Instead, it's a measure of interest rate over time saved in the token. This allows us to track the floating interest rate between 2 points in time.&#x20;

IBT is used by the swap AMM to price the floating leg and can be used by anybody who would like to know what the "average" floating rate has been between two blocks.&#x20;

### How is IBT calculated?

At inception, the value of the IBT price is set to 1. At every IPOR publication, the IBT price is updated to reflect the accumulating rate. Rate is added without compounding using the following formula:&#x20;

$$
IBT\_{new} = IBT\_{old} \cdot e ^{\frac{IPOR \cdot \Delta T}{T\_{Year}}}
$$

Where IBT is the price at the rebalancing - *n* is the current rebalancing, *n-1* is the moment of the last rebalancing.  Delta T is the time that has passed between 2 rebalancings.&#x20;

IBT is a valuable measurement of the closely approximated, on-chain value of the Inter-Protocol Offered Rate (floating) over time.

### Continuous compounding&#x20;

Above formula is of course a formula for continuously compounding interest rate. This is the standard accross IPOR Protocol. It's worth noting that AAVE currently uses compounding every second and Compound "compounds" interest every day. Because of the different rate of compounding there is a difference how APR converts to APY however markets already price those difference in since the main number that is refered to is actually APY.&#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://docs.ipor.io/ipor-derivatives/interest-rate-derivatives/ibt.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.
