# Overview

IronWeave achieves its massive scalability by fundamentally re-architecting how blockchains operate, moving beyond the inherent limitations of monolithic designs to embrace a massively parallel multi-blockchain fabric.&#x20;

Instead of all interactions being funneled through a single, linear blockchain that acts as a bottleneck, IronWeave assigns each user, device, or application its own dedicated chain (or chains). When interactions occur, they don't congest a shared network; instead, they create independently encrypted **shared blocks** that are placed directly onto the respective chains of **only** the involved participants.&#x20;

This architecture, this re-imagining and re-architecting of fundamental blockchain interactions allows for unlimited concurrent block creation and interactions, enabling horizontal scalability, similar to the Internet's ability to handle countless parallel connections, ultimately leading to a capacity for millions of transactions per second and near-instant settlement, without compromising privacy or security.

The articles in this section walk through concepts needed to understand how IronWeave achieves its unmatched scale and scalability. It's recommended each article be read in the sequence they appear, to best see and understand the full picture of IronWeave's scalability, from concepts to technical implementation.&#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://docs.ironweave.io/scalability/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.
