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