# About Axonum

- [The Brain of Ethereum](https://docs.axonum.io/about/readme.md): Axonum enshrines AI into blockchain to build a decentralized supercomputer powered by global collective intelligence.
- [0️⃣ The Age of AI EVM](https://docs.axonum.io/about/ai-evm.md)
- [1️⃣ Overview](https://docs.axonum.io/about/overview.md)
- [2️⃣ Workflow](https://docs.axonum.io/about/workflow.md)
- [3️⃣ Fraud Proof Design](https://docs.axonum.io/about/fraud-proof.md): The core design principle of the fraud proof system of Axonum is that we separate the fraud proof process of Geth (the Golang implementation of the Ethereum client on layer 2) and the opML.


---

# 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://docs.axonum.io/about.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.
