From DEXes to governance, eUTxO powers real applications across multiple chains.
Order-book and AMM DEXes leverage UTxO parallelism for batched order processing. Swap outcomes are deterministic before submission, though batcher-mediated ordering shifts MEV concerns rather than removing them.
Cardano governance (CIP-1694) tracks votes as on-chain voting procedures submitted by registered DReps, stake-pool operators and the Constitutional Committee; certificates are reserved for DRep and CC registration and updates. Off-chain frameworks like Agora model proposals as eUTxO state machines: the proposal lives in a UTxO with datum tracking vote tallies, advanced by transactions that carry the voter's signature as a redeemer.
On Cardano (and on Ergo), custom tokens are a native ledger primitive rather than a smart contract pattern like ERC-20. They live directly in UTXOs alongside ada, which keeps them cheap to transfer and impossible to forge by application bugs.
eUTxO naturally models state machines: datum = state, redeemer = input, validator = transition function.
Cardano: the flagship with Plutus/Aiken. Ergo: UTxO + Sigma protocols. Nervos CKB: the Cell Model. The paradigm is growing beyond a single chain.
eUTxO contracts are natural state machines. Click actions to transition states and see how the datum changes.
Optional. Score 3/3 to earn mastery badges. Your first attempt counts for the Polymath badge. Questions and answer order are randomised on every attempt.