> For the complete documentation index, see [llms.txt](https://docs.oortech.com/edge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oortech.com/edge/oort-edge-nodes.md).

# OORT Edge Nodes

## Node Providers

Node Providers, also known as miners, are individuals or organizations that support both Web2 and Web3 applications while earning rewards. By running an edge node on OORT’s decentralized network and providing storage and compute capacity, node providers play a critical role in supporting OORT DataHub on data collection, storage, and processing efficiently and securely.

*Learn more about* [*Deimos Tokenomics*](/edge/oort-edge-nodes/edge-node-tokenomics.md)*.*

## Different Types of Edge Nodes

Node providers can join and support OORT with two types of edge node devices, [Deimos](/edge/oort-edge-nodes/deimos.md) and Helium hotspots.

### Deimos

Deimos is the dedicated edge node device for OORT Edge. Compact and powerful, it comes in two versions:&#x20;

* **Deimos I**, optimized for decentralized AI data storage
* **Deimos II**, designed for compute-intensive tasks such as data processing and on-device inference.

Together, they power OORT DataHub with secure, scalable AI data storage and processing.

{% hint style="success" %}
Make sure to purchase Deimos only from OORT's official [ecosystem partners](https://docs.oortech.com/oort-den/eco-partners/official-eco-partners).
{% endhint %}

### Helium Hotspots

Current Helium miners need to contact their Helium hotspot manufacturers to join OORT Edge.&#x20;


---

# 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://docs.oortech.com/edge/oort-edge-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.
