# Glossary

**Internet Computer**: The Internet Computer Protocol (ICP) is a blockchain based on [threshold cryptography](https://en.wikipedia.org/wiki/Threshold_cryptosystem), [state machine replication](https://en.wikipedia.org/wiki/State_machine_replication), and [a novel consensus algorithm](https://eprint.iacr.org/2021/632.pdf). <https://internetcomputer.org/>.

**Bitomni**: Bitomni transforms crypto asset management by integrating Bitcoin and Bitcoin assets with omnichain capabilities, ensuring secure, trustless, and diversified BTCFi on multiple blockchains. <https://bitomni.io>.

**BTCFi**: Short for BTC DeFi, refers to integrating Bitcoin and its derivatives into decentralized financial systems.

**Omnichain**: Refers to a blockchain architecture or framework that enables seamless interoperability and connectivity between multiple distinct blockchain networks. This concept allows assets, data, and smart contracts to move and interact across blockchains without intermediaries or complex bridging mechanisms.

**DApp**: A DApp, or a decentralized application, is a software program that runs on a blockchain network instead of a single computer or centralized servers. It operates autonomously, is often open-source, and relies on smart contracts to perform transactions without intermediaries, enhancing security and reducing reliance on central authorities.

**ICRC1**: The base standard for fungible tokens.

**ICRC2**: An extension of ICRC-1 that enables `approve` and `transfer_from` transactions.

**Chain-key Bitcoin**: Chain-key Bitcoin (ckBTC) is a token on the Internet Computer that is backed 1:1 by bitcoin (BTC) such that 1 ckBTC can always be redeemed for 1 BTC and vice versa.&#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://bitobridge-doc.bitomni.io/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.
