# Blockchain Network

THXNET. Blockchain Network is built and customized upon the Polkadot Substrate Framework and FRAME pallets as its foundation. We firmly believes in the concept of Web3 as a network of networks and has chosen to leverage the strengths of established technologies to support this vision.

<figure><img src="/files/9GwIM9FjrhOSgzu7oI5u" alt=""><figcaption><p>Blockchain Network Structure</p></figcaption></figure>

A Rootchain and its Leafchains communicate via XCM protocol which is a messaging format and language used to communicate between consensus systems.

Collators in a Leafchain gather the changes from the most recent block. They then send a packed summary of these changes to the Validators of the Rootchain, who help finalizing the block.

For more details, please refer to [Polkadot doc](https://wiki.polkadot.network/docs/learn-parachains).

#### THXNET. All Blockchain Networks Panel (click top left item to show side menu)

<https://panel.testnet.thxnet.org/?rpc=wss%3A%2F%2Fnode.mainnet.thxnet.org%2Farchive-001%2Fws#/explorer>

#### THXNET. Mainnet Explorer

<https://explorer.mainnet.thxnet.org/>

#### THXNET. Testnet Explorer

<https://explorer.testnet.thxnet.org/>


---

# 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://thxnet.gitbook.io/thxnet-developers-doc/concept/blockchain-network.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.
