# Node

A blockchain node is an open-source, cross-platform runtime that allows developers to create various services. The P2P protocol allows nodes to communicate with each other within the network and transfer information about transactions and new blocks.

Network nodes are responsible for the correctness and reliability of storing the entered data in the distributed ledger. Each node can store a complete copy of the distributed ledger. Thanks to the blockchain nodes, any user can access the data and can view all transactions conducted or stored on the network.

{% content-ref url="/pages/-Mb5kdT\_N0SXJiTAru22" %}
[Validators Node](/structure/node/validators-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MX\_jbdnx7m7dqfYfl-a" %}
[Guardians Node](/structure/node/node-guardians.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mb5kus3k\_2NB6POimty" %}
[PI Node](/structure/node/pi-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mb5kyn\_peTXPu-3fzNl" %}
[Bridge Node](/structure/node/bridge-node.md)
{% endcontent-ref %}


---

# 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.horaos.com/structure/node.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.
