> For the complete documentation index, see [llms.txt](https://tracdeepdive.gitbook.io/deepdive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tracdeepdive.gitbook.io/deepdive/guides/definitions.md).

# Definitions

<table><thead><tr><th width="247">General</th><th> </th></tr></thead><tbody><tr><td><a href="https://tracelabs.io/"><strong>Trace Labs</strong></a></td><td>The core developers behind OriginTrail Decentralized Knowledge Graph</td></tr><tr><td><a href="https://twitter.com/branarakic"><strong>Branimir Rakic</strong></a></td><td>Founder, technical architect &#x26; CTO at <a href="https://twitter.com/origin_trail">@origin_trail</a> (<a href="https://twitter.com/tracelabshq">@tracelabshq</a>), Decentralized Knowledge Graph &#x26; Semantic Web3 builder</td></tr><tr><td><a href="https://twitter.com/DrevZiga"><strong>Žiga Drev</strong></a></td><td>Founder at <a href="https://twitter.com/TraceLabsHQ">@TraceLabsHQ</a></td></tr><tr><td><a href="https://twitter.com/TomazOT"><strong>Tomaz Levak</strong></a></td><td>Founder at <a href="https://twitter.com/TraceLabsHQ">@TraceLabsHQ</a></td></tr><tr><td><a href="https://origintrail.io/"><strong>OriginTrail</strong></a></td><td>A neutral and open source protocol hosting the world’s first Decentralized Knowledge Graph</td></tr><tr><td><a href="https://docs.origintrail.io/general/dkgintro"><strong>Decentralized Knowledge Graph (DKG)</strong></a></td><td>A layer-2 open and collaborative network combining <strong>blockchain</strong> and <strong>knowledge graph</strong> technology, with the <strong>OriginTrail node</strong> as the core unit of the network for <strong>Web3 applications</strong></td></tr><tr><td><strong>ODN</strong></td><td>OriginTrail Decentralized Network</td></tr><tr><td><a href="https://www.coingecko.com/en/coins/origintrail"><strong>TRAC</strong></a></td><td>Interoperable <strong>Layer-2</strong> utility token powering all network operations on the DKG such as creating Web3 assets and collaterizing asset holders. It is capped at 500M supply and is non-inflationary.</td></tr><tr><td><a href="https://www.coingecko.com/en/coins/neurowebai"><strong>NEURO</strong></a></td><td>Formerly known as OTP, it is the <strong>Layer-1</strong> NeuroWebAI token on Polkadot used for gas and incentivisation of collators and DKG users. It is capped at 1B supply.</td></tr></tbody></table>


---

# 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://tracdeepdive.gitbook.io/deepdive/guides/definitions.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.
