Skip to main content
The journal
EngineeringJuly 20267 min

Tamper-evident logs, non-human identity, and machine-to-machine payment are problems the blockchain community solved years ago. Agentic deployments are now discovering they need the answers.

The AI wave absorbed most of the engineering talent and the venture capital, and in doing so left a set of solved infrastructure problems sitting on the chain. Agentic systems in 2026 are discovering they need tamper-evident records of automated decisions, identity and key custody for non-human actors, cross-organisation state that no single participant controls, and payment rails that do not require a human holding a credit card. The chain people built most of those things. The question now is which solutions are genuinely ready and which the token cycle's reputational damage still makes difficult to ship.

By
Sher Ghan
Principal AI Engineer
Tamper-evident logs, non-human identity, and machine-to-machine payment are problems the blockchain community solved years ago. Agentic deployments are now discovering they need the answers.

The Internet Computer's developer documentation describes orthogonal persistence as the property by which data is stored inside canisters, enabling safe and automatic upgrades. The explanation is compact enough to miss what it implies: a compute environment where a programme's entire working memory is part of its verified state, persisted automatically by the execution layer, without the developer writing storage code. An agent running in such an environment has its decision history as part of the computation.

That property has existed on the Internet Computer since the network's mainnet launch in May 2021. Five years later, enterprise AI teams building agentic systems are discovering that they need audit trails for automated decisions that a third party can verify without trusting the operator, identity for non-human actors cryptographically bound to the actor rather than to a service account credential, and payment rails that work without a human holding a card. Blockchain engineers built most of those things while the AI field was building something else. The question worth asking in mid-2026 is which of those solutions are genuinely ready.

#02The four infrastructure problems

Every serious agentic deployment eventually encounters some version of the same four questions. They are not questions about model quality.

The first is attribution. When an autonomous agent makes a decision at 03:00 on a Sunday and something goes wrong, what record exists of what it did, why, and on whose instruction? The standard answer in current enterprise deployments is a structured log in a database the operator controls. A regulator asking to verify those logs is asking the agent's operator to attest to their own behaviour. That is not what audit trail usually means in a regulated context.

The second is identity. An agent making API calls needs credentials. In most production deployments, those are environment variables, service accounts, or API keys in a secrets manager. The agent authenticates as a service account that any process with the right environment can assume. Non-human actors need identity cryptographically bound to the actor, not to a credential in a shared vault that a deployment script can read.

The third is multi-party state. Many commercially valuable agentic workflows cross organisational boundaries: a procurement agent coordinating with a supplier's system, a compliance agent verifying credentials issued by a third party. State that crosses trust boundaries needs a mechanism neither party controls unilaterally. The standard answer is an API with contractual terms, which holds until one party changes the API or disputes the record of what was agreed.

The fourth is payment. Agents increasingly need to pay for things: API calls, compute, data access, downstream services. The mechanisms available are either card billing at the human account level, which does not compose well for autonomous operation, or bespoke prepaid arrangements each API vendor implements separately. The x402 protocol addresses this directly. So does Stripe's Machine Payments Protocol, launched as a developer preview in March 2026. Both settle on or through blockchains. Neither was invented by the AI industry.

#03What the Internet Computer built

The Internet Computer Protocol (ICP), developed by the DFINITY Foundation, was designed as a general-purpose compute platform rather than a financial ledger with smart contracts added on top. Some of its design decisions address the four problems above in ways worth explaining to a sceptical senior engineer who has spent most of the last four years not following blockchain development.

The basic unit of computation on ICP is the canister: a smart contract containing both code and state. An agent running in a canister has its decision history as part of its verified state. There is no separate audit log to maintain. The record is the computation.

Chain-key cryptography gives each canister a cryptographic identity based on threshold signature schemes distributed across the nodes of a subnet. No single node holds a private key. More practically, threshold ECDSA allows a canister to sign transactions on Bitcoin or Ethereum without a wallet file and without a human managing credential rotation. An agent that needs to sign a payment or a verifiable credential can do so with a key cryptographically bound to its canister identity, not to a service account in a secrets manager.

The reverse gas model matters most for adoption outside the crypto community. On most chains, end users pay gas. On ICP, developers fund their applications with Cycles, a stable-value unit converted from ICP tokens; the user never holds a token and never pays a transaction fee. An ICP application looks, from the user's side, like a web application. HTTPS outcalls extend this: a canister can make ordinary HTTP requests to external services, with network consensus on the response. An on-chain agent can call a Stripe API, a database endpoint, or any HTTP service, without requiring that service to know it is dealing with a canister. Frontends can be served directly from the chain.

An agent running in a canister has its decision history as part of its verified state. There is no separate audit log to maintain. The record is the computation.

#04What is actually in production

The temptation with blockchain projects is to quote roadmap items. What exists in non-speculative production is narrower than what DFINITY's documentation describes as its vision, and the distinction is worth making clearly.

The UNDP trusted credentials framework, announced in July 2024, uses ICP to issue tamper-proof verifiable credentials for operational purposes across the United Nations Development Programme's work. The DFINITY Foundation's February 2026 Memorandum of Understanding with the Pakistan Digital Authority, covering a dedicated Pakistan Subnet for sovereign cloud infrastructure, is a planning document with implementation work ahead of it. The x402 Foundation's operational governance launch on 14 July 2026, with 165 million transactions processed before the governance structure was formally active, is the clearest evidence that the machine-to-machine payment primitive has passed the prototype stage.

DFINITY's Caffeine tool, which opened early access in July 2025, generates and deploys full-stack applications to ICP from natural-language prompts, using Motoko, DFINITY's programming language for canisters. This is the most direct meeting point of on-chain compute and language model generation. The generation works; the applications run on-chain with the properties described above. What Caffeine has not yet demonstrated is production-scale reliability for complex applications, tooling maturity comparable to the standard cloud default, or a developer experience that would persuade a team unfamiliar with Motoko to choose ICP over a conventional deployment target. DFINITY's published enthusiasm about closing that gap deserves measured attention rather than either dismissal or uncritical repetition.

#05The counter-argument, stated plainly

On-chain compute is slower and more expensive than an equivalent container deployment. The Internet Computer's subnet consensus architecture adds latency to every state-modifying operation, a genuine constraint for any agent that needs sub-second response times. The tooling is immature by comparison with the AWS default. Hiring engineers with ICP production experience is difficult; the community is small relative to the pools the major cloud platforms have built over two decades. The documentation quality reflects a project where the speculative token attracted more external attention than the platform for most of its existence.

More durably damaging is the reputational cost. The token cycle of 2020 to 2022 produced real fraud alongside the technical work, and the association has not fully cleared. A proposal to use ICP for an enterprise agentic deployment requires a conversation about what ICP is and why a chain associated with a volatile speculative asset is the right foundation for a workflow a regulator will examine. That conversation is not difficult to have. It is one that a Terraform deployment to AWS does not require, and the practical cost of having it should be priced into the decision rather than wished away.

The clearest near-term integration is payment. The x402 protocol requires no commitment to on-chain compute. An agent that pays for API access via x402 uses blockchain settlement for one specific operation; the rest of its architecture stays conventional. That integration is already in production at scale and requires no Motoko.

Non-human identity via chain-key cryptography is a more substantial architectural commitment, and the case for it is strongest where the verification requirement is genuinely external to the operator: a regulator examining an AI decision independently, a counterparty confirming that an agent's action was within its authorised scope, a credential issuer whose verifications need to be auditable by anyone without routing through a centralised service. On more than one engagement where we have worked through the full operational cost of managing non-human credentials manually at scale, across multiple agents and multiple organisations, the comparison with a chain-based alternative has been closer than the conventional wisdom suggests once audit requirements are properly counted. The reputational cost is real and should be priced in. It is also a different cost from the architectural one, and conflating the two produces worse decisions than accounting for them separately.

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