# Network Architecture

Torram’s network architecture is designed to securely and efficiently process data for Bitcoin-based applications, with verifiable outputs committed directly to Bitcoin’s Layer 1. This section details the core technical components, the role of validators, and the incentive model that ensures accurate data reporting and network sustainability.&#x20;

Torram’s decentralized network is composed of validators running the Torram node software, which operates integrated relayers and indexers to aggregate, verify, and publish any type of off-chain or on-chain data into the Bitcoin blockchain. This architecture forms a robust middleware layer, bridging real-world data and Bitcoin’s base layer to enable secure application development at scale.&#x20;

<figure><img src="/files/4Dq7rfN5UTcPWZ7r9XgN" alt=""><figcaption></figcaption></figure>

Validators: Retrieve data from multiple trusted sources, reach consensus, and publish updates to the TORR Chain.&#x20;

Relayers: Finalize and submit verified price data to Bitcoin’s Layer 1, ensuring on-chain integrity and immutability.&#x20;

Indexers: Organize and structure historical blockchain data, enabling efficient real-time access to on-chain records.&#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://torram.gitbook.io/torram-documentation/technical-architecture-and-network-design/network-architecture.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.
