# ADI NETWORK COMPONENTS

- [Overview](https://docs.adi.foundation/adi-network-components/overview.md): Introduction to ADI Network
- [Canonical Bridge](https://docs.adi.foundation/adi-network-components/canonical-bridge.md): Technical reference for the ADI Canonical Bridge — contract methods, call chains, token deployment, asset IDs, and security guarantees.
- [Double Resource Accounting](https://docs.adi.foundation/adi-network-components/double-resource-accounting.md): Introduction to Double Resource Accounting
- [Bootloader](https://docs.adi.foundation/adi-network-components/bootloader.md): Learn about Bootloader, the entry point of the system
- [Execution Environment](https://docs.adi.foundation/adi-network-components/execution-environment.md): Learn about the ADI Network Execution Environment (EE)
- [System](https://docs.adi.foundation/adi-network-components/system.md): Learn about the system
- [Processing of Transactions](https://docs.adi.foundation/adi-network-components/processing-of-transactions.md): Learn how transactions are processed
- [System Hooks](https://docs.adi.foundation/adi-network-components/system-hooks.md): Learn about the System Hooks
- [Runner Flow](https://docs.adi.foundation/adi-network-components/runner-flow.md): Learn about the Runner Flow
- [Airbender](https://docs.adi.foundation/adi-network-components/airbender.md): Introduction to Airbender
- [L3 Chains](https://docs.adi.foundation/adi-network-components/overview-1.md): Technical architecture for L3 chain deployment on ADI ecosystem
- [CLI](https://docs.adi.foundation/adi-network-components/overview-1/cli.md): Deploy and manage L3 chains using the ADI CLI
- [Run a Rollup with Docker Compose](https://docs.adi.foundation/adi-network-components/overview-1/run-a-rollup.md): Deploy a complete ADI Rollup — sequencer, external node, GPU provers, bridge, and block explorers — using Docker Compose.
- [Core Stack](https://docs.adi.foundation/adi-network-components/overview-1/run-a-rollup/core-stack.md): Deploy the core chain — sequencer, external node, and GPU provers for ZK proof generation.
- [Infrastructure Stack](https://docs.adi.foundation/adi-network-components/overview-1/run-a-rollup/infrastructure-stack.md): Deploy the Block Explorer and Bridge for your ADI Rollup.
- [Blockscout Explorer](https://docs.adi.foundation/adi-network-components/overview-1/run-a-rollup/blockscout.md): Deploy Blockscout as an optional block explorer with smart contract verification for your ADI Rollup.
- [Operations](https://docs.adi.foundation/adi-network-components/overview-1/run-a-rollup/operations.md): Running, monitoring, GPU configuration, and troubleshooting your ADI Rollup deployment.
- [Configuration Reference](https://docs.adi.foundation/adi-network-components/overview-1/run-a-rollup/configuration-reference.md): Complete environment variable and CLI argument reference for all ADI Rollup components.


---

# 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.adi.foundation/adi-network-components.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.
