# Chain Types

## Chain Type Usage

IronWeave's architecture allows for the creation of unlimited, independent, interactive, and private chains. This structure enables participants (users, businesses, financial institutions, healthcare providers, AI agents) to create their own chains and interact in parallel, leading to a system that is highly scalable, secure, and private.

This flexibility lends itself to creating chains of a certain type, or use, which can be templatized or standardized for consistent use and implementation.&#x20;

For example, you could have a chain type for Insurance coverage, and only allow certain block types, or certain block categories, to be used in association with that block type. You could have a Medical Procedures chain type, and only allow blocks from categories associated with covered procedures to be used in such chains. You could have a KYC chain that stores immutable and validated person data, and create a standard block category with required block types that must exist in an complete KYC chain, then share that chain in a standardized way with organizations that require KYC compliance.

These can be specific to an organization, standardized by an industry, or recommended by a governing body. Such flexibility in being able to define chain types, and the blocks or block categories that are used in them, enables IronWeave to be applied and implemented across nearly any industry, and tuned to the unique considerations, constraints, or capabilities found therein.

## Use Case Collections

For purposes like AI Agents, NFTs (Non-Fungible Tokens), RWAs (Real-World Assets), and other applications, the customization and programmable nature of IronWeave's blocks and chains allow for these purpose-driven chain types.&#x20;

The following table provides just an overview of chain types that can be created, and examples of the benefits provided therein.&#x20;

IronWeave will create an ongoing collection of chain types for standardization, pattern, and suggested purposes. We believe chain types and their usage will expand as industries see the benefits of chain type, block type, and block category standardization (either implied or ratified, or anywhere between).&#x20;

| Category                     | IronWeave Application                  | Block/Chain Customization                                                                                                                                                                                                                                                                                        |
| ---------------------------- | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NFTs/RWAs                    | Digital Asset Ownership & Tokenization | Ideal for unique assets (real estate, art, collectibles). The specific chain for the RWA issuer or owner can enforce custom rules, such as fractionalization or the inclusion of private, up-to-date metadata that is only shared with authorized parties (e.g., compliance data).                               |
| Secure Communications        | Confidential Messaging & File Sharing  | Chains dedicated to a specific communication channel (e.g., a corporate group chat or file transfer) where every communication and file is stored in an end-to-end encrypted block. This ensures compliance-ready, immutable, or even ephemeral data retention based on user needs.                              |
| Compliant Payments           | Private Financial Transactions         | Chains dedicated to financial services, enabling private, secure, and compliant payments and atomic swaps (exchange of digital assets). These chains can be programmed with external logic to adhere to financial regulations while maintaining transaction confidentiality.                                     |
| AI/Agent Interaction         | AI Economies & Infrastructure          | Chains facilitating seamless and secure micropayments and data exchanges between autonomous AI agents. The independent chain structure and custom block types ensure agents' data and identity remain private and verifiable.                                                                                    |
| Enterprise Data & Governance | Custom DApps and Internal Systems      | Creation of private, permissioned chains for internal corporate use, like supply chain tracking, immutable record-keeping, or governance tracking. The ability to define custom block types allows businesses to enshrine details of smart contracts (Iron Contracts) or business logic directly on their chain. |

In summary, IronWeave's flexibility means that for any purpose—from trading NFTs that represent RWAs to exchanging stock or sharing confidential files—you can define a chain type and benefit from the known expectations of how to create or interact with it.


---

# 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/flexibility/chain-types.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.
