# Terminology

Highlighting and decrypting some of the terms used throughout LAOS's documents you may not be familiar with.

#### B

<mark style="color:green;">**Bridges -**</mark> Mechanism that enables the transfer of digital assets or data between two separate blockchain networks, facilitating interoperability and communication between them.&#x20;

#### C

<mark style="color:green;">**Cross-Consensus Messaging (XCM)**</mark> - The messaging format and language used to communicate between consensus systems, powering Polkadot's interoperability amongst parachains and any other participating consensus-driven systems.

#### D

<mark style="color:green;">**Data Availability -**</mark> The assurance that the data associated with transactions or blocks is accessible and retrievable by all participants in the blockchain network.

<mark style="color:green;">**Dynamic NFTs (A.K.A Living Assets)**</mark>**&#x20;-** A type of NFT that possesses the ability to change or evolve over time. Unlike traditional NFTs, which are static and represent a single, unchanging digital asset, dynamic NFTs incorporate elements of interactivity, variability, or programmability. A Living Asset must store the data that characterizes it available in decentralized systems.

#### E

<mark style="color:green;">**EvoChain**</mark> - Separate chains connected via light-client based bridge to the Ownership Parachain. Responsible for managing asset attributes, minting and evolution.&#x20;

#### F

<mark style="color:green;">**Freeverse**</mark> - The organization originally developing the LAOS network. Founded in 2019 and specializing in dynamic NFTs.&#x20;

#### M

<mark style="color:green;">**Minting**</mark>**&#x20;-** The generation of a new digital asset on-chain for the first time.&#x20;

#### P

<mark style="color:green;">**ParaChain -**</mark> Parachains are heterogeneous blockchains that are connected to Polkadot. They are interoperable with Polkadot Network, running parallel to the relay chain (hence their name). The LAOS Ownership chain is an example of a Polkadot Parachai&#x6E;*.*&#x20;

#### U

<mark style="color:green;">**User-Generated Value (UGV)**</mark> - The type of utility created whereby assets can accrue value based on their usage instead of speculation and scarcity, by being evolved by their owners following patterns designed by their creators.&#x20;

<mark style="color:green;">**Universal Location**</mark>**&#x20;-** An evolution of Polkadot's Multilocation that allows the reference of assets and registers among all consensus systems.&#x20;

#### V

<mark style="color:green;">**Validators -**</mark> Secure the Parachain (with LAOS) and Relay Chain (with DOT), validating proofs from collators and participating in consensus with other validators.

#### R

<mark style="color:green;">**Relay Chain -**</mark> The heart of Polkadot, responsible for the network’s shared security, consensus and cross-chain interoperability.


---

# 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://laos.gitbook.io/laos-whitepaper/change-log-terminology-and-disclaimer/terminology.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.
