# KUMA Interest Bearing Token (KIBT)

KIBTokens are rebase tokens minted and burned by the `KUMASwap` contract upon sale and purchase of KUMA NFTs. KUMA NFTs back KIBT and determine the yield earned on them. Yield collected by the KUMA NFTs in the `KUMASwap` reserve is distributed to KIBTokens holders directly by increasing their wallet balance on a set interval, referred to as epoch.

## [Interest Bearing Logic](/kuma-protocol/developers/smart-contract-architecture/kuma-interest-bearing-token-kibt/interest-bearing-logic.md)

## [ERC-20 Compliance and Updates](/kuma-protocol/developers/smart-contract-architecture/kuma-interest-bearing-token-kibt/erc-20-compliance-and-updates.md)

## [Balance Accounting](/kuma-protocol/developers/smart-contract-architecture/kuma-interest-bearing-token-kibt/balance-accounting.md)


---

# 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.kuma.bond/kuma-protocol/developers/smart-contract-architecture/kuma-interest-bearing-token-kibt.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.
