# The Architecture

{% hint style="info" %}

## 📜 **TL;DR:**

* **The Hemi Network operates four** kinds of specialized nodes: Bitcoin finality governors, Bitcoin-secure sequencers, Proof-of-Proof miners, and a modified Geth node.
* The network’s nodes maintain its EVM and ensure decentralized operability across **Bitcoin**, **Ethereum**, and other EVM-compatible chains.
  {% endhint %}

***

## 🌐 Overview

* The Hemi Network connects to both the **Bitcoin and Ethereum networks**, allowing asset portability across both, enabling a third-party cross-chain ecosystem. To create this highly secure multichain ecosystem, the Hemi Network operates several kinds of decentralized nodes: **Bitcoin finality governors, Bitcoin-secure sequencers, Proof-of-Proof miners, and a modified Geth node.**

***

## 🛡️ **Bitcoin Finality Governors (BFGs)**

* Regulate the network's security status by analyzing Bitcoin blocks for Hemi Network state proofs.
* Determine the network's finality status, ensuring security.
* Coordinate with Bitcoin-secure sequencers and proof-of-proof miners.

***

## ⚙️ **Bitcoin-Secure Sequencers (BSS Nodes)**

* Integrate Hemi Network transactions with Ethereum mainnet transactions.
* Maintain the network's consensus layer and manage staking, unstaking, and slashing operations.
* Ensure a seamless connection between the Hemi Network and Ethereum for asset transfers.

***

## 🛠️Modified Geth Node

* Operates as a customized Ethereum node, providing compatibility and connectivity between the Hemi Network and Ethereum.
* Ensures data synchronization and transaction processing within the Hemi Network ecosystem.

***

## 🔗 **Proof-of-Proof Miners (PoP Miners)**

* Secure the network by embedding state proofs into the Bitcoin blockchain.
* Hash network headers to create cryptographic proofs and publish these to Bitcoin.
* Receive tokens as rewards for their contributions.

***

{% hint style="success" %}

## 👀 Sneak Peek WIP

***Challengers***

* *Monitor the Hemi Network for data accuracy and completeness.*
* *Initiate challenge-response processes for discrepancies, ensuring integrity.*
* *Receive a portion of the penalized stake for successful challenges.*
  {% endhint %}

***

### ⚡️ Achieving Decentralized Interoperability

This innovative approach ensures secure, decentralized interoperability among Bitcoin, Ethereum, the Hemi Network, and other EVM-compatible chains.


---

# 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.hemi.xyz/foundational-topics/the-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.
