Technology & Markets · Critical Analysis

Blockchain & Crypto Assets: A Critical Appraisal of Proclaimed Advantages

Julian Gretzinger  ·  September 27, 2026  ·  Substack

Abstract

Blockchain technology has attracted investment and institutional attention disproportionate to its demonstrated utility in production systems. This paper subjects the canonical list of claimed advantages — decentralisation, immutability, transparency, trustlessness, disintermediation, programmability, and tokenisation — to a single demanding test: for which use cases is a blockchain genuinely necessary, and what can it do that a conventional database, a trusted intermediary, or existing legal frameworks cannot — necessity meaning throughout not logical indispensability but distinctive value sufficient to justify the technology’s additional cost against those alternatives? Each advantage either dissolves under scrutiny or applies only in a narrow, well-defined set of adversarial conditions. The deconstruction ends in a sentence — the technology solved a problem that almost no institution actually has — which is half right. The second half of this essay supplies the missing half, and it changes the meaning.

The necessity test did not fail; it sorted the world. Where trusted institutions exist — stable currencies, enforceable courts, regulated intermediaries — the counterfactual wins, and the technology is being absorbed into the incumbents it was meant to replace (the market-structure evidence is assembled in Quo Vadis). Where the trusted authority is itself the problem — unstable currency, capital controls, courts that cannot enforce — the counterfactual fails, and the chain becomes the institution: dollar substitution through stablecoins, offshore exchange franchises as the banking layer, DeFi as market structure of last resort. Same technology, two equilibria, sorted by the quality of the alternative institutions. And the boundary between the two is moving — in both directions at once.

The necessity test did not fail. It sorted the world.

#finance#markets#technology#crypto#monetary-history
I

The Question That Changes Everything

Every serious evaluation of blockchain technology eventually arrives at a single question that most proponents work hard to avoid: compared to what? A distributed ledger maintained by cryptographic consensus is a genuinely clever piece of engineering. The question is not whether it works, but whether it is the right tool — and for which problems.

The hype cycle has matured enough to allow an honest answer. Bitcoin endures and has demonstrated genuine product-market fit as a censorship-resistant monetary network. A handful of DeFi protocols process real volume. But the broader programme — enterprise blockchain, supply chain provenance, government registries, healthcare records, voting systems — has seen many of its flagship applications fail to achieve expected adoption. IBM and Maersk’s TradeLens platform, once the flagship of enterprise blockchain, was shut down in 2022 after failing to achieve the industry adoption required to be commercially viable. The pattern repeated across hundreds of similar initiatives.

This paper works through the canonical list of claimed advantages one by one, applying the same counterfactual test to each: does this advantage require a blockchain, or can it be achieved more cheaply and reliably with existing tools?

II

The Canonical Advantages

The case for blockchain technology typically rests on some combination of the following seven claims:

Each is examined in the sections that follow. The overarching framework is a simple counterfactual: does this advantage require a blockchain, or is there a conventional architecture that achieves the same result with less overhead?

III

Decentralisation

No single party controls the ledger. Data is replicated across thousands of nodes, each of which validates transactions independently. This eliminates single points of failure and prevents any one actor from censoring or corrupting the record. In adversarial conditions — a government attempting to seize assets, a corporation attempting to revise an inconvenient history — this property is genuinely valuable.

The problem is that decentralisation is a spectrum, not a binary, and it is expensive across that entire spectrum. Bitcoin is reasonably decentralised, though mining pool concentration — the top three pools routinely controlling over 50% of hash rate — introduces oligopolistic dynamics. Ethereum post-Merge has significant validator concentration through liquid staking protocols, with Lido at various points controlling close to 30% of staked ETH. Most enterprise and permissioned blockchains — Hyperledger Fabric, R3 Corda, JPMorgan’s Quorum — are operated by small consortia of known entities. These are distributed ledgers with cryptographic audit trails that do not require — and do not attempt — the decentralised consensus of public networks. This essay therefore reserves “blockchain” for systems combining replicated state with consensus among mutually distrusting participants, and “permissioned stack” or “DLT” for the known-operator architectures; conflating the two obscures which counterfactual applies.

The CAP theorem (Brewer, 2000) sets the relevant constraint: under network partition, a distributed system cannot simultaneously guarantee both strong consistency and availability. Highly decentralised blockchains sacrifice transaction throughput and finality speed to maintain consistency across a globally distributed node set. The throughput ceiling of permissionless networks is not a temporary engineering problem awaiting a clever fix; it is the price of global consensus among mutually distrusting nodes — a cost that centrally coordinated payment systems, whatever their own limits, simply do not pay.

For a corporation managing its internal accounts payable ledger, decentralisation offers nothing — the firm is the trusted authority. For a consortium of banks settling interbank payments, there is already a trusted intermediary. The cases where no trusted authority can exist are narrow. They exist, but they are not the mainstream commercial applications blockchain is routinely proposed for.

Verdict. Decentralisation is a genuine and important property in adversarial, trustless environments. In the vast majority of enterprise and institutional settings, it is expensive overhead purchased for no functional benefit.

IV

Immutability

The hash-chaining structure of a blockchain means that any retrospective modification of a block invalidates all subsequent blocks, making tampering computationally prohibitive on sufficiently large networks. This is technically correct and architecturally elegant. It is also, in practice, more fragile and more legally problematic than proponents acknowledge.

The foundational limitation is that immutability of the ledger does not mean immutability of truth. Blockchains record what was submitted to them. If the submitted data is wrong — fraudulent, erroneous, or forged off-chain — the blockchain faithfully and permanently records the error. A conventional database can correct a data entry error. A blockchain makes the error permanent, requiring workarounds such as compensating transactions, forks, or governance votes that undermine the immutability narrative.

The EU’s General Data Protection Regulation establishes a right to erasure (GDPR, Art. 17, 2018). Some designs of immutable public blockchains create serious tension with that right, particularly where personal data is committed irreversibly on-chain. Workarounds involving off-chain storage of personal data with on-chain hashes shift the substantive data off the blockchain, which begs the question of what the blockchain is actually contributing. Any jurisdiction with equivalent data deletion requirements faces the same conflict.

History also shows that immutability is negotiable. The 2016 DAO hack resulted in Ethereum’s chain being hard-forked to reverse approximately $60 million in transactions. The immutability of the canonical chain was overridden by social consensus among a sufficient majority of validators and miners. Immutability holds until a sufficiently powerful coalition of participants decides it does not — which means the system ultimately rests on trust in the humans who govern it, not in the protocol alone.

Conventional alternatives deserve mention. Append-only databases, write-once storage systems, and cryptographic audit logs such as Certificate Transparency (RFC 6962, 2013) have provided tamper-evident records for decades, without the overhead of distributed consensus. For any organisation that controls its own infrastructure, these are architecturally simpler and operationally cheaper.

Verdict. Immutability is a real property of public blockchains, but it creates legal compliance problems, can be reversed by governance, and is replicable more cheaply with conventional audit-log architectures wherever a trusted administrator exists.

V

Transparency

On a public chain, any person in the world can inspect every transaction, verify balances, and audit the full history of the system. This enables trustless verification and, in principle, eliminates information asymmetry between parties. The property is real. Its desirability is far more situational than proponents suggest.

In commercial settings, transaction data is competitively sensitive. A company does not want its suppliers, customers, or competitors to inspect its payment flows. A financial institution does not want its trading activity visible on a public ledger. This is why every meaningful enterprise blockchain implementation uses permissioned architectures with access controls — reimplementing the confidentiality mechanisms that conventional databases provide by default, at considerably greater complexity and cost.

Pseudonymity creates a further problem. Bitcoin and Ethereum addresses are pseudonymous, not anonymous. Chain analysis firms routinely de-anonymise users by correlating on-chain activity with exchange KYC data, IP addresses, and behavioural patterns. The result is a ledger that is simultaneously more transparent than most users expect and insufficiently transparent for regulatory compliance — an uncomfortable middle ground that serves neither privacy nor auditability well.

Verdict. Transparency is valuable in specific contexts: public expenditure auditing, supply chain provenance for end consumers, open-source financial infrastructure. For most commercial applications, it is a drawback that enterprise implementations then spend considerable effort working around.

VI

Trustlessness

Blockchain enables transactions between parties who do not trust each other and have no shared trusted intermediary. The protocol enforces rules mechanically; neither party can cheat without the consensus mechanism detecting and rejecting the violation. This is, within its domain of application, a genuine capability. The domain is considerably narrower than claimed.

Trustlessness applies to the protocol layer only. The broader ecosystem is saturated with trust relationships. Users trust exchanges with custody of their assets. They trust oracle providers to report accurate real-world data. They trust smart contract developers to have written correct, non-exploitable code. They trust protocol governance not to change rules in ways that harm them. Each of these trust relationships has been materially violated in practice: FTX misappropriated customer funds on a scale comparable to classical financial fraud; oracle manipulation has drained hundreds of millions from DeFi protocols; the DAO fork proved governance can override protocol commitments.

Blockchain consensus can establish agreement about submitted data. It cannot, by itself, establish that an external fact is true — any contract referencing the world needs a trusted party to bridge it on-chain.

The oracle problem is perhaps the most under-discussed fundamental constraint on blockchain utility. Any smart contract referencing real-world data — prices, shipping events, weather, election outcomes — requires an entity that bridges off-chain data to the on-chain environment. That entity is a trusted third party. There is no trustless solution to the oracle problem; the moment real-world data enters the chain, trust is reintroduced. This confines genuine trustlessness to purely on-chain assets and logic — a domain that excludes most commercially meaningful applications.

The legal dimension compounds this. “Code is law” is a slogan, not a legal doctrine. Smart contracts do not automatically have legal force, and disputes arising from their execution may not be adjudicable in courts without specific legislative frameworks. When code behaves in unexpected ways — as it frequently does — parties have limited recourse. The Parity wallet freeze, which permanently locked an estimated $150 million in ETH due to a bug in a library contract, illustrates the consequences of substituting mechanical execution for legal enforceability.

Verdict. Trustlessness is achievable within the narrow domain of purely on-chain interactions between fully informed, technically sophisticated parties. The claim is substantially overstated for any application touching the real world.

VII

Disintermediation

By enabling peer-to-peer transactions, blockchain eliminates intermediaries — banks, brokers, exchanges, notaries, registrars — whose costs, in the strong version of the claim, exceed the value of the functions they perform — so that wherever the function can be automated, the cost can be removed. This reduces costs and democratises access to financial services. The claim has a surface plausibility that dissolves on contact with the evidence.

The blockchain ecosystem has not eliminated intermediaries. It has created new ones. Cryptocurrency exchanges, custodians, wallet providers, on-ramp and off-ramp services, DeFi front-ends, bridge protocols, and staking services all function as intermediaries. Many of them are less regulated, less capitalised, and less accountable than the incumbents they purport to replace. The FTX collapse — a centralised exchange misappropriating customer funds in a manner indistinguishable from classical financial fraud — illustrates that the sector has reproduced the failures of traditional finance without inheriting its regulatory infrastructure.

Intermediaries also serve functions that code cannot replace. Banks perform credit assessment, fraud detection, dispute resolution, KYC and AML compliance, and liability backstopping. These functions involve human judgment, legal accountability, and regulatory standing that smart contracts cannot replicate. The argument that all intermediaries are pure rent-seekers misunderstands what they do. Some intermediary costs are genuine economic rents; others reflect real services. Blanket disintermediation removes both indiscriminately.

In regulated industries, intermediaries are not optional. Financial institutions are required by law to perform KYC, AML screening, sanctions checking, and transaction reporting. These obligations cannot be discharged by a smart contract. Any blockchain-based financial product operating in regulated jurisdictions must either partner with licensed intermediaries or operate outside the law — which is neither a scalable nor a sustainable model.

Verdict. Blockchain has not disintermediated financial systems; it has created a parallel set of intermediaries, often less reliable and less regulated than those they were meant to replace. Where genuine peer-to-peer transfer has occurred, it requires users to accept custody risk, technical complexity, and regulatory uncertainty that most participants are unwilling or unable to bear.

VIII

Programmability

Smart contracts allow complex, conditional logic to execute automatically on-chain without human intermediation, enabling the automation of financial instruments and agreements with guaranteed execution. This is, of the seven claimed advantages, the one with the most genuine novelty. It is also the one with the most alarming production record.

Smart contract code, once deployed, typically operates with direct control over financial assets in an environment where bugs are difficult to detect, expensive to exploit proactively, and frequently catastrophic when found by adversaries. The historical record is instructive — and it divides into two categories that are usually, and misleadingly, listed as one. Failures of the code itself:

And failures of the trust stack around the code — the keys, validators, interfaces and institutions that autonomous software turns out to need:

These are not outliers: large losses have continued through every year of DeFi’s existence despite the maturation of auditing practices, formal verification and bug-bounty programmes — the 2025 incidents above alone exceed $2 billion (Halborn, 2026), split between novel on-chain vectors that multiple audits had missed and compromises of the trust stack around the contract. The combination of Turing-complete execution, financial-grade stakes, and irreversibility produces an engineering environment unlike any other — and the failure rate reflects this.

A further complication: in practice, most serious DeFi protocols are upgradeable, controlled by a multi-signature wallet or DAO governance. This means the code that executes is not fixed. Upgradeable contracts are vulnerable to governance attacks, key compromise, and social engineering. The combination of immutability (hard to audit and fix bugs) and upgradeability (changeable by governance) represents, in many implementations, the worst of both worlds.

For any use case where a trusted party can execute conditional logic, conventional automation is faster, cheaper, more flexible, and legally clearer. The value of smart contracts is specifically in eliminating the trusted party. Where that party exists and is acceptable to both sides, smart contracts add overhead without benefit — and where it does not exist, they add risk that existing legal frameworks cannot adequately address.

Verdict. Smart contracts are a genuinely novel capability with real utility in specific DeFi applications. Their failure rate in production remains a major barrier to many institutional applications. Their applicability is limited to interactions between parties who share no trusted intermediary and whose agreement can be fully and unambiguously specified in code — a smaller domain than proponents claim.

IX

Tokenisation

Real-world assets — real estate, private equity, bonds, commodities, art — can be represented as tokens on a blockchain, enabling fractional ownership, 24/7 trading, instant settlement, and improved liquidity for otherwise illiquid assets. The claim has three separable parts, and they warrant different assessments.

The record-keeping argument is defensible. Tokenisation can improve the efficiency, auditability, and programmability of ownership records for assets that already have robust legal backing. A tokenised bond is still a bond; its cashflows are still governed by the indenture and enforceable in court. The blockchain provides a more efficient settlement layer for assets that already exist in legal form. This is a real, if modest, improvement.

The liquidity argument is not. Illiquid assets are illiquid because there are few buyers and sellers at any given price, transaction costs are high, and information asymmetries are large. Tokenising an illiquid asset does not change any of these fundamentals. Secondary market liquidity for tokenised real estate or private credit is, in practice, negligible. Creating a token does not create a buyer. The promise of 24/7 global trading is technically true but economically meaningless without genuine demand and price discovery.

The access and fractionalisation argument is largely redundant. Fractional ownership of real estate already exists through REITs. Fractional ownership of equities exists through share registries and fractional share brokerage. The honest counterargument is that tokenised fractions could be cheaper to transfer, compose and collateralise than these structures — a genuine possibility, and so far a possibility: it concerns the plumbing of fractions, not the demand for them. Fractional ownership of private credit exists through CLOs and loan participations. The friction that remains is regulatory and legal, not technical, and blockchain does not resolve regulatory friction.

A tokenised bond is still a bond. A tokenised equity is still an equity. Issuing, transferring, and trading them requires the same compliance obligations — prospectus requirements, investor suitability, transfer restrictions, reporting — as conventional instruments. The administrative overhead of regulatory compliance can outweigh the settlement efficiency gains in many regulated applications.

Verdict. Tokenisation has legitimate use cases in changing the settlement, collateral and programmability characteristics of assets whose legal rights already exist off-chain — the market-structure consequences are examined in the companion essay. What it does not do by itself is create a new legal asset or conjure liquidity; that narrative remains largely illusory. Regulatory infrastructure, not technical infrastructure, is the binding constraint on asset accessibility — and blockchain cannot change that.

X

Where Blockchain Is Genuinely Necessary

Having examined each claimed advantage, it is possible to construct a more precise framework for identifying the use cases where a blockchain is genuinely the appropriate technical choice, rather than merely the fashionable one.

A blockchain adds net value — relative to a conventional database or trusted intermediary — only when all three of the following conditions are simultaneously met:

  1. No acceptable trusted authority exists or can be agreed upon. This is the foundational condition. If a trusted party is acceptable to all parties, use it; it will almost always be faster, cheaper, and legally clearer. The existence of this condition should be verified, not assumed.
  2. Multiple distrusting parties must write to a shared dataset and each must independently verify its integrity. A single-writer ledger, or one where all parties are willing to trust a single verifier, does not require a distributed consensus mechanism.
  3. The value of the data or assets being transacted is sufficient to justify the costs of decentralisation — in throughput constraints, latency, operational complexity, energy consumption, and governance overhead.

Applying this framework narrows the field considerably. Bitcoin, as a censorship-resistant digital bearer asset with no issuer that can be coerced or deplatformed, satisfies all three conditions and represents a genuine, novel capability. Stablecoins serve as a practical bridge between crypto-native and fiat systems in jurisdictions where that bridge is otherwise inaccessible. A limited set of DeFi applications provide permissionless financial access to participants who cannot engage with regulated finance.

The applications that do not survive the test are the majority of those that attracted institutional capital: internal corporate record-keeping, interbank settlement within a jurisdiction, supply chain tracking within a corporate group, government registries, healthcare records. In every case, a trusted authority exists, and a conventional database is the appropriate tool.

Two refinements make the test harder on itself. First, the strongest institutional case for shared ledgers was never the absence of trust but the surplus of it: multiple institutions, each individually trustworthy, none willing to surrender shared infrastructure to any one competitor. That is a real coordination problem — but finance solved it long ago with the regulated neutral utility, the depository trusted precisely because it is nobody’s competitor, and the consortium chain competes with that solution, not with a database. Second, “trusted intermediary” and “trusted infrastructure” are different objects: a bank may be trusted with an asset yet not with operating the market’s plumbing, which is why the honest counterfactual is sometimes “shared neutral infrastructure versus bilateral reconciliation” — a comparison the neutral utility usually wins on cost.

The same test can be run at the level of the chains themselves, and seventeen years of production history now permit an honest per-chain reading — an analytical lens, not an audit; netting speculative turnover from delivered value is a judgment, stated here plainly:

On that reading, the number of chains that have delivered on their own stated thesis, after seventeen years and several trillion dollars of market capitalisation, is one.

XI

The Necessity Test as Geography

Read as a filter, the three conditions above exclude almost every institutional use case, and Section X drew that conclusion. Read as a map, they describe places. An unstable currency is a trusted issuer that failed. A capital control is a payment system that refuses. A court that cannot enforce is a registry without meaning. For an institution in Frankfurt or Zurich, “no acceptable trusted authority” is an exotic edge condition; for a saver in a soft-currency economy under transfer restrictions, it is a description of Tuesday. The narrow adversarial domain in which blockchain’s advantages survive scrutiny is not a laboratory curiosity. It describes, conservatively, the populations living under soft currencies, transfer restrictions or unusable courts — a category measured in billions, of whom only a fraction hold crypto; the point is the size of the demand pool, not of current adoption.

The adoption data have been saying this for years to anyone who read them by geography rather than by asset price. Grassroots adoption indices are led not by the rich world but by emerging and frontier economies, and the majority of stablecoin balances sit in self-custodied wallets outside any regulated perimeter (Chainalysis, 2023—2026; Gopinath, 2026). The developed world produced the technology, the discourse, and the venture losses. The demand came from where the counterfactual fails.

XII

The Parallel System

Track two has institutions; they are simply not the ones the whitepapers promised. The first is the offshore dollar. A dollar-pegged stablecoin in a self-custodied wallet can function as the dollar account no bank will give its holder — not a deposit but a claim on an issuer’s reserves, and not a payments innovation but a jurisdiction substitution: the issuer’s balance sheet standing in for a banking system the holder does not trust. The second is the offshore exchange franchise. Section VII found that disintermediation never happened — that intermediaries merely relocated to less regulated forms — and delivered the finding as an indictment. In track two it is the design. The relocated intermediary is the point, because the local regulated one is unavailable, untrusted, or both. The third is DeFi proper: the venue of last resort where even the franchise is barred, and the only market structure whose access control is a private key.

The cost side must be stated with equal coldness. Track two provides service without protection: no suable entity, no capital requirement, no deposit insurance, no insolvency estate worth the name. Its holders live on the bottom rungs of the claim ladder, and FTX is its constitutional document — the default waterfall everyone read too late. But the honest comparison is not track two against Zurich. It is track two against the local status quo — a comparison in which confiscatory inflation, frozen accounts, and dual exchange rates sit on the other side of the ledger. The people making this trade are not confused about it. They are pricing it.

XIII

The Boundary Moves

The bifurcation is not static, and it is not moving in one direction. The onshore pull: the GENIUS Act makes US-market stablecoin issuance a licensed, fully-reserved activity, and the reserves — Treasuries, repos, bank deposits — live in the onshore system whatever the issuer’s domicile (GENIUS Act, 2025) — which means track two’s balance sheet increasingly lives inside track one. The offshore dollar is collateralised by the onshore one. The walls: MiCA’s authorisation regime pushed non-compliant stablecoins off EEA venues, hardening the perimeter from the other side (Regulation (EU) 2023/1114). And the recruitment: the offshore franchises are buying licences — the same conversion mechanism that turned neo-brokers into banks now runs, with a lag, on track two’s intermediaries.

The end state is therefore not two systems but one perimeter with a gradient. Inside it, the technology is absorbed and the claim is protected. Outside it, the technology is the institution and the claim is bare. The gradient is priced — in yields, in haircuts, in the discount a track-two claim carries against its track-one twin — and the price of the gradient is, in the end, the price of institutions.

—

The Honest Accounting

Blockchain technology is neither the fraud its harshest critics allege nor the universal solution its most enthusiastic proponents claim. It is a specific technical architecture that solves a specific problem: enabling a shared dataset to be maintained by parties who do not trust each other and cannot agree on a shared trusted custodian. That problem is real. It arises in a meaningful set of contexts. Bitcoin solves it elegantly. The problem does not arise in the majority of enterprise, governmental, and institutional settings where blockchain was so enthusiastically proposed.

The more than $100 billion spent on enterprise blockchain initiatives since 2015, the majority of which have been abandoned or converted into conventional database projects, constitutes an expensive empirical test of this thesis. The test produced a clear result. The honest analyst conclusion is that blockchain’s genuine contribution to human welfare is concentrated in three areas: Bitcoin as a censorship-resistant monetary network; stablecoins as a practical fiat bridge; and a small set of DeFi applications that provide permissionless financial access where no regulated alternative exists.

These are not trivial contributions. They are also not the world-reordering technology that raised trillions in speculative capital and redirected a generation of engineering talent. The appropriate response is not scepticism of the technology itself, but insistence on intellectual honesty about the domain of its genuine applicability — and resistance to the incentive structures that make blockchain a solution in search of problems.

The honest accounting ends in one sentence, with one amendment that changes its meaning. The technology solved, elegantly and at great expense, a problem that almost no institution actually has — and that several billion people do. Institutions — meaning any actor with access to functioning legal, banking and judicial infrastructure — are the alternative to blockchain; that is precisely why institutions absorb it and the institution-less adopt it. The general law beneath the geography: blockchain’s economic value is inversely related to the quality of the institutional alternative. Inside the perimeter, the chain becomes plumbing. Outside it, the chain becomes the institution. The developed world took the technology and left the ideology. The rest of the world took the ideology — because for them it was never ideology. It was a service.


Sources

Written in a personal capacity. Analytical views only — not legal or investment advice.

Julian Gretzinger — Writer on monetary history, real wealth mechanics, and financial markets. Founder of Aurum Lens. substack.com/@juliangretzinger