The Mandate Gap: KYA Confirms Who an Agent Is — and Never What It's Allowed to Do

CryptoBear
Academy

The most expensive credential in payments this cycle was not a model, not a GPU cluster, and not a banking license. It was a behavioral biometrics vendor whose product was built to recognize humans by the way they hesitate.

The figure that circulated — roughly $2.4 billion for BioCatch — is the kind of number that gets repeated until it acquires the texture of fact. I could not independently verify it against a regulatory filing when I went looking, and I want that limitation stated up front rather than buried. What I can verify is the sequencing. A framework called KYA — Know Your Agent — surfaces as a joint publication between two card networks that have spent six decades litigating each other over terminal routing rules. Shortly after, one of those networks moves to buy the only company with a defensible mechanism for distinguishing a machine from a person inside a live session.

Standards are cheap to announce and expensive to enforce. Acquisitions are the opposite. When a network shifts from publishing a framework to purchasing a mechanism, it has quietly conceded something about the framework that it will never say into a microphone: the framework covers half the problem, and everyone in the room knows which half.

There is a second anomaly, and it is the one that made me open my terminal. The report that surfaced this material came from a Web3 news source. The full text contains no blockchain content. No hashes, no contract addresses, no settlement layer, no token. Not a single reference to the infrastructure that has been building delegation and revocation systems for four years. That absence is data. When a Web3 outlet publishes a payments story with zero on-chain content, either the story has nothing to do with crypto — or the people writing about it have not noticed that the answer already shipped.

The Context You Need Before the Analysis

KYA, as described in the source material, rests on three components. Cross-network traceability. Shared authentication. Continuous transaction monitoring. A reader with a security background will notice immediately that these are not inventions. They are a re-composition of KYC and KYB methodology, translated from a human subject to an agent subject, with a monitoring layer bolted on that belongs to transaction risk rather than identity.

The participants named in the material matter more than the components. Visa and Mastercard co-publishing anything is a signal in itself — rival networks do not share standards unless an external threat can rewrite the rules for both of them at once. The inclusion of Ant International suggests a non-Western entity attempting to buy a seat at the rules table before the rules harden.

The stated scale — somewhere between three and five trillion dollars — is repeated without a denominator. Is that GMV? Gross revenue? Annualized transaction value? A five-year projection? A ten-year one? I flag this not as pedantry but because the answer changes the entire strategic conclusion. If it is GMV, that number is in the neighborhood of global e-commerce as it exists today, which means agent commerce is not a new market at all. It is a reallocation of existing payment flow. Reallocations are zero-sum. They produce winners and losers inside an existing cost stack rather than growth at the edges.

The material also contains its own admission, and it is the most important sentence in it: identity infrastructure is a precondition, not a solution. Translated out of corporate register, that means KYA does not generate revenue in the near term. It is a cost line. And I want to examine why two competitors would accept a shared cost line simultaneously.

Authentication Is a Solved Problem Wearing a Costume

I have a specific reason for being allergic to identity-first framings of security problems, and it dates to four weekends I spent in 2017 tracing the aftermath of the Parity multisig failure.

At the time I was eighteen, and the public narrative was that a wallet had been hacked. That framing is wrong in a way that matters. What failed was not authentication. Two separate Parity incidents in a single year, roughly thirty-one million dollars in ETH incinerated or drained, and in neither case did an attacker trick a system into believing they were someone else. In one instance a wallet library was left uninitialized and a stranger walked in through the front door that had been left off the house entirely, then declared themselves the owner. In the other, a user called a public function on a shared library contract that had never been designed to be exposed, and self-destructed it, freezing hundreds of wallets permanently.

Both were authorization failures. The system knew exactly who the counterparty was. It simply never encoded what that counterparty was permitted to do.

Every high-profile on-chain failure I have audited in the years since has the same shape: the identity layer held, and the permission layer collapsed. The code doesn't lie about who called it. It lies about nothing at all, in fact — it executes precisely what it was told, which is exactly why systems that describe permission vaguely will execute catastrophically.

Apply that lens to KYA. The framework answers the question who is this agent. The material itself acknowledges that the industry has moved to a different question, is this agent's behavior inside the authorization I granted. Those are two different layers. Identity verification and authorization are separated by a well-understood boundary in security engineering, and KYA, as described, covers the first and gestures at the second without specifying it.

The Missing Primitive Is a Machine-Readable Mandate

Here is the part I would put in bold if I were writing a memo rather than an article.

The unsolved problem in agent commerce is not proving that an agent is legitimate. It is expressing, in a machine-readable, verifiable, and revocable form, the exact scope of what a human authorized that agent to do.

That artifact does not have a universally accepted name. Some people call it a mandate. Some call it a scope token. The payment industry has no standard schema for it, and KYA does not appear to introduce one. Without it, every downstream promise — continuous monitoring, dispute resolution, liability assignment — is built on sand.

The Mandate Gap: KYA Confirms Who an Agent Is — and Never What It's Allowed to Do

What does a mandate need to carry? At minimum: a bound principal, a bound agent, a permitted action set, quantitative ceilings, merchant or counterparty allowlists, time windows, a revocation channel, a transferability rule, and a replay defense. That is not a marketing list. Those are the fields I would require before signing a contract that lets software spend money on my behalf, and I have never seen a payment-network framework publish a schema for them.

The on-chain ecosystem, notably, has been building exactly this in public for four years, under names that the payments world does not use and therefore does not see.

Session keys in account abstraction let a principal issue a bounded, expiring signing authority to a specific actor without handing over the root key. Spending policies embedded in a smart account enforce ceilings at execution time rather than at review time. Allowlists restrict which contracts a delegated signer may touch. Revocation on-chain is not a support ticket; it is a state transition, observable by anyone, and clearing in the same block that produced it. Typed structured data standards give a mandate a canonical hash, which means the authorization itself becomes verifiable rather than asserted.

I want to be careful not to overclaim. None of this is a finished standard, and none of it was built for card-rail agent commerce. But the primitive exists. It exists as code, it has been tested under adversarial conditions where real money moved, and it solves the exact problem KYA's own framing identifies as unsolved. The absence of any reference to it in a Web3 publication writing about agent identity is, to me, the single loudest silence in the entire document.

Behavior Is Not a Property You Can Port From a Human to a Process

Now the acquisition.

BioCatch's core competency, as generally described, is behavioral biometrics: keystroke cadence, pointer trajectories, hesitation patterns, the micro-timing of a human being uncertain about a button. It works because human motor behavior is continuous and idiosyncratic and hard to fake at scale.

When the operating subject is an AI agent process, the ontology inverts. There is no motor behavior to sample. There is no hesitation, because hesitation is an artefact of cognition under uncertainty and an optimized process does not experience it. An agent's interaction signature is not a fingerprint — it is a configuration. It can be regenerated with different parameters tomorrow, and it will be, because anyone running an agent at scale will tune latency, retry logic, and request ordering to whatever minimizes cost or maximizes fill rate.

You cannot biometrically identify a process whose behavioral surface is a tunable parameter. That is not a technical limitation to be engineered around. It is a category error, and it is the deep tension the source material never touches.

Between the hash and the human, there is a silence. That silence is where this class of product lives. And when the human is replaced by an agent, the silence does not shrink — it changes location. It moves from the motor cortex into the policy layer, which is precisely where the mandate is supposed to sit.

There is a charitable reading of the acquisition, and I think it is probably the correct one. BioCatch is not being bought for a pure agent future. It is being bought for the transitional period, which will be long and messy: a human authenticates, an agent executes, a human reviews after the fact. In that arrangement, behavioral signals still have a subject, because there is still a human somewhere in the session. That is a coherent bet. It is also an admission that the framework being published is not, on its own, sufficient to police the transactions it governs.

Continuous Monitoring Implies an Infrastructure Nobody Has Agreed to Govern

Consider the operational requirement buried in the phrase continuous transaction monitoring. To intercept an unauthorized agent action before settlement — not after, before — a network needs millisecond-scale inference against a policy set that is specific to a single principal-agent pair, evaluated inside the authorization path. That converts a clearing institution into a real-time risk engine. That is a different business with a different cost structure, a different regulatory perimeter, and a different failure mode. A false negative is fraud. A false positive is a declined legitimate purchase, and at agent speed, false positives compound into systemic throughput degradation.

There is a governance problem too, and this is the least stable part of the whole construction.

Cross-network traceability requires a shared registry — a resolver that maps an agent to a principal, across networks, in a way that both parties trust. Someone has to operate that registry. Someone has to decide admission, revocation, appeals, and liability when the resolver returns a wrong answer. Either the two networks co-own it, which means they must agree on governance for a decade, or a third party operates it, which reintroduces the intermediary both networks have spent their history trying to be themselves. Joint publication of a framework frequently signals that governance negotiations have not concluded. That is not a small caveat. It is the load-bearing wall.

I spent a stretch of 2020 scraping more than five thousand on-chain governance votes from Ethereum mainnet, correlating voter wallet histories against protocol upgrade proposals, and what I found was that roughly fifteen percent of voting power sat with twelve entities. Self-described decentralized governance does not disperse authority. It relocates it into a smaller, better-organized room. A shared agent identity registry will follow the same physics, because registries are choke points and choke points concentrate. The question is not whether that concentration is desirable. The question is who is holding the quorum when it happens.

Follow the Interchange, Not the Framework

Why would two competitors fund a shared cost line with no near-term revenue?

Because the downside case is not we make less money on agent commerce. The downside case is agent commerce removes us from the transaction path entirely. An agent negotiating directly with a merchant, settling through an AI-native protocol or a stablecoin rail, does not need a card network. It does not need an acquirer. The fee that disappears is interchange, and interchange is not one revenue line among many — it is the structural subsidy that funds rewards programs, issuer economics, and the entire consumer card value proposition.

This is a defensive standard, not a product. And there is a well-worn template for it. EMV and 3-D Secure were both standardisation plays that converted an existential threat to card-present and card-not-present economics into a fee-bearing verification layer that the standard-setters controlled. The pattern is consistent: publish the standard open, because adoption requires openness; monetise the value-added layer above it, because the standard-setter defines what counts as value-added.

Which means the real commercial question is not whether KYA charges for itself — it almost certainly cannot, since open standards that charge at the base layer do not get adopted. The question is what gets rented above it. Advanced behavioural verification. Dispute adjudication. Warranty instruments. Agent reputation scoring. Each of those is a tollbooth, and the network that authors the schema decides where the tollbooths stand.

The Ant International participation reads differently through this lens. Joining a Western card-network standard as a non-Western actor is not capitulation. It is a bid for schema authorship in the Asian market, where the volume will be largest and the established rails are strongest. Whoever writes the mandate schema for that region writes the rules.

Interrogating the Numbers Nobody Interrogated

The source material leans on acceptance data. I want to interrogate how that data was produced, because this is where I part company with most of the commentary I have read on the subject.

If those figures came from scenario-based surveys — asking people whether they would let an agent transact on their behalf under described conditions — then they measure stated preference, not revealed preference. The gap between those two is not a rounding error. It is systematically large, and it runs in one direction: people accept far more than they claim when the experience is frictionless, the transaction value is small, the merchant is recognizable, and a refund path exists. Conversely, they accept far less than they claim when the first disputed charge takes eleven days to resolve.

A survey about trust in autonomous spending, administered before anyone has experienced an autonomous spending dispute, measures imagination, not behaviour.

I have a comparable scar. In 2021 I pulled more than fifty thousand secondary sales from the Bored Ape ecosystem and found that roughly twenty percent of holders accounted for seventy percent of volume spikes. The floor held. Unique holder counts did not. Volume spikes don't lie, but they also don't tell you who is actually there — and the metric everyone quoted was the one that could be manufactured, while the metric that mattered was the one quietly declining. When the correction came six months later, it was not surprising to anyone who had been reading holder distribution instead of headlines.

Translate that directly to agent commerce measurement. A count of agent-initiated transactions is the easiest number in the world to inflate, because agent-to-agent loops can generate activity indefinitely with no economic counterparty. Two arbitrage agents trading against each other produce volume. They do not produce commerce. If the headline metric for this sector is transaction count, we are going to be told a very large number that means very little.

This is exactly why I built the Agent-to-Human Interaction Ratio in 2026 — filtering transaction metadata for known agent wallet signatures rather than trusting self-reported classification. What that work surfaced is worth stating plainly: in DeFi lending, roughly forty percent of activity traced to algorithmic arbitrage agents, not humans. Another way of saying it is that a significant share of what gets reported as user demand is machinery rebalancing itself. Any framework attempting to price trust for agents should be built on that distinction, because the risk profile of an arbitrage loop and the risk profile of a person paying a bill are not the same object.

Where the Value Actually Moves

Strip away the branding and the redistribution is legible.

Behavioral verification vendors move from optional risk tooling to strategic infrastructure, and the multiple attached to them shifts from a SaaS comp set to a strategic asset comp set. Static KYC and rules-engine vendors face substitution pressure, because a rules engine cannot evaluate a mandate that changes per transaction. Identity verification as a category consolidates, and independent players with real behavioural signal libraries become acquisition targets.

The Mandate Gap: KYA Confirms Who an Agent Is — and Never What It's Allowed to Do

The party the source material does not mention at all is the small merchant. A trust layer carries a marginal cost per transaction. Large merchants absorb it, negotiate it down, or build around it. Small merchants pass it to their customers as a higher effective fee, and that is a competitive disadvantage against precisely the AI-native commerce channels the trust layer was built to defend against. The framework intended to protect incumbents may end up concentrating volume further at the top of the merchant distribution.

Occupationally, the gradient is slower than the discourse implies. Manual review and entry-level KYC operations get tooled away first, within a year or two, because those tasks are pattern-matching against known signatures. What emerges instead is authorization policy engineering — writing and auditing the rules that bound an agent's permitted action space — plus agent behaviour auditing, which is a forensics discipline and will require people who can read a transaction trace rather than a dashboard. That is a three-year-plus transition, gated by regulators who will move slower than the technology and considerably slower than the vendors would like.

And the thing that could genuinely be new: a trust intermediary for agents, functioning like a credit rating agency but operating on delegation scope rather than balance sheets. I have watched this movie before. Undercollateralized on-chain lending between 2020 and 2022 made exactly this bet — that reputation, once measured, could substitute for collateral. It did not end well, and the reason is instructive: reputation systems fail the moment the incentive to defect exceeds the cost of the reputation destroyed. A mandate-scoring intermediary inherits that fragility unless enforcement sits on the settlement layer rather than in a database.

The Contrarian Angle: Trust Was Never the Binding Constraint

Everything above operates inside a premise the source material never questions — that the obstacle to agent commerce is trust, and that trust is produced by better identification.

I think that premise is wrong, and I think it is wrong in a way that predicts the failure mode.

Agent commerce does not lack identification infrastructure. It lacks a counterparty who can be sued. When an autonomous process makes a purchase the principal did not intend, the loss needs to land somewhere, and it needs to land deterministically. An identity framework that proves the agent was registered, authenticated, and within a monitored session does nothing to answer who pays. Registration is not liability. Monitoring is not liability. Liability is a contractual and, ultimately, jurisdictional allocation, and KYA is a technical standard pretending proximity to that question.

Correlation is not causation, and the correlation here is seductive: sectors with strong identity infrastructure also have high trust. But the causal direction runs the other way. Trust emerges where losses are allocated and recoverable, and identity is a supporting input, not the source. Card networks did not become trusted because they verified cardholders. They became trusted because Regulation Z and its analogues put the loss on the issuer, and consumers learned that the loss would never be theirs.

There is a second, sharper possibility that I hold with lower confidence but consider genuinely live. The winning mandate architecture may not come from a card network at all. It may arrive as a smart-account permission standard — scoped delegation, executable limits, on-chain revocation — at which point KYA becomes a registration directory layered on top of an authorization system it does not control. That is not a defeat. It is a demotion, and it is the outcome I would currently assign the highest probability to, because the mandate is executable and the registry is merely declarative, and in payments, executable beats declarative every time.

We don't have a mandate standard. We have a registration standard, an acquisition, and a marketing campaign, in that order.

What I Am Watching Next

Four signals, in the next several weeks, that will move this from narrative to evidence.

Whether any participant publishes an actual machine-readable mandate schema — field-level, with a canonical encoding and a stated revocation method. A framework without a schema is a press release.

Whether BioCatch's hiring patterns and engineering publications begin referencing agent sessions and policy evaluation rather than human motor behaviour. Job postings are the most honest disclosure a company produces.

On-chain, the ratio of unique signers to total transaction count across the largest smart accounts. If agent activity is real commerce rather than machinery rebalancing itself, that ratio holds. If it collapses while volume climbs, we already know how this ends, because I watched it end the same way in 2021.

The first ERC or equivalent that receives a number for delegated agent authorization with scoped, revocable, conditional permissions. That number is the signal that the mandate problem has been claimed by the layer that can actually enforce it — and the day that number exists, every identity framework that stops at authentication becomes a directory of names with nothing behind them.

Market Prices

BTC Bitcoin
$76,997.3 -1.37%
ETH Ethereum
$2,468.47 -0.14%
SOL Solana
$99.42 -1.58%
BNB BNB Chain
$712.3 -0.67%
XRP XRP Ledger
$1.35 -2.51%
DOGE Dogecoin
$0.0838 -1.55%
ADA Cardano
$0.2054 -3.57%
AVAX Avalanche
$7.43 -4.14%
DOT Polkadot
$1.11 +0.58%
LINK Chainlink
$11.43 -3.15%

Fear & Greed

56

Greed

Market Sentiment

7x24h Flash News

More >
{{快讯列表(10)}} {{loop}}
{{快讯时间}}

{{快讯内容}}

{{快讯标签}}
{{/loop}} {{/快讯列表}}

Event Calendar

{{年份}}
30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

12
05
halving BCH Halving

Block reward halving event

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

18
03
unlock Sui Token Unlock

Team and early investor shares released

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

28
03
unlock Arbitrum Token Unlock

92 million ARB released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

Tools

All →

Altseason Index

42

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$76,997.3
1
Ethereum
ETH
$2,468.47
1
Solana
SOL
$99.42
1
BNB Chain
BNB
$712.3
1
XRP Ledger
XRP
$1.35
1
Dogecoin
DOGE
$0.0838
1
Cardano
ADA
$0.2054
1
Avalanche
AVAX
$7.43
1
Polkadot
DOT
$1.11
1
Chainlink
LINK
$11.43

🐋 Whale Tracker

🔵
0xa6da...68ee
30m ago
Stake
17,933 BNB
🔴
0x30b9...978b
2m ago
Out
703,132 DOGE
🔴
0x7ab2...0b25
3h ago
Out
44,411 SOL

💡 Smart Money

0x0a85...7105
Early Investor
+$3.4M
86%
0xe7b9...57a4
Arbitrage Bot
+$4.7M
74%
0x6624...8dca
Market Maker
+$0.2M
69%