# System Parachains

**System Parachain** includes essential ***InfraBlockchain*** protocol functionalities, but these functionalities reside in the parachains rather than Relay Chain. By hosting core protocol logic in parachains instead of Relay Chain, ***InfraBlockchain*** utilizes its self-hosting capability through parallel execution, a unique extension technology. The System Parachain removes transactions performing protocol functions from Relay Chain, allowing the [Blockspace](/infrablockchain-docs/infrablockchain/learn/architecture/architecture.md#block-space) to be more dedicated to its core functionalities (e.g. [parachain validity verification](/infrablockchain-docs/infrablockchain/learn/architecture/architecture.md#parachain-state-transition)).

The governance of the System Parachain is conducted by Relay Chain and serves as a special parachain for the entire ***InfraBlockchain*** network. The System Parachains within ***InfraBlockchain*** include:

* [**Asset Hub**](#asset-hub): A system chain governing functionalities related to tokens (e.g. [System Token](/infrablockchain-docs/infrablockchain/learn/protocol/system-token.md)).
* [**Bridge Hub**](#bridge-hub): A system chain overseeing bridges between different networks.

### Asset Hub

#### Overview

***Asset Hub*** is a system chain within the ***InfraBlockchain*** ecosystem responsible for governing functionalities related to tokens (e.g. [System Token](/infrablockchain-docs/infrablockchain/learn/protocol/system-token.md)). It assists token issuers (e.g. System Token issuer) in generating tokens within the ***InfraBlockchain*** network, tracking the total token supply (including tokens[ transferred to other parachains](/infrablockchain-docs/infrablockchain/tutorials/build/transfer-assets-with-xcm.md)). Additionally, it facilitates the creation, minting, and burning of on-chain assets, managing on-chain assets deposited and created in accordance with [Uniques Pallet](https://github.com/InfraBlockchain/infrablockchain-substrate/tree/822bc6c9706774a98122eb432f412b871a98a4bd/substrate/frame/uniques) and the new [NFTs Pallet](https://github.com/InfraBlockchain/infrablockchain-substrate/tree/822bc6c9706774a98122eb432f412b871a98a4bd/substrate/frame/nfts).

Since the token-related logic is executed directly in the runtime rather than through smart contracts, the cost of executing transactions in parachains is approximately 1/10 of that on Relay Chain. This low fee level implies that **Asset Hub is well-suited for handling system token balances and transfers, as well as managing on-chain assets across the network.**

### Bridge Hub

**Bridge Hub** is a system chain responsible for functionalities related to bridging in the context of building a ***Federated Multi-BlockChain***, where multiple ***InfraBlockchain*** ecosystems are interconnected.


---

# 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.infrablockchain.net/infrablockchain-docs/infrablockchain/learn/architecture/parachain/system-parachains.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.
