Back to Developer Roadmap

UTXO-Based Blockchains

src/data/roadmaps/blockchain/content/utxo-based@C-SpX4Rzk5Um2F_X5ZdBr.md

4.0936 B
Original Source

UTXO-Based Blockchains

UTXO-based blockchains utilize the Unspent Transaction Output (UTXO) model. In this model, each transaction consumes previous transaction outputs (UTXOs) as inputs and creates new UTXOs as outputs. These UTXOs represent the ownership of digital assets, and the sum of unspent UTXOs associated with a user's address determines their balance. Transactions are validated by verifying that the sum of the inputs equals the sum of the outputs, ensuring that no new coins are created out of thin air.

Visit the following resources to learn more: