# Overview

One of IronWeave's core innovations is its patented Shared-Block Architecture, which is the basis for IronWeave’s multi-blockchain fabric, that fundamentally differentiates it from monolithic blockchains like Bitcoin or Ethereum, Solana or Cardano, Ripple or Sui, or anything else.&#x20;

In monolithic blockchains, all transactions are bundled into a single block, recorded serially and without encryption, then placed onto the central chain, making data publicly scannable, limiting scalability, and restricting block size.&#x20;

In contrast, IronWeave features an unlimited number of independent, interacting blockchains, each representing a unique data entity like a person, place, event, thing, credential, AI agent, or application. When two or more of these independent IronWeave chains interact, a self-contained, encrypted IronWeave block is created and placed only on those participating chains, rather than being placed on a scannable single central chain.&#x20;

Each IronWeave Block is flexible in size and structure (allowing for anything from a small IoT device update to a large contract or medical image, or any other custom block type or block category), and is owned and controlled by its creators. Critically, each shared block is encrypted with a unique set of keys known only to its participants, ensuring that only they are aware the interaction or block even exists, making it inherently private and "unscannable" by external parties.&#x20;

<figure><img src="/files/5hGjsYLv0IXf4zwcQq3s" alt=""><figcaption></figcaption></figure>

This Shared-Block Architecture design enables parallel block creation and massive horizontal scalability, allowing for millions of transactions per second (TPS) and near-instant settlement, much like the Internet's ability to scale by adding more data centers. Essentially, each interaction becomes its own private and protected "data vault".

***

Here’s an analogy in daily life that might help illustrate how IronWeave and its Shared-Block Architecture is so different, so disruptive, and aligns to how the Internet itself works:

Imagine you want to share a private message with just one friend. In a monolithic blockchain system, it's like everyone in your entire town has to gather in a single, giant town hall meeting to do anything online. The more people who want to participate, the more crowded that town hall meeting becomes. When you want to send your friend your message, you have to wait your turn to shout it out for everyone to hear. Since only one person can speak at a time in this public town hall room, everyone has to wait their turn. If you have enough money, you can bribe your way to the front of the line. This means everything has to happen one step at a time, everything is publicly visible, and your private information is exposed for anyone to scan or exploit, now and forever.&#x20;

In contrast, IronWeave's Shared-Block Architecture is like giving everyone their own private phone and phone line. When you want to share that private note, you simply call your friend directly on their private line. Your conversation is completely private and encrypted—only you and your friend know what's being said, and no one else can listen in or even knows the conversation is happening. Many people can have their own private calls at the exact same time without waiting, just like adding more phone lines means millions of calls can happen simultaneously across the entire phone network. Each of these private interactions creates its own little secure "data vault," owned and controlled only by those involved.&#x20;

This fundamental difference allows IronWeave to provide unparalleled privacy, security, and massive scalability for online interactions, unlike traditional systems or other blockchains.

***

The following sections go into more detail about IronWeave’s unique, disruptive Shared-Block Architecture.


---

# 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.ironweave.io/architecture/overview.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.
