# Glossary

**MCAG**: Mimo Capital AG is regulated company based in Liechtenstein. (More information [here](/kuma-protocol/kuma-protocol/regulated-nfts/mimo-capital-ag-a-regulated-entity.md))

**KUMA NFT(s)**: A KUMA NFT is tokenized version of a sovereign bond. Each KUMA NFT is non-fungible and transferable. They follow the [ERC-721](https://eips.ethereum.org/EIPS/eip-721) standard, the NFT standard. Each token contains metadata that provide details about the underlying asset backing its value. (More information [here](/kuma-protocol/kuma-protocol/regulated-nfts/kuma-nfts.md))

**KIBT**: KUMA Interest-Bearing Token(s). (More information [here](/kuma-protocol/kuma-protocol/composable-interest-bearing-tokens/kuma-interest-bearing-tokens.md))

**KCBT**: KUMA Clone Bond Token(s). (More information [here](/kuma-protocol/developers/smart-contract-architecture/kuma-bond-clone-tokens-kbct.md))

**Keepers**: Keepers do the work of making sure that the KIBT yield is always at the highest possible rate (More information [here](/kuma-protocol/developers/smart-contract-architecture/keepers.md))

**MIMO**: MIMO is the token associated with the KUMA DAO. (More information [here](/kuma-protocol/dao-and-governance/what-is-mimo-governance-token.md))

**vMIMO**: vMIMO token is a MIMO voted escrow (locked) for a period of time. vMIMO is used to vote on proposals. (More information [here](/kuma-protocol/dao-and-governance/vmimo-and-voting-power.md))

**NFT(s)**: Non-fungible tokens (NFTs) are assets that have been tokenized via a blockchain. They are assigned unique identification codes and metadata that distinguish them from other tokens. NFT(s) can follow the [ERC-721](https://eips.ethereum.org/EIPS/eip-721) or [ERC-1155](https://eips.ethereum.org/EIPS/eip-1155) standard. (More information [here](https://eips.ethereum.org/EIPS/eip-20))

**ERC-20**: A standard interface for fungible tokens. (More information [here](https://eips.ethereum.org/EIPS/eip-20))

**ERC-721**: A standard interface for non-fungible tokens. (More information [here](https://eips.ethereum.org/EIPS/eip-721))

**Sovereign Bonds**: A sovereign bond, also called government bond, is a debt security issued by a national government to raise money for financing government programs. (More information [here](/kuma-protocol/kuma-protocol/regulated-nfts/real-world-assets-onchain.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/ressources/glossary.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.
