# Glossary

[AI Asset](/blockchain-developer-docs/overview/quickstart.md#platform-architecture)\
A digital representation of an AI-related resource (dataset, model, or pipeline) registered on the [Sahara](https://saharaai.com/) blockchain with comprehensive metadata and relationship tracking.

[Asset Registry](/blockchain-developer-docs/overview/quickstart.md#platform-architecture)\
The on-chain system that maintains authoritative records of all AI assets, their metadata, and relationships.

[License Terms](/blockchain-developer-docs/overview/quickstart.md#smart-contract-layer-sahara-protocol)\
Immutable rules defining how an AI asset can be used, including commercial permissions, derivative rights, and revenue sharing requirements.

[Ownership NFT](/blockchain-developer-docs/overview/publish-your-docs.md#ownership-attribution)\
A non-fungible token representing root-level ownership of an AI asset on Sahara.

[Relationship Types](/blockchain-developer-docs/overview/quickstart.md#platform-architecture)\
Standardized flags (TRAINED\_ON, FINETUNED\_FROM, etc.) that track how AI assets relate to and derive from each other.

[Revenue Vault](/blockchain-developer-docs/overview/quickstart.md#smart-contract-layer-sahara-protocol)\
A smart contract that collects and distributes revenue generated by an AI asset according to predefined sharing rules.

[TEE (Trusted Execution Environment)](/blockchain-developer-docs/basics/markdown.md#tee-architecture)\
Secure computing environment used by Sahara's compute nodes to ensure private and verifiable AI workload execution.

[Validator Node](/blockchain-developer-docs/overview/quickstart.md#platform-architecture)\
Network participants who stake SAHARA tokens and maintain network security through our proof-of-stake consensus mechanism.

<br>


---

# 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.saharaai.com/blockchain-developer-docs/basics/integrations.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.
