# Aztec-EVM Bridge

The Aztec cross-chain bridge enables confidential and trust-minimized intent execution between Aztec and OP stack chains (<https://www.superchain.eco/chains>). By leveraging Aztec’s privacy features, ERC-7683 intents, Ethereum storage proofs, and Aztec Portals, users can perform secure, private cross-chain transactions while ensuring fillers can only claim funds after proving execution.

Instead of relying on liquidity pools or centralized relayers, the bridge follows a filler-based execution model.

### ✨ Features

* **🕵️ Privacy-Preserving Transactions**: Utilizes Aztec's zero-knowledge proofs to ensure transaction confidentiality.
* **🛡️ Trust-Minimized Execution**: Implements a filler-based model where fillers fulfill intents and execute cross-chain transactions without centralized intermediaries.
* **🌐 Cross-Chain Interoperability**: Designed to be compatible with any EVM L2 that settles on Ethereum, facilitating broad adoption.
* **🎛️ Support for Public and Private Intents**: Accommodates both public and private transaction intents, enhancing flexibility and user control.


---

# 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://substance-labs.gitbook.io/aztec-evm-bridge/aztec-evm-bridge.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.
