> For the complete documentation index, see [llms.txt](https://l1x-sdk.gitbook.io/l1x-foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://l1x-sdk.gitbook.io/l1x-foundation/l1x-technology-explained/validator-nodes/radix-nodes.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://l1x-sdk.gitbook.io/l1x-foundation/l1x-technology-explained/validator-nodes/radix-nodes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
