Aztec

← Target Reference | VM: Aztec/Noir


Runtime Parameters

Parameter Value
VM Aztec/Noir
Runtime binding aztec.ext.*
Account model Note (private UTXO) + public storage
Storage model Note tree + public state
Cost model Gates (private) + Gas (public)
Cross-chain Ethereum L2 (rollup, L1/L2 messaging)

Runtime Binding (aztec.ext.*)

  • Note management — private UTXO state creation and consumption
  • Public storage — read/write public contract state
  • Cross-contract calls — invoke other contracts (private and public)
  • L1/L2 messaging — send and receive messages between Ethereum L1 and Aztec L2

Notes

Dual cost model: private in gates (client-side), public in gas (sequencer).

For VM details, see aztec.md.

Dimensions

aztec
trident/vm/aztec
Aztec (Noir / AVM) [← Target Reference](/trident-reference-targets) VM Parameters | Parameter | Value | |---|---| | Architecture | Circuit (ACIR) + Register (public AVM) | | Field | BN254 scalar field 254-bit | | Field bits | 254 | | Hash function | Poseidon2 (Pedersen for commitments) | | Digest…

Pages in this namespace

Local Graph