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

# Polkadot

NeuroWeb, formerly known as OriginTrail Parachain, operates as a parachain on the Polkadot network. Polkadot serves as the relay chain, providing shared security and interoperability among various connected chains, including NeuroWeb.

In this relationship, Polkadot's relay chain ensures the security of NeuroWeb by incorporating it into the broader Polkadot network's consensus mechanism. This shared security model enhances the resilience and integrity of NeuroWeb's operations.

Moreover, Polkadot's design facilitates interoperability by allowing different parachains, like NeuroWeb, to communicate and share information across the Polkadot network. This interoperability ensures a seamless flow of data and assets between different blockchains connected to the Polkadot ecosystem.

In essence, NeuroWeb benefits from the shared security provided by Polkadot's relay chain and gains interoperability with other chains within the Polkadot network, fostering a more connected and robust decentralized ecosystem.

Learn more about Polkadot [here](https://polkadot.network/).


---

# 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.neuroweb.ai/polkadot.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.
