> For the complete documentation index, see [llms.txt](https://docs.neurochain.ai/nc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neurochain.ai/nc/overview.md).

# overview

- [Introduction](https://docs.neurochain.ai/nc/overview/readme.md)
- [Our Vision](https://docs.neurochain.ai/nc/overview/our-vision.md): NeurochainAI is transforming AI through a decentralized protocol that promotes diversity, inclusivity, and fair compensation, leveraging blockchain for transparency and making AI accessible for all.
- [Biggest Problems in AI](https://docs.neurochain.ai/nc/overview/biggest-problems-in-ai.md): While AI has seen an unprecedented growth since the launch of ChatGPT 3, a myriad of complexities are preventing AI to become an integral part of the digital world.
- [What is NeurochainAI?](https://docs.neurochain.ai/nc/overview/what-is-neurochainai.md): NeurochainAI is an advanced Decentralized AI as a Service (DAIAS) ecosystem, revolutionizing how businesses and communities interact with artificial intelligence.
- [L3 NCN AI Overview](https://docs.neurochain.ai/nc/overview/l3-ncn-ai-overview.md): NCN AI is a layer 3 built on top of  Forknet to guarantee full interoperability and scalability of the AI network of NeurochainAI
- [PoWtS Consensus Mechanism](https://docs.neurochain.ai/nc/overview/powts-consensus-mechanism.md): A Proof-of-Work (PoW) on L3 with Proof-of-Stake (PoS) on L2 consensus mechanism is utilized to ensure the seamless, secure, scalable, and integral operation of NeurochainAI ecosystem.
- [NeurochainAI Node Architecture](https://docs.neurochain.ai/nc/overview/neurochainai-node-architecture.md): Three different types of nodes constitute the integration and operation of NeurochainAI's L1 and L3
- [Tokenomics](https://docs.neurochain.ai/nc/overview/tokenomics.md): The total supply of NCN coins is capped at 3 billion coins. This fixed supply ensures that coin distribution remains predictable and prevents any ecosystem-wide inflation.
- [Roadmap](https://docs.neurochain.ai/nc/overview/roadmap.md): Building tech that we can be proud of while growing community of supporters, users, and enthusiasts.


---

# 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.neurochain.ai/nc/overview.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.
