The unspent transaction output is Bitcoin's accounting atom: coins exist as discrete outputs waiting to be spent, and a payment consumes whole outputs, returning change as new ones. There is no balance anywhere, only a set of unspent tickets whose sum is what you hold.
The practical consequence is change and consolidation: every spend leaves dust change at new addresses, wallets manage the shuffle invisibly, and a wallet fragmented into many small outputs can make a large payment slower and costlier to assemble.
Bitcoin checkouts on U.CASH settle to addresses derived per invoice or to an xpub the merchant controls, and the confirmation policy reads the UTXO's confirmations the way the chain actually counts.
Every term behind the rails, the assets, and the settlement.