# Radix Nodes

The radix node is responsible for facilitating the entry of new nodes into the network. It goes beyond traditional boot nodes by incorporating additional functionalities, including cluster assignment, cluster maintenance, node shuffling, and threshold management. This comprehensive description outlines the significant aspects of the radix node's role within the L1X framework.

1. **Root Node Functionality:** The radix node serves as the initial point of contact for nodes seeking to join the L1X blockchain network. Its primary responsibilities include providing crucial information and assistance to new nodes and guiding them through the integration process. The radix node's functionalities encompass:
2. **Network State Information**: The radix node supplies new nodes with up-to-date details about the network's current state, including the latest blockchain state, network topology, and active nodes participating in the L2X blockchain.
3. **Connection Establishment**: The radix node plays a pivotal role in facilitating connections between new nodes and the existing L1X network. It offers a curated list of active nodes and their IP addresses, allowing new nodes to establish direct connections and participate in the L1X blockchain network.


---

# 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://l1x-sdk.gitbook.io/l1x-foundation/l1x-technology-explained/validator-nodes/radix-nodes.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.
