# ExtraChain Node Types

ExtraChain nodes form data-exchange clusters to speed up local data transactions and requests and create faster connections between network parts.

ExtraChain node types:

* User node – ordinary user. This node can be any device (mobile device, PC, low-performance server). It stores only required part of chain and uses data from other nodes;
* Cluster node – high-performance node with high-speed connection to other clusters. It stores all data of blockchain and provides it for all nodes;

As it shown at cluster scheme, decisionmaking is protected by different connections between clusters. This structure type allows fast data transfer and reliable data exchange for all types of devices.

![Cluster network scheme](/files/-Ma2wou7OYIikaKRac2S)


---

# 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.extrachain.io/overview/extrachain-node-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.
