privacy/aleo.md

private applications by default: the ZEXE model (decentralized private computation) made real — programs execute off-chain on the user's machine, the chain verifies a proof and never sees inputs, state or even which function ran. records spend like private notes; Leo compiles to snarkVM circuits

the lesson: the chain is a verifier, not an executor. soft3 runs the same shape — zheng proofs of local work, verify without re-running — computation lives where the hands are

privacy · privacy/aztec

Homonyms

neural/trident/os/aleo
Aleo [← Target Reference](/neural/trident/reference/targets) | VM: [AVM](/neural/trident/vm/avm/readme) Runtime Parameters | Parameter | Value | |---|---| | VM | AVM | | Runtime binding | `aleo.ext.*` | | Account model | Record (UTXO-like private state) | | Storage model | On-chain mapping (public)…

Graph