Skip to content

Blockchain primitives: how a remittance crosses a chain

بلاک چین کی بنیادیں: ترسیلِ زر چین کیسے پار کرتی ہے

42 min read

Three ways to see it

  1. A blockchain is a public ledger that lives in copies on many computers, called nodes. Each node holds the same list of transactions, grouped into time-ordered blocks. A new block is added only after the network agrees, by consensus, that the transactions inside it are valid and not double-spent. Once added, changing it requires changing every later block on every honest node, which is computationally and economically expensive. That cost is what gives the ledger its finality.

  2. Way one: think of identity through cryptographic keys. Every user has a key pair. The private key, kept secret, signs transactions; the public key derives an address that the world can see. There is no NIC card, no Tahsildar; possession of the private key is possession of the asset. When the Dubai nurse signs the transfer, the network checks her signature against her public key in milliseconds. This is also why losing a key means losing the asset, and why custody is a regulated activity under PVARA.

  3. Way two: think of blocks as hashed receipts. Every transaction is hashed, that is, run through a one-way fingerprint function so a tiny change in the input produces a wildly different output. Hashes of transactions are bundled into a block, and the block itself is hashed together with the hash of the previous block. This chain of hashes is what the word blockchain literally describes. Any tampering changes every subsequent hash, which is immediately visible to every other node. The audit trail is mathematical, not bureaucratic.

Quick check

Quick check: what makes modern AI different from a rule-based program?

The why-tree

Why-tree level one: why does the Dubai nurse use a stablecoin instead of a regular remittance? Because traditional remittance corridors charge 5 to 8 percent and take 1 to 3 days. A stablecoin transfer settles in seconds for cents on the rupee. Speed and cost are not luxuries for low-wage senders; they are a third of the family budget.

Try this with Claude

AI-edge prompt to try: 'Explain proof of stake to me like I am an FBR audit officer who has only ever read about banks. Five sentences, no math, one example tied to taxing staking rewards in Pakistan.' Always read carefully and edit before quoting in any official note.

Sources

Sources and further reading. Satoshi Nakamoto, Bitcoin: A Peer-to-Peer Electronic Cash System (2008). Vitalik Buterin, Ethereum Whitepaper (2013). Andreas Antonopoulos, Mastering Bitcoin (2017). Ethereum Foundation, The Merge documentation (2022). Chainalysis Crypto Crime Report 2023. FATF Updated Guidance for a Risk-Based Approach to Virtual Assets (2021). BIS Working Paper No 905 on the technology of retail CBDCs.