> For the complete documentation index, see [llms.txt](https://developer.electroneum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.electroneum.com/foundational-topics.md).

# Foundational topics

- [Intro to the Electroneum Smart Chain](https://developer.electroneum.com/foundational-topics/intro-to-the-electroneum-smart-chain.md)
- [Intro to ETN](https://developer.electroneum.com/foundational-topics/intro-to-etn.md)
- [Intro to dapps](https://developer.electroneum.com/foundational-topics/intro-to-dapps.md)
- [Web2 vs Web3](https://developer.electroneum.com/foundational-topics/web2-vs-web3.md)
- [Accounts](https://developer.electroneum.com/foundational-topics/accounts.md)
- [Transactions](https://developer.electroneum.com/foundational-topics/transactions.md)
- [Blocks](https://developer.electroneum.com/foundational-topics/blocks.md)
- [Electroneum Virtual Machine (EVM)](https://developer.electroneum.com/foundational-topics/electroneum-virtual-machine-evm.md)
- [Opcodes](https://developer.electroneum.com/foundational-topics/electroneum-virtual-machine-evm/opcodes.md): OPCODES FOR THE EVM
- [Gas and Fees](https://developer.electroneum.com/foundational-topics/gas-and-fees.md)
- [Nodes and clients](https://developer.electroneum.com/foundational-topics/nodes-and-clients.md)
- [Networks](https://developer.electroneum.com/foundational-topics/networks.md)
- [Consensus mechanisms](https://developer.electroneum.com/foundational-topics/consensus-mechanisms.md)
- [IBFT](https://developer.electroneum.com/foundational-topics/consensus-mechanisms/ibft.md): Istanbul Byzantine Fault Tolerant


---

# 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:

```
GET https://developer.electroneum.com/foundational-topics.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.
