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

# Node Operations

### T-Nodes&#x20;

ThirdFi nodes plays a crucial role in ThirdFi's network, it is a functional node to provide:

\
1\. Transaction Validation&#x20;

* Run the consensus algorithm, validate transactions, and maintain the blockchain's integrity.
* Validate transactions and blocks according to the consensus rules of the network. They ensure that only legitimate transactions are added to the blockchain.

#### 2. AI Task Computation&#x20;

* Provide computational power for AI tasks and validate the computations before they are finalized on the blockchain.
* Specialized in processing AI tasks. These nodes have high-performance computational resources, particularly GPUs or TPUs, necessary for AI model training and inference.

#### 3. Data Accessibility&#x20;

* Store and manage access to encrypted data, ensuring that only authorized users or algorithms can access it.
* Manage the storage and retrieval of large datasets used in AI operations. They interface with decentralized storage solutions and handle data requests via smart contracts, ensuring that data access is secure and compliant with privacy standards.

#### Incentive Mechanisms&#x20;

* T-nodes holders are incentivized through transaction fees, rewards for processing AI tasks, and possibly staking mechanisms where nodes commit resources or tokens to guarantee their reliability and performance.

<figure><img src="/files/tz7DfewQaXs6r6qUzXIr" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://thirdfi.gitbook.io/thirdfi.org-1/product/thirdfi-v2/technical-overview/node-operations.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.
