# What is the Interchain?

The Interchain is a network of independent blockchains, which are:

* All powered by consensus algorithms with Byzantine Fault-Tolerance (BFT).
* All connected through the Inter-Blockchain Communication Protocol (IBC), which enables value transfers, token transfers, and other communication between chains, all without the need to involve exchanges or make compromises regarding the sovereignty of each chain.

The Interchain is also a blockchain ecosystem complete with protocols, SDK, tokens, wallets, applications, repositories, services, and tools.

<details>

<summary>German/Deutsch - Was ist die Interchain?</summary>

Die Interchain ist ein Netzwerk von unabhängigen Blockchains, welche

* Mittels des gleicher Konsens-Algorithmen mit byzantinischer Fehlertoleranz (BFT) betrieben werden.
* Durch das Inter-Blockchain-Kommunikationsprotokoll (IBC) verbunden sind, das Wert-Transfers, Token-Transfers und andere Kommunikation zwischen den Blockchains ermöglicht, ohne dass Intermediäre wie Börsen involviert sind oder Kompromisse hinsichtlich der Souveränität der einzelnen Ketten eingegangen werden müssen.

Die Interchain ist auch ein Blockchain-Ökosystem mit Protokollen, SDKs, Token, Wallets, Anwendungen, Repositories, Services und diversen Tools.

</details>


---

# 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.gatahub.zone/g/cosmos-ecosystem/what-is-the-interchain.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.
