> For the complete documentation index, see [llms.txt](https://faqs.iotabee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faqs.iotabee.com/about-iota-ecosystem/iota-glossary.md).

# IOTA Glossary

## IOTA

The Tangle, developed by IOTA, is a distributed ledger that is open, scalable, and operates without transaction fees. Its design is aimed at facilitating seamless transfer of both value and data, with no friction.

As a leading Distributed Ledger Technology (DLT), IOTA’s scalability will make it widely accepted and adopted in different use cases in the near future, especially in the new world of Web3. Despite its great potential, IOTA does not support smart contract yet, which makes the possibilities of trading with IOTA rather limited today.That is why we need Iotabee!

{% embed url="<https://www.iota.org/>" %}

## Shimmer

Shimmer is a distributed ledger that uses a feeless, parallelized directed acyclic graph (DAG) to enable highly customizable smart contract chains. Initially launched as a staging network to test new innovations for the IOTA protocol, Shimmer includes a tokenization framework that ensures seamless interoperability, composability, and feeless value transfers between different smart contract chains. The network aims to achieve high scalability and become a truly multi-chain network.&#x20;

The native token used in the Shimmer network is called SMR.

## EVM

The Ethereum Virtual Machine (EVM) is a crucial component of the blockchain's infrastructure, as it is responsible for executing application code, known as smart contracts.&#x20;

The EVM serves as a run-time environment for smart contracts to operate within the Ethereum network.

&#x20;In essence, it is the program that enables the execution of smart contracts, making it a central part of Ethereum's architecture.


---

# 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://faqs.iotabee.com/about-iota-ecosystem/iota-glossary.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.
