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 handle DRep and CC registration, updates and vote delegation. Application-level 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 means their accounting can’t be corrupted by application bugs; supply is controlled solely by each token’s minting policy.
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.