Things I still dont know Flashcards
(15 cards)
Disruption
Disruption is a process where new products, services or business models drastically change or replace existing market leaders by not only meeting customer needs in efficient or affordable ways, but predict customer’s future needs too.
The payments ecosystem includes
- Card Networks
- Card issuers
- Merchant acquirers
- Processors
- ISO
Card Networks
(ex. Visa, Mastercard) who facilitate transactions between consumers, merchants, processors and banks and charge fees based on transaction volume.
Card issuers
(banks) issuing payment cards, paying merchant banks and receiving interchange fees (which vary by network, card type, transaction type, merchant bank and risk level)
Merchant acquirers
Merchant acquirers enable businesses to accept payments
Processors
Processors handling technical payment flows (verify transactions, ensure fund availability and settle funds) and fraud checks.
ISO
ISO (Independent Sales Organizations) acting as intermediaries, reselling the services of processors. They get paid the remainder of the merchant discount after the card networks, issuers and merchant acquirers get their cut.
Bank transfers ecosystem
funds move via intermediary banks, each taking fees with potential exchange rate losses too.
DLT
DLT (Distributed Ledger Technology) is a digital system for recording and sharing data across a network of computers where each participant has a synchronized copy of the ledger.
Broadcast nodes
Submit transactions to be verified and stored in the blockchain
Merkle Tree
A Merkle Tree is a binary hash tree where leaf nodes are transaction hashes, producing a single Merkle Root.
Nonce
The nonce is a 64-bit integer miners adjust to find the PoW hash with the required amount of leading zeroes.
Mining
Mining occurs by miners competing to find a block header hash with a specific number of leading zeroes. PoW establishes objective rules for block validation and transaction integrity
If two miners mine a block simultaneously
It forks and the longest branch wins.
Why is a Merkle Tree secure
as any change in transactions (tampering) alters the Merkle Root, invalidating the block’s PoW hash and breaking integrity.