# GLOSSARY

**• LITHO:** Lithosphere’s native token.&#x20;

**• LEP100:** Lithosphere Evolution Proposal ~~100~~&#x20;

**• WHITE PAPER:** A guide about a specific topic and the problem that surround it. It is meant to educate readers and help them to understand and solve an issue.&#x20;

**• BLOCKCHAIN:** It is a specific type of database. It differs from a typical in the way it stores information.&#x20;

**• TOKEN:** A token represent a set of rules encoded in a set of smart contracts. Each token belongs to a blockchain address. It is essentially a digital asset that is stored securely on the blockchain.&#x20;

**• DECENTRALIZED:** They are type of cryptocurrency exchange which allows for direct peer-to-peer cryptocurrency transactions to take place online securely and without the need for an intermediary.&#x20;

**• EVM:** Ethereum virtual machine is a computation engine which acts like a decentralized computer that has millions of executable projects.&#x20;

**• BSC:** Binance smart chain&#x20;

**• PEGGED COINS:** LEP100 tokens pegged to external assets.&#x20;

**• DAPPS:** Decentralized Applications are digital applications that run on a blockchain or peer-to-peer network of computers instead of a single computer.&#x20;

**• NFT:** A non-fungible token is a unit of data stored on a digital ledger, called blockchain, that certifies a digital asset and therefore not interchangeable&#x20;

**• INTEROPERABILITY:** The ability of computer systems or software to exchange and make use of information.&#x20;

**• ERC:** Ethereum request for comments&#x20;

**• BURN:** A process by which digital currency miners and developers can remove tokens or coins from circulation.&#x20;

**• TRACTION:** Drawing or pulling rate in a business.&#x20;

**• DEFI:** Decentralized finance&#x20;

**• CROSS CHAIN:** It is the interoperability between two relatively independent blockchains.&#x20;

**• DEX:** Decentralized exchange


---

# 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://lep100.litho.ai/glossary.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.
