> For the complete documentation index, see [llms.txt](https://1nodeio.gitbook.io/1node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1nodeio.gitbook.io/1node/1node.md).

# 1node

Overview:

1node is redefining how AI interacts with decentralized infrastructure.

By unifying leading decentralized networks into one programmable layer, 1node empowers developers to route, verify, and optimize AI workloads with zero friction.Our architecture brings intelligence, verifiability, and composability to the heart of AI systems — making it seamless to build at scale, without being bound by fragmented infrastructure.

To aggregate, standardize, and coordinate access to diverse DePIN networks\
under a single interface or coordination layer.

**DePIN Layer:**

* **Unify discovery and usage** of multiple DePIN services.
* Provide a **universal query and payment interface.**
* Offer **data normalization and reliability scoring.**
* Allow developers to build apps on top (like a DePIN SDK or API gateway).

Key Protocol Components

| Component                                              | Purpose                                                        |
| ------------------------------------------------------ | -------------------------------------------------------------- |
| **Registry**                                           | Indexes and categorizes DePIN networks & nodes                 |
| **Gateway/Relay Layer**                                | Interfaces with external DePIN protocols                       |
| **Resource Normalization&#xD; Layer**                  | Converts DePIN-specific data into a unified schema             |
| **Workflow Composer**                                  | <p>Developer-friendly UI/SDK to assemble multi-step jobs       |
| <br>(compute → storage → model → sensing → verify)</p> |                                                                |
| **Intelligent Routing&#xD; EngineModular**             | <p>Scores and selects the optimal provider(s) per job based on |
| <br>price, latency, SLA, and reputation</p>            |                                                                |
| **Payment Router**                                     | Abstracts away different token/payment systems                 |
| **Reputation Oracle**                                  | Scores resource reliability across providers                   |
| **Access Layer / API&#xD; Gateway**                    | Unified access point for developers/apps                       |


---

# 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://1nodeio.gitbook.io/1node/1node.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.
