> For the complete documentation index, see [llms.txt](https://gitbook.humanode.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.humanode.io/docs/evm.md).

# EVM & Solidity Smart Contracts

- [EVM Compatibility](https://gitbook.humanode.io/docs/evm/evm-compatibility.md): The page describes the basics of EVM, Smart contracts and the compatibility itself.
- [Precompiles](https://gitbook.humanode.io/docs/evm/precompiles.md): Documentation on the special precompiles that are available at the Humanode Network.
- [Architecture](https://gitbook.humanode.io/docs/evm/architecture.md): This page describes the high-level ideas behind EVM compatibility in the Humanode network.
- [HMND/eHMND swap](https://gitbook.humanode.io/docs/evm/hmnd-ehmnd-swap.md): How the HMND/eHMND swap works
- [EVM Dev Mode & Keys](https://gitbook.humanode.io/docs/evm/evm-dev-mode-and-keys.md): This page describes basic approach to use humanode-peer in dev mode with prefunded evm dev accounts.
- [Sample contract: ERC20 token](https://gitbook.humanode.io/docs/evm/sample-contract-erc20-token.md): Here we showcase our test ERC20 token repo to demonstrate how one would develop a contract for Humanode Network.


---

# 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://gitbook.humanode.io/docs/evm.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.
