Skip to main content
The journal
EngineeringSeptember 20266 min

The AI wave arrived needing tamper-evident logs, machine identity, and cross-organisation payment rails. The blockchain world built all three.

For most of the past decade, blockchain infrastructure was solving problems that had not yet arrived at scale. Agentic systems need tamper-evident logs of automated decisions, non-human identity that is not an environment variable, deterministic replayable execution, and machine payment rails that settle across institutional boundaries. The infrastructure exists. It was built on chains that lost the narrative when the AI wave arrived.

By
Sher Ghan
Principal AI Engineer
The AI wave arrived needing tamper-evident logs, machine identity, and cross-organisation payment rails. The blockchain world built all three.

"Crypto rails are becoming the default payment layer for AI agents": that is the finding of Keyrock's research report published in May 2026. AI agents settled more than $73 million across 176 million blockchain transactions in the preceding year, 98.6 per cent in USDC, routed through Coinbase's x402 protocol and Amazon Bedrock's AgentCore payment infrastructure, which AWS launched on 7 May 2026 in partnership with Coinbase and Stripe. The payment rails the agents are using were not built for them. They were built by the blockchain world between 2018 and 2022, for a demand pattern the blockchain world expected to arrive earlier and in a different form.

The sequence of events from 2015 to 2025 in the blockchain world deserves reading in reverse. The people building Ethereum and its successors were working on a specific class of problem: how do you record state that multiple parties need to agree on, where no single party should own the canonical copy? How do you execute logic whose output needs to be independently verifiable? How do you issue a payment rail that does not depend on one institution's willingness to process it? These are not speculative concerns. They are the exact properties that multi-agent systems, operating across organisational boundaries in 2026, need and mostly lack. AI took the narrative, the funding, and most of the talent between 2022 and 2025. The blockchain world found itself without a room to speak in. What it did not lose was the architecture.

#02What a decade of work actually produced

The Internet Computer Protocol, developed by the DFINITY Foundation, is worth examining not because it succeeded in replacing the cloud, which is not what happened, but because the architectural choices made between 2017 and 2021 read differently against the problem set agentic systems face now. The execution unit is the canister: a WebAssembly module with its own persistent memory. Orthogonal persistence means the canister's state survives restarts, upgrades, and node failures without the developer writing any database access code. There is no schema to define, no connection to open, no migration script to write. The state is the program's in-memory variables, and the network handles the rest. This is not a research feature. It is how production canisters have operated since mainnet launch in 2021.

The reverse gas model is the design decision most senior engineers miss on first reading. On Ethereum, the user calling a smart contract pays for the computation. On ICP, the developer loads cycles into the canister and the canister pays for its own execution. The user holds no token. A web application deployed on ICP can serve its frontend directly from the chain and charge the end user nothing for the compute. The security objection that enterprise teams raise most often about blockchain integrations, that users cannot be expected to hold tokens, does not apply to this architecture. That objection is correct for Ethereum. It is inapplicable to ICP, and the teams evaluating blockchain for enterprise use in 2026 have not, for the most part, made that distinction.

HTTPS outcalls allow a canister to call an external API. In Ethereum's model, smart contracts cannot make outbound HTTP requests without an oracle that introduces additional trust assumptions. In ICP's model, the nodes in a subnet each reach the same external endpoint, compare responses, and proceed if the answers agree. The canister calls an HTTP endpoint directly. A system running on-chain can integrate with a REST API, a pricing feed, or a cloud-hosted model without introducing a separate oracle component. Threshold ECDSA, part of ICP's chain-key cryptography suite, lets a canister sign transactions on other blockchains without any single node holding the private key. A canister can hold a Bitcoin address, receive funds, and sign outgoing transactions; a threshold of nodes must cooperate to produce each valid signature. This is the primitive for non-human identity whose key material is distributed rather than stored in an environment variable.

#03Deployments that exist, and one that deserves scrutiny

The credibility problem the blockchain world carries is partly a problem about whether anything real has been built. Some things have. The UNDP's Universal Trusted Credentials initiative, launched in partnership with the Monetary Authority of Singapore in July 2024, uses ICP to issue verifiable credentials to micro, small, and medium enterprises: tamper-evident records of business registration and financial history that parties in different countries can check without a central registry they all agree to trust. The Pakistan Digital Authority partnership with the DFINITY Foundation, announced in 2025, commits to building sovereign AI-native digital infrastructure on ICP. These are production decisions made by organisations that evaluated what the chain provides and found it suited to the problem.

DFINITY's Caffeine, which opened early alpha access in July 2025, is where the AI and blockchain convergence story is most interesting and most ambiguous. The pitch is natural language to deployed full-stack application, running on ICP with orthogonal persistence from the first commit, no database configuration required. A developer describes what they want; Caffeine generates the application in Motoko, DFINITY's ICP-native language, and deploys it. I find the architecture coherent and the property combination genuinely unusual: code generation is one thing, but generating code that lands in a system where state is automatically persistent and the frontend is served from the chain is something different. What I cannot assess from a July 2025 alpha is the production debugging story, the tooling for engineers who inherit a failing canister, or how the hiring works. Those are real constraints for any team making a build decision in 2026, not objections to dismiss.

#04The case against, stated honestly

On-chain compute on ICP is not fast by the standards of a container orchestration platform. Canister calls carry latency measured in seconds rather than milliseconds for complex computations. Cycle costs are low in absolute terms but higher than equivalent compute on a standard cloud platform for CPU-intensive work. The observability tooling is immature next to the AWS default: CloudWatch, X-Ray, and a decade of third-party integrations do not have equivalents in the ICP ecosystem. Hiring engineers familiar with Motoko or ICP's Rust CDK is genuinely difficult; the talent pool is small and concentrated, and part of it arrived through the token cycle and carries attitudes toward institutional adoption that enterprise clients find uncomfortable.

The reputational damage from the 2021 to 2023 blockchain cycle is real and not yet fully discharged. A sceptical senior engineer hearing a proposal to run production workloads on a blockchain is applying appropriate prior probability. The case for the chain primitive needs to be specific about what class of problem justifies the overhead, not generic about the architecture's elegance.

AI has not created these problems. AI has finally created the demand volume that makes solving them worth the engineering overhead.

The class of problem where the chain primitive is the right tool is specific: where multiple parties need to agree on state and no single party should own the canonical copy; where the audit trail of every state transition matters to regulators or counterparties who are not the service operator; where a non-human actor needs an identity that is not an environment variable; where payment needs to settle across institutional boundaries without a payment processor's willingness to process it. AI has not created these problems. AI has finally created the demand volume that makes solving them worth the engineering overhead.

The machine payment infrastructure that arrived in 2026 illustrates this precisely. Coinbase's x402 protocol extends the HTTP 402 status code to make payment a first-class operation of the web; a service returns a 402 response with a payment address and amount, the client settles on-chain in USDC, and the request proceeds. The engineering behind that is a blockchain primitive, built by people who were working on this pattern before the agentic economy was a phrase. The team building a multi-agent system that needs cross-organisation state, verifiable execution logs, or machine-to-machine payments without a processor in the middle should read the Internet Computer documentation before concluding that nothing exists. The documentation is detailed. The problems it addresses are the ones on the engineering backlog of every serious agentic deployment right now.

About the author
Sher Ghan
Principal AI Engineer

Every piece in the Journal is written personally by a senior practitioner, drawing on the engagement that motivated it. No ghostwriters, no content team, no models. If a paragraph here resonates with a problem you are looking at, the author is the person to reply to — direct lines beat anonymous inboxes.

Get in touch with the practice