> For the complete documentation index, see [llms.txt](https://niftsy-protocol-niftsy-1.gitbook.io/niftsy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://niftsy-protocol-niftsy-1.gitbook.io/niftsy/key-documents/white-paper/untitled-4.md).

# Key terms

* **AI** - Artificial Intelligence - is the property of intelligent systems to perform creative functions that are traditionally considered the prerogative of humans.&#x20;
* **NFT** - a non-fungible token of any standard (ERC-721, ERC-998, ERC-1155 and others) created within any chains/DAGs (DDN).&#x20;
* **Second-order** (tier) NFT - an NFT created as a result of a wrap transaction with any number of assets of any level of complexity.&#x20;
* **DeFi** - decentralised finance.&#x20;
* **DEX** - a decentralised exchange.&#x20;
* **DAO** - decentralised autonomous organisation.&#x20;
* **IDO** - initial DEX offering of tokens.&#x20;
* **IoT** - Internet of things - a concept of data networking between physical objects ("things") equipped with built-in means and technologies for interacting with each other or with the external environment.
* **P2P** - a peer-to-peer or peer-to-peer network based on equality of participants. Each node (peer) in a peer-to-peer network is both a client and a server.&#x20;
* **Anti-fraud** - a system designed to evaluate financial and non-financial events (card transactions, user actions, transactions with loyalty points, etc.) to determine whether they are suspicious from the fraudulent aspect and offer recommendations for further processing.
* **Airdrop** - A cryptocurrency or coin token distribution to multiple wallet addresses, usually for free or for fulfilling simple conditions
* **Derivative** - A derivative financial instrument.
* **DDN** - decentralised and/or distributed networks (blockchain, tangle, dlt and others).&#x20;
* **DDS** - decentralised and/or distributed systems. &#x20;
* **Index** - the part of the Project that represents a decentralised index as a quantitative measure of the market.&#x20;
* **Crosschain** - The ability of parties to exchange data between different blockchains.
* **Marketplace** - A trading platform.
* **Oracle** - the part of the Project that autonomously analyses assets created using NFT in some way.&#x20;
* **Protocol** - the part of the Project responsible for formalising the creation, circulation and use of assets via NFT.&#x20;
* **Project** - DAO NIFTSY; the totality of all the elements: Protocol, Index Oracle and Token.&#x20;
* **Token** - the information technology asset of the Project.


---

# 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://niftsy-protocol-niftsy-1.gitbook.io/niftsy/key-documents/white-paper/untitled-4.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.
