> For the complete documentation index, see [llms.txt](https://docs.nesa.ai/nesa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nesa.ai/nesa/background-and-exploratory-notes/node-runners-doing-inference-and-earning-usdnes.md).

# Node Runners: Doing Inference and Earning $NES

> ⚠️ **Evaluation in Progress**
>
> Some of the mechanisms described on this page are currently **being evaluated and validated**. They represent design options under consideration, and may be refined, replaced, or omitted as the system evolves.

Node runners contribute to the decentralized and distributed nature of Nesa, enhancing its efficiency and security for running AI models. They can be run by individuals, companies, or any other entities interested in supporting the network and earning rewards (which is [$NES](broken://pages/GMVy41K9A91P8NsqgiRq)) for their efforts.

These nodes support the network by performing several critical functions:

1. **Validation**: Nodes validate new transactions and blocks to ensure they follow the network rules. This includes checking that transactions are properly signed and that they do not attempt to spend funds that have already been spent.
2. **Inference**: Node runners execute the actual inference task assigned by the orchestrator, where the aggregated results will be returned to the user who request the job.

Want to join as a node runner? See details in [run a nesa node](/nesa/run-a-nesa-node/prerequisites.md).


---

# 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.nesa.ai/nesa/background-and-exploratory-notes/node-runners-doing-inference-and-earning-usdnes.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.
