Zum Hauptinhalt springen

eUTXO

Cardano's extension of the UTXO accounting model; each output can carry datum and script logic, so smart contracts express rules without the shared mutable state used by account-based chains.

Because validation depends only on the inputs being spent and not on global state, fees and outcomes are deterministic: a transaction either succeeds offline before submission or it fails predictably on-chain.

Explore next