B22EI0601- BLOCKCHAIN TECHNOLOGY
UNIT 1
Introduction to Blockchain Technology, Building blocks of Blockchain, Consensus and
Algorithms, Distributed Ledger, and
Application; Introduction to Bitcoin, Consensus in Bitcoin, Bitcoin Mining, Transactions
in Bitcoin.
What is Blockchain?
• Blockchain is a decentralized and distributed digital ledger used to record
transactions across multiple computers. It ensures that the data cannot be
altered without altering all subsequent blocks, ensuring security and
transparency.
• It contains every single record of each transaction. Bitcoin is the most popular
cryptocurrency an example of the blockchain. Blockchain Technology first came
to light when a person or group of individuals name ‘Satoshi Nakamoto’ published
a white paper on “BitCoin: A peer-to-peer electronic cash system” in 2008.
• Blockchain Technology Records Transaction in Digital Ledger which is distributed
over the Network thus making it incorruptible. Anything of value like Land Assets,
Cars, etc. can be recorded on Blockchain as a Transaction.
Key Characteristics of Blockchain:
• Decentralized: There is no central authority controlling the blockchain. Instead,
it is maintained by a distributed network of nodes (computers). Each node has an
identical copy of the ledger.
• Distributed: Each participant in the network has access to the blockchain, and it
is not controlled by any single entity, which ensures redundancy and fault
tolerance.
• Immutability: Once data is written into a block and confirmed by the network, it
cannot be modified or deleted, which makes blockchain an immutable source of
truth.
• Transparency: Blockchain provides visibility of transaction data to everyone on
the network. In public blockchains, this transparency helps prevent fraud.
• Security: Transactions are encrypted and recorded with cryptographic hash
functions, making it very difficult for unauthorized actors to alter the data.
Building blocks of blockchain:
Blockchain is a decentralized digital ledger technology that is used to record transactions
across a network of computers. It is a distributed ledger technology that allows multiple
parties to have access to the same information, without the need for a central authority
or intermediary. The key components of a blockchain system include:
Blocks: Each block in the blockchain contains a set of transactions that are grouped
together and added to the chain in a linear, chronological order. Each block also contains
a unique code called a "hash" that links it to the previous block in the chain, creating a
secure and unbreakable link.
Nodes: Nodes are the computers or devices that make up the network and are
responsible for validating and recording transactions on the blockchain. They can be
divided into two types: full nodes and lightweight nodes. Full nodes store the entire
blockchain and validate transactions, while lightweight nodes rely on full nodes to
validate transactions.
Consensus mechanism: A consensus mechanism is a process by which the nodes in a
blockchain network reach agreement on the state of the blockchain. This is necessary to
ensure the integrity and security of the blockchain. The most widely used consensus
mechanism is called Proof of Work, but there are also other mechanisms such as Proof
of Stake, Delegated Proof of Stake, and others.
Smart contracts: Smart contracts are self-executing contracts that are stored on the
blockchain and can be used to automate certain processes and enforce certain
conditions. They are written in a programming language and are executed by the nodes
on the network.
Cryptography: Blockchain uses cryptography to secure the network and ensure the
integrity of the data stored on it. Cryptography is used to encrypt data, create digital
signatures, and ensure that only authorized parties have access to the data.
Wallet : A digital wallet is a program that stores public and private keys and interacts with
various blockchain to enable users to send and receive digital currencies and monitor
their balance.
Mining: In order for a new block to be added to the blockchain, it must be mined by a
node on the network. The process of mining involves solving a complex mathematical
problem that is used to validate transactions and create new blocks.
Forks : Sometimes the blockchain network may split into two different versions. This is
called a fork. The reason for the fork can be due to changes in the underlying code of the
blockchain or due to disagreements among the nodes of the network.
In summary, the key components of a blockchain system include blocks, nodes,
consensus mechanism, smart contracts, cryptography, wallet, mining, and forks.
Together, these components work together to create a decentralized, secure, and
transparent digital ledger technology that can be used to record and track a wide range
of transactions.
Since block is one of the building block of blockchain technology, block structure and its
key components are important to learn.
Block structure:
Components of Blockchain
Block: The basic unit in the blockchain. Each block typically contains the following
elements:
1. Block Header:
• Block Number: Each block has a unique identification number, or “block number,”
which indicates where that block falls in the timeline of the blockchain. It’s
common to refer to the first block as “Block 0” or the “Genesis Block.”
• Timestamp: The block’s timestamp contains the precise date and time of block
creation. It assists in determining the blockchain’s block order.
2. Previous Block Hash:
Each block apart from the Genesis Block makes reference to the hash of the block before
it. This links the blocks together to form a continuous chain, hence the name
“blockchain.” The integrity of earlier data is ensured by the hash of the prior block, which
also acts as cryptographic evidence of the block’s place in the chain.
3. Tree of Merkle:
• A cryptographic structure known as the Merkle tree root serves as a summary of
all transactions contained in a block. The Merkle root is produced by a Merkle tree,
which divides transactions into pairs, hashes each pair, and repeats this process
until it produces a single root hash. The block header contains the root hash.
• The Merkle tree structure makes it possible to quickly determine whether a certain
transaction is part of the block without disclosing any of the transaction’s
specifics.
4. Nonce (Number Used Once):
The nonce is a random value or counter used in the process of mining, particularly in
Proof of Work (PoW) consensus algorithms. Miners must find a nonce that, when
combined with other block data, produces a hash that meets certain criteria usually
starts with a certain number of leading zeros. This process is computationally intensive
and ensures that blocks are added to the blockchain at a controlled rate.
5. Transactions:
• A blockchain’s primary function is to keep track of transactions. A block often
consists of a collection of legitimate transactions, some of which may entail the
exchange of digital currency, the execution of smart contracts, or the transmission
of important information.
• Each transaction contains the sender, receiver, amount, and any additional data
necessary for the operation of the particular blockchain.
6. Block Dimensions and Restrictions:
• The largest amount of data that may be stored in a block, including all of its
transactions and other information, is referred to as block size. Block size
restrictions vary amongst blockchain networks.
• The block size restriction is crucial for preserving network efficiency and
scalability. It stops blocks from growing too big and clogging the network.
7. Target Difficulty (PoW Only):
The block header of blockchains powered by PoW, such as Bitcoin, contains a field called
“difficulty target.” The complexity of this target determines how tough it is for miners to
locate a reliable nonce. To maintain a constant block manufacturing rate, it makes
adjustments from time to time.
8. Additional Metadata:
A block may contain additional metadata or information, such as a version number,
information on the consensus mechanism, or a reference to the reward provided to the
miner who successfully mined the block, depending on the blockchain’s design.
Working of blockchain technology:
One of the famous use of Blockchain is Bitcoin. Bitcoin is a cryptocurrency
and is used to exchange digital assets online. Bitcoin uses cryptographic
proof instead of third-party trust for two parties to execute transactions
over the Internet. Each transaction protects through a digital signature.
Blockchain Decentralization
There is no Central Server or System which keeps the data of the Blockchain. The data is
distributed over Millions of Computers around the world which are connected to the
Blockchain. This system allows the Notarization of Data as it is present on every Node
and is publicly verifiable.
Blockchain nodes
A node is a computer connected to the Blockchain Network. Node gets connected with
Blockchain using the client. The client helps in validating and propagating transactions
onto the Blockchain. When a computer connects to the Blockchain, a copy of the
Blockchain data gets downloaded into the system and the node comes in sync with the
latest block of data on Blockchain. The Node connected to the Blockchain which helps
in the execution of a Transaction in return for an incentive is called Miners.
Disadvantages of the current transaction system and the need of decentralised
system:
• Cash can only be used in low-amount transactions locally.
• The huge waiting time in the processing of transactions.
• The need for a third party for verification and execution of Transactions makes the
process complex.
• If the Central Server like Banks is compromised, the whole system is affected
including the participants.
• Organizations doing validation charge high process thus making the process
expensive.
How to overcome this problem with blockchain?
Since Blockchain enhances trust across a business network. It’s not that you can’t trust
those who you conduct business with it’s that you don’t need to when operating on a
Blockchain network.
The five main attributes of blockchain are listed below:
• Distributed: The distributed ledger is shared and updated with every incoming
transaction among the nodes connected to the Blockchain. All this is done in real
time as there is no central server controlling the data.
• Secure: There is no unauthorized access to Blockchain made possible through
Permissions and Cryptography.
• Transparent: Because every node or participant in Blockchain has a copy of the
Blockchain data, they have access to all transaction data. They themselves can
verify the identities without the need for mediators.
• Consensus-based: All relevant network participants must agree that a
transaction is valid. This is achieved through the use of consensus algorithms.
• Flexible: Smart Contracts which are executed based on certain conditions can be
written into the platform. Blockchain Networks can evolve in pace with business
processes.
Benefits of Blockchain:
• Time-saving: No central Authority verification is needed for settlements making
the process faster and cheaper.
• Cost-saving: A Blockchain network reduces expenses in several ways. No need
for third-party verification. Participants can share assets directly. Intermediaries
are reduced. Transaction efforts are minimized as every participant has a copy of
the shared ledger.
• Tighter security: No one can tamper with Blockchain Data as it is shared among
millions of Participants. The system is safe against cybercrimes and Fraud.
• Collaboration: It permits every party to interact directly with one another while
not requiring third-party negotiation.
• Reliability: Blockchain certifies and verifies the identities of every interested
party. This removes double records, reducing rates and accelerating transactions.
How Blockchain Works
Blockchain operates as a decentralized, distributed ledger technology that facilitates
secure and transparent transactions without the need for intermediaries like banks.
Below is a step-by-step breakdown of how blockchain works, focusing on the process
of adding new blocks to the blockchain.
1. Transaction Initiation
A blockchain process begins when a user initiates a transaction. This could involve
transferring digital assets, such as cryptocurrency (e.g., Bitcoin), or executing smart
contracts. The transaction could also involve transferring information, verifying
supply chain data, or executing business logic encoded in a smart contract.
• Example: Alice wants to send 5 BTC to Bob. Alice initiates the transaction by
creating a digital message that includes the following:
o Sender’s address (Alice’s public key).
o Receiver’s address (Bob’s public key).
o Amount to be transferred (5 BTC).
o A digital signature (to verify Alice’s identity).
2. Broadcasting the Transaction
Once the transaction is created, it is broadcasted to the blockchain network. The
transaction is transmitted to all participating nodes in the network. In a peer-to-peer
(P2P) network, each node maintains a copy of the blockchain ledger, and they are
responsible for validating incoming transactions.
• Network Nodes: These are the computers or devices that are connected to the
blockchain network. Each node has the full history of the blockchain and helps in
validating transactions.
3. Validation of Transactions
Once the transaction reaches the network, it needs to be validated to ensure that it is
legitimate. Several things are checked:
• Digital Signatures: The transaction must have a valid signature from the sender
(Alice, in this case) to prove that they have authorized the transaction.
• Double-Spending: The system must check whether Alice already spent her 5 BTC
elsewhere. This is done by comparing the current transaction with the previous
blocks in the blockchain to ensure that there are no conflicting transactions.
• Rules Compliance: The transaction must comply with the blockchain’s predefined
rules. For example, in Bitcoin, the rules include validating the amount and
ensuring that Alice has enough BTC in her wallet.
4. Transaction Grouping into a Block
After the transaction is validated, it is grouped with other validated transactions into
a block. A block contains:
• Transaction Data: The list of all valid transactions that were broadcasted to the
network.
• Timestamp: The date and time when the block was created.
• Nonce: A random number used in the mining process to help generate the correct
hash for the block.
• Block Hash: A unique identifier generated using the cryptographic hash function
that represents the contents of the block.
• Previous Block Hash: The hash of the previous block, linking it to the current block,
thus creating a chain of blocks (hence the name blockchain).
5. Proof of Work (PoW) – Mining Process
In public blockchains like Bitcoin, a consensus mechanism is used to determine
which node will validate the block. This process is known as mining and is a
computationally intensive task. In Proof of Work (PoW), miners must find the correct
nonce that, when combined with the block's data, produces a hash that is lower than
a predefined difficulty target.
• Nonce: The nonce is a random number that miners vary during the mining process
to create a valid hash. It is included in the block and, through a trial-and-error
process, miners find the nonce that makes the block's hash meet the required
criteria.
• Difficulty: Difficulty is a measure of how hard it is to mine a block. The higher the
difficulty, the more computations a miner needs to perform to find a valid nonce.
The difficulty is dynamically adjusted by the network to ensure that new blocks are
added at a steady rate (e.g., every 10 minutes in Bitcoin).
The mining process works as follows:
1. Miners take the block’s data (transactions, timestamp, previous block’s hash,
etc.).
2. They start with a nonce value (which can be any random number).
3. They hash the block data combined with the nonce using a cryptographic hash
function (such as SHA-256 in Bitcoin).
4. If the resulting hash meets the difficulty target (i.e., the hash is lower than the
target value), the block is considered valid, and the miner has successfully mined
the block.
5. The miner then broadcasts the block to the network for validation.
6. Consensus Mechanism
Once a miner finds a valid block, the network must reach consensus to add it to the
blockchain. Other nodes in the network verify the validity of the block by checking:
• The block’s hash matches the required criteria.
• The transactions within the block are valid and properly signed.
• The previous block’s hash links correctly to the newly mined block.
This process ensures that only valid blocks are added to the blockchain, and no one
can manipulate the blockchain's history. If a majority of the nodes agree that the block
is valid, the block is added to the chain.
7. Block Addition and Blockchain Update
Once the block is validated by consensus, it is added to the blockchain. The
blockchain is updated across all nodes in the network, ensuring that every participant
has the same version of the ledger.
• The block hash becomes part of the chain, linking this block to the previous one.
The previous block’s hash field in the new block is updated with the hash of the
newly added block, ensuring that all blocks are securely chained together.
8. Transaction Completion
The transaction initiated by Alice (sending 5 BTC to Bob) is now part of the blockchain.
It is considered confirmed once it is included in a valid block. As more blocks are
added on top of this block, the transaction becomes more secure and less likely to be
altered. Each additional block further solidifies the transaction, making it increasingly
difficult to reverse or tamper with the transaction.
• The transaction becomes immutable: The data in the blockchain cannot be
altered, and the transaction is considered final once enough blocks have been
added after it.
9. Benefits of Blockchain’s Decentralized Nature
One of the key features of blockchain technology is its decentralized nature, which is
different from traditional centralized systems (like banks or payment providers).
Because there is no central authority controlling the blockchain, the data is
distributed across all the nodes. This decentralization offers several advantages:
• Security: Since all nodes maintain copies of the blockchain, a malicious actor
cannot easily manipulate the data. To alter a block, an attacker would need to
change it on every node, which is computationally impractical.
• Transparency: Every participant in the network has access to the entire
transaction history, providing a high level of transparency and accountability.
• Redundancy: The distributed nature of blockchain ensures that even if one or
several nodes fail, the data remains available and secure across the network.
10. Finalization and Future Blocks
After Alice's transaction is included in a block and added to the blockchain, the
process is complete for that transaction. As more blocks are added to the blockchain,
they continue to increase the security and immutability of all prior transactions.
This process repeats for each new transaction, ensuring that the blockchain remains
up-to-date and secure.
Understanding Nonce and Difficulty in Proof of Work (PoW)
• Nonce: A nonce is a random number that miners change during the mining
process in PoW. The goal is to find a nonce that, when combined with the other
data in the block (e.g., transactions and the previous block's hash), produces a
hash that meets the target difficulty level.
o Why Nonce? The nonce ensures that miners do not repeatedly generate
the same hash. It introduces variability into the mining process, making it
computationally challenging to find the correct nonce.
• Difficulty: In PoW, difficulty refers to how hard it is to find the correct hash for a
block. It is typically represented as a target value that the block’s hash must be
lower than. The higher the difficulty, the more computational power is required to
mine the block.
o Difficulty Adjustment: The blockchain network adjusts the difficulty
periodically to maintain a consistent block creation time. For example,
Bitcoin adjusts its difficulty every 2016 blocks to ensure that blocks are
mined roughly every 10 minutes, regardless of how much computational
power is available in the network.
Consensus algorithm:
A consensus algorithm is a fundamental mechanism in distributed systems and
blockchain networks that ensures all nodes (or participants) agree on a single version
of truth, even in the presence of failures or malicious actors. Since these systems do
not rely on a central authority, consensus algorithms play a critical role in maintaining
trust, security, and consistency.
Why is Consensus Important?
In a distributed network:
• Nodes may have conflicting information due to network delays or failures.
• Some nodes may act maliciously, trying to manipulate the system for personal
gain.
• The system must ensure that all participants agree on a common, valid state.
Consensus algorithms solve these issues by enabling multiple nodes to coordinate,
validate transactions, and reach an agreement in a secure and decentralized way.
Types of Consensus Algorithms
Different consensus mechanisms have been developed based on the nature of the system
(e.g., permissioned vs. permissionless networks, fault tolerance needs, and security
concerns).
1. Proof of Work (PoW)
• Used in: Bitcoin, Ethereum (before Ethereum 2.0)
• How it works:
o Miners compete to solve complex mathematical puzzles (hash puzzles).
o The first miner to solve it gets the right to add a new block to the blockchain.
o This process requires significant computational power and energy.
• Pros:
o Highly secure and resistant to attacks.
o Decentralized with no need for trusted parties.
• Cons:
o Energy-intensive (high electricity consumption).
o Slow transaction processing.
2. Proof of Stake (PoS)
• Used in: Ethereum 2.0, Cardano, Polkadot
• How it works:
o Instead of solving puzzles, validators are chosen based on the amount of
cryptocurrency they hold and are willing to "stake."
o Validators verify transactions and create blocks.
• Pros:
o More energy-efficient than PoW.
o Faster transaction validation.
• Cons:
o Wealthier participants (who hold more coins) may have an advantage.
o Potential centralization risks if a few validators control a large stake.
3. Delegated Proof of Stake (DPoS)
• Used in: EOS, Tron
• How it works:
o Coin holders vote for a small set of delegates (e.g., 21 in EOS) who validate
transactions and create blocks.
o These delegates are rewarded and can be replaced by voters if they misbehave.
• Pros:
o More scalable and efficient than PoW and PoS.
o Reduces energy consumption.
• Cons:
o More centralized since a small number of delegates control validation.
o Potential risk of corruption if delegates form alliances.
4. Proof of Authority (PoA)
• Used in: Private blockchains, VeChain, some Ethereum-based networks
• How it works:
o Validators are pre-approved and must have a known identity (e.g., companies
or organizations).
o Consensus is achieved by trusting these authorities.
• Pros:
o High efficiency and scalability.
o No need for expensive mining hardware.
• Cons:
o Centralized, as only selected validators control consensus.
o Not suitable for public, permissionless networks.
5. Practical Byzantine Fault Tolerance (PBFT)
• Used in: Hyperledger Fabric, Tendermint (Cosmos)
• How it works:
o Each node communicates with others to agree on the correct state.
o As long as less than 1/3 of the nodes are malicious, the system can still
function correctly.
• Pros:
o Fast and efficient for permissioned networks.
o Resistant to Byzantine faults (malicious behavior).
• Cons:
o Communication overhead increases as the number of nodes grows.
o Less decentralized than PoW/PoS.
Key Properties of Consensus Algorithms
For a consensus algorithm to be effective, it should have the following properties:
1. Agreement – All non-faulty nodes must agree on the same value.
2. Fault Tolerance – The system should work even if some nodes fail or act
maliciously.
3. Decentralization – No single entity should control the consensus process.
4. Security – Protection against double-spending, Sybil attacks, and other threats.
5. Scalability – Should support a growing number of users and transactions efficiently.
6. Finality – Once a transaction is confirmed, it should be irreversible.
Bitcoin:
Bitcoin is a decentralized digital currency that allows users to send and receive payments
without relying on a central authority like a bank. Transactions are recorded on a public
ledger called the blockchain, which ensures transparency and security. Bitcoin was invented
by an anonymous person or group known as Satoshi Nakamoto in 2008.
Proof of work (PoW) is a common consensus mechanism used by the most popular
cryptocurrency networks, such as Bitcoin and Litecoin. It requires a participant node to prove
that the work done and submitted by them was valid and a large network of programs to
verify it. However, the Bitcoin consensus mechanism requires high energy consumption and
long processing times.
How Consensus Works in Bitcoin
Bitcoin uses a consensus algorithm called Proof of Work (PoW) to ensure all participants
agree on the blockchain's state. PoW relies on miners competing to solve complex
mathematical puzzles to add new transactions to the blockchain. This ensures:
• Security (prevents fraud and double spending)
• Decentralization (no single entity controls the network)
• Agreement (all nodes accept the longest valid chain)
Consensus in bitcoin:
Bitcoin Mining:
Bitcoin mining is the process of validating and adding new transactions to the Bitcoin
blockchain. Miners use powerful computers to solve complex mathematical puzzles,
and in return, they earn Bitcoin rewards and transaction fees.
Bitcoin Mining Process
Mining Requirements:
• Hardware: GPU, ASIC (Application-Specific Integrated Circuit).
• Software: Bitcoin mining software.
• Wallet: To store earned Bitcoins.
• Mining Pool: Optional group mining for shared rewards.
Steps in Bitcoin Mining:
1. Transaction Initiation: A transaction involves input, output, and an amount.
2. Creating the Merkle Tree: Transactions are grouped and hashed using SHA-256
to form a Merkle root.
3. Block Header Formation: Includes version number, previous block hash, Merkle
root, timestamp, nonce, and target.
4. Solving the Hash Puzzle: Miners adjust the nonce until the resulting hash meets
network difficulty requirements.
5. Block Validation & Addition: The first miner to solve the puzzle adds a new block
to the blockchain and earns Bitcoin as a reward.
Bitcoin Mining Profitability
• Dependent on hardware cost, electricity usage, and mining difficulty.
• Profitability has declined due to higher competition, expensive hardware, and
increased energy costs.
• Previously, CPU-based mining was profitable, but now ASIC miners are required.
Step by step process of bitcoin TX:
Step 1: Transactions Are Created
• Suppose Alice wants to send 1 Bitcoin (BTC) to Bob.
• Alice creates a transaction and broadcasts it to the Bitcoin network.
• The transaction is added to a mempool (a waiting area for unconfirmed
transactions).
Step 2: Miners Collect Transactions
• Miners select transactions from the mempool and bundle them into a block.
• Each block can hold approximately 2,000 - 3,000 transactions.
Step 3: Proof of Work – The Mining Competition
• Miners compete to solve a complex mathematical puzzle by guessing a random
number (nonce).
• The goal is to find a hash value (SHA-256) that meets the difficulty target set by
the network.
• The first miner to find the correct hash wins the right to add the block to the
blockchain.
Step 4: Block Validation and Propagation
• The winning miner broadcasts the new block to the network.
• Other nodes verify:
o The hash is correct.
o Transactions are valid (no double spending).
o The block follows Bitcoin’s rules.
• If the block is valid, all nodes add it to their copy of the blockchain.
Step 5: The Longest Chain Rule
• Sometimes, two miners may solve the puzzle simultaneously, creating a
temporary fork (two versions of the blockchain).
• Bitcoin follows the "longest chain rule", meaning the valid blockchain is the one
with the most accumulated Proof of Work.
• The shorter chain is abandoned, and miners switch to the longest chain.
Step 6: Transaction Finalization
• Once Bob receives Alice’s 1 BTC, he waits for at least 6 confirmations (6
additional blocks added after the transaction).
• After 6 confirmations, the transaction is considered final and nearly impossible to
reverse.
Comparison of traditional vs cryptocurrency:
Traditional Currency
Bitcoin
Form
It is a virtual currency and It is a physical currency in the form of
Tangibility can only be used in its digital notes and coins. However, we can use
form it in both physical and digital forms
Issued and controlled by central
Issued through mining and government authorities, i.e., central
controlled by a banks. Owing to this, the traditional
Regulation
decentralized distributed currency is the legal tender in the
network of computers country governed by the issuing
authority.
Governed by a consensus
Governance mechanism in which the Purely governed by the central bank
majority rules
Value is backed by the trust
of its users. The more users Value is determined by forces of supply
Value are willing to transact with and demand and is thus vulnerable to
Bitcoin, the more stable it inflation
becomes.
Capped at 21 million
Supply Fiat currency has no supply limit
bitcoin
Bitcoin transactions are
validated using blockchain
Validation of Transactions involve an intermediary
technology and so do not
transactions such as a bank or a payment provider
require an intermediary for
validation
Minimal or no associated
Transactions attract considerable
Transaction fees fees as intermediaries have
charges
been eliminated
The transaction is almost
Transactions may take time before
Transaction time always instantaneous or
verification or before they reflect on
and speed greatly depends on the
the system
network speed
The concepts of
decentralization,
Less secure as it can be negatively
cryptography, and
Security affected by fluctuations in government
consensus guarantee a
policies
secure network and security
of bitcoin transactions
Bitcoin transactions cannot Chargebacks, reversals, and
Reversals be charged back, reversed, cancellations are commonplace with
or canceled traditional currency transactions