# Overview

Datai Network (DATAI) is a peer-to-peer network that indexes various blockchains and responds to external queries. It’s a distributed system where nodes collaborate to store essential information like node identities, roles, projection deployment details, active account states, and more. Each DATAI Node holds a part of this information, working together to maintain the network.

This documentation will help you get started with Datai Network, a fully decentralized blockchain data platform. Whether you’re interested in developing data projections or contributing to the network, this guide is your starting point.

#### Decide How You Want to Contribute <a href="#decide-how-you-want-to-contribute" id="decide-how-you-want-to-contribute"></a>

Datai Network is fully decentralized, so there are several ways you can get involved:

**1. Develop Projections**

If you’re a developer, you can create your own data projections—these are the data sources the network uses to provide information to users. Currently, the network supports EVM-based active positions projections. Check out the available projections for more details.

**2. Run Nodes soon**

You can run either Indexer or Gateway nodes, which are the backbone of the network. Indexer nodes are responsible for indexing the projections submitted by developers, while Gateway nodes provide data to users by matching their requests to the relevant indexer nodes hosting the desired projections.

**3. Consume Data**

Finally, you can consume data from the network, fueling the ecosystem by using Datai Tokens to pay for requests as well as use our in-house apps and APIs.


---

# Agent Instructions: 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://docs.datainetwork.org/introduction/overview.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.
