Ly Gravity

"Permission Is Not Satisfaction": The Hidden Fault Line Beneath AI Agent Payments

CryptoStack Policy

A few weeks ago, while auditing a small yield aggregator's spending logic on a Layer 2 testnet, I watched an autonomous trading agent burn through thirty dollars of testnet ETH in ninety seconds. It was not malicious. It was not buggy in the way a typical smart contract is buggy. It was simply retrying a quote call over and over because the upstream API kept timing out, and no one had told it to stop. The agent had been given permission to spend; the human had never approved the spend that actually occurred. Watching that loop drain a wallet in real time crystallized something I had been circling for months: the deepest challenge in AI agent payments is not whether an agent can move money, but who proves what was authorized when the autonomous action produces an outcome the human would have rejected.

The September 8 Mastercard report, which projected that by 2030 roughly one in ten consumers will routinely use AI agents to shop and pay, has pushed this question out of cryptographic forums and into the headlines. But the report is a marketing artifact dressed as forecasting — Mastercard is in the business of selling rails, and the rails it currently sells are under structural threat from any technology that lets a machine pay without asking a network for permission first. The interesting work is happening underneath the press releases. Three payment infrastructure stacks have all decided that 2025 is the year to claim the authorization layer for autonomous software. Google's Agent Payments Protocol, branded AP2, launched in September with sixty-plus partners, including Visa, Mastercard, American Express, and PayPal, attempting to make digitally signed "mandates" the lingua franca of agent authorization. Mastercard simultaneously rolled out Agent Pay, a card-network-native answer that separates authorization from authentication and leverages tokenization to keep the rails familiar. And Coinbase's x402, a standard that revives the dormant HTTP 402 status code as a payment primitive for stablecoin settlement, has moved from niche infrastructure experiment to a credible third path for machine-to-machine micropayments.

The CryptoSlate piece that landed in my reading queue framed the resulting competition as a question of who pays when an agent makes an automated mistake. That framing is correct but undercooked. The real contest is over who owns the translation from human intent to verifiable authorization boundary — and what happens when that translation inevitably fails. The permission-satisfaction gap, the structural impossibility of capturing every nuance of a user's wishes in a signed instruction, is not a bug to be engineered away. It is a permanent property of any system where a machine acts on a human's behalf with bounded information about the human's preferences. We have been here before in financial markets. Limit orders fill at prices no rational investor would have accepted. Delta hedges look correct in isolation but blow up a portfolio in aggregate. The agentic version of that is just closer to the consumer, more frequent, and less forgiving on a settlement layer that does not permit a chargeback. Chasing the frontier where code meets belief has always required confronting this kind of incompleteness. The honest question is not whether we can eliminate it but who we trust to absorb the loss when it manifests.

I want to walk through the three technical stacks in detail, because the differences between them are not merely cosmetic, and the standard that wins the next eighteen months will shape how billions of microtransactions are authorized, contested, and ultimately absorbed into the cost of digital commerce. Then I want to make a contrarian argument that may unsettle some of my fellow evangelists: the encryption-versus-cards narrative that dominates crypto Twitter misreads what is actually happening. This is a standards war over the permission layer, and the battleground has almost nothing to do with which chain settles the transaction. Whoever convinces the most integrators to ship their spec first captures the network effect. The technical substance is a slow second to the choreography of adoption. In that respect, the contest between AP2, Agent Pay, and x402 looks uncomfortably familiar — it is the same contest that played out between OP Stack and ZK Stack, and the winner there was decided less by cryptographic elegance than by who could get the next ten consumer applications to deploy a chain on their framework. The most interesting variable in the next quarter is not which protocol is more elegant but which protocol gets a Coinbase Wallet integration, a Shopify plugin, or a Stripe SDK before the other two.

The Authorization Translation Problem

Every one of these protocols is, beneath the marketing, attempting to solve the same underlying problem: how does a natural language instruction like "book me a hotel in Lisbon under three hundred euros" become a set of verifiable, contestable parameters that a machine can execute and a human can later dispute? On the surface this looks like a UX question. It is not. It is a translation problem with the hardness of a compiler.

When I audited the original ERC-20 implementations in 2017 alongside a cohort of younger developers in an Austin hackathon, the gas optimization flaw we found was not a logic error. It was an incompleteness: the contract behaved exactly as specified, but the specification failed to capture a real-world edge case (reentrancy through fallback functions) that no one had thought to write down. The same shape of incompleteness governs agentic payments today. A user says "book me a hotel." An agent returns a result. The user says "that's not what I meant." Both are telling the truth. The mandate, if there is one, was a faithful translation of an underspecified intent. The protocol is cold; the evangelist is warm. What we are really arguing about is which cold protocol best approximates what the warm human meant.

Google AP2's answer to this is mandates. A mandate is a digitally signed record of the user's instruction, bound to the proposed purchase and the proposed payment, that can be presented later as evidence when the user claims the agent exceeded their authority. The crypto primitive underneath is familiar: an EIP-712 style signature, a payload, a hash. The novelty is the workflow — AP2 asks merchants and agents to exchange these signed payloads as part of the transaction, so that the merchant has proof the user authorized a specific price for a specific item, and the user has proof they only authorized that specific price for that specific item. If the merchant charged more, or shipped less, or delivered a downgrade, the signature becomes the basis for a dispute that has nothing to do with the card network. This is a meaningful shift. It moves dispute evidence from network rails (chargebacks governed by card association rules) to cryptographic rails (signatures governed by math and replay protection). It also, crucially, makes the dispute portable. The same mandate can be presented to a card issuer, a stablecoin issuer, a smart contract escrow, or a court of law. That portability is exactly what an agentic economy needs.

But mandates are only as good as the prompts that produced them. If a user types "I want a flight to Tokyo next month under a thousand dollars" into a chat interface and an LLM summarizes that as "book the cheapest flight to Tokyo between Sept 30 and Oct 31 with one checked bag," the signed mandate reflects the summary, not the original ask. The user can dispute the booking by arguing "I said under a thousand dollars; the agent booked me on a budget carrier I would never fly" — but the mandate says the user agreed to a flight on that carrier, and the merchant has done nothing wrong. The gap between permission (the signed instruction) and satisfaction (the user's actual preference) is a property of the prompt-summary-execution pipeline, not of the signature scheme. AP2 is a necessary, not sufficient, response to the problem.

Mastercard Agent Pay: The Card Network Strikes Back

Mastercard's Agent Pay takes a different angle. Rather than asking merchants and agents to exchange new signed mandates, it leans on the existing card network's authorization infrastructure and adds a layer on the consumer side that separates authorization (the right to spend) from authentication (proof of identity). The practical effect is that an agent can carry a tokenized card credential — a string of digits that resolves to the user's underlying account but cannot be reverse-engineered back to the card number — and use that credential to initiate purchases that flow through the existing chargeback and dispute machinery.

The advantage here is institutional. Card networks have spent fifty years building dispute workflows, fraud analytics, and merchant rules. When a charge is contested, there is a defined process, a defined timeline, and a defined set of remedies. The Consumer Financial Protection Bureau, in the United States, has codified these rights so that even when card association rules are unclear, the consumer retains a floor of protection. For an AI agent making purchases on behalf of a human, that floor matters: if the agent books the wrong hotel, the user can call the issuer, dispute the charge, and the issuer may reverse it. The card network has absorbed the risk of agentic error and priced it into interchange.

The disadvantage is friction. Card transactions have a floor cost — typically a percentage plus a fixed component — that makes per-call micropayments of two or three cents economically nonsensical. When the CryptoSlate analysis cites the example of paying two cents per query and repeating the query five hundred times for a ten dollar aggregate, it is pointing at a structural advantage of stablecoin-native rails over card rails. Card networks were not built for machine-to-machine flows of fractional cents. They were built for consumer purchases averaging forty to sixty dollars. The economics work there. They do not work at the per-request level that API monetization increasingly demands.

This is where the contrast between the three stacks sharpens. AP2 tries to add cryptographic evidence to a flow that still, presumably, runs over existing payment rails — card or stablecoin, the mandate is rail-agnostic. Agent Pay insists on the card rail and tries to retrofit agentic semantics onto it. x402 is the only one of the three that was designed from the start for the per-request economy. Whether that was vision or accident is a question worth asking. My read, based on watching Coinbase's product cadence for the last two years, is that it was largely vision — the team understood early that the dominant payment primitive of the 2030s would be the per-call API invoice, not the monthly SaaS subscription, and they wanted to own the standard for that primitive.

x402: HTTP-Native Payment and the Honest Refund

x402 is, at its core, a revival of an HTTP status code nobody ever used. HTTP 402 was reserved for "Payment Required" back in the early 1990s but never standardized. Coinbase and its partners have finally given it meaning: a server returns 402 with payment terms (amount, currency, destination address), the client constructs a payment, retries the request with proof of payment, and the server delivers the resource. There is no checkout flow, no JavaScript modal, no redirect to a wallet provider. The payment is part of the protocol exchange.

The design choice that matters most is settlement modality. x402 supports two modes. The first is exact-payment, where each request is settled atomically with a stablecoin transfer. The second is batch-settlement, where multiple requests accumulate in an escrow and are netted periodically. The difference sounds technical but determines whether the system can refund mistakes.

In exact-payment mode, the transfer is final. The agent pays, the server delivers, and if the user later decides the agent should not have paid, the only way to claw the money back is for the merchant to voluntarily send a new transfer. There is no chargeback, no reversal, no network-mediated refund. This is the structural consequence of using a public chain with irreversible transfers. It is also, frankly, the appropriate primitive for machine-to-machine flows where the buyer and seller are both software and both sides have cryptographic identity: a cheating merchant cannot hide, and a cheating buyer cannot reverse unilaterally. The dispute, when it arises, is resolved out of band — by reputation, by insurance, by escrow with a third party. The on-chain payment is the settlement, not the arbitration.

In batch-settlement mode, the escrow holds the funds and releases them according to rules negotiated between the parties. This is where refunds become mechanically possible without violating the irreversibility property of the chain — the funds simply do not move to the merchant until conditions are satisfied. But it also reintroduces the very thing blockchain was supposed to eliminate: a trusted third party holding funds. The escrow provider becomes the new chargeback mechanism, just one with different branding and different jurisdictional exposure.

This is the moment where I have to slow down and disagree with some of the more enthusiastic x402 marketing. The claim that x402 eliminates subscription friction is correct. The claim that it enables two-cent API calls is correct. The claim that it provides consumer-grade dispute protection is, in exact-payment mode, simply wrong. There is no dispute mechanism native to the protocol. The merchant's goodwill policy is the dispute mechanism. In batch-settlement mode with a competent escrow, the dispute mechanism is the escrow rules. Neither is automatic. Neither is portable. Neither benefits from fifty years of card-network legal infrastructure.

For machine-to-machine flows where both parties are API servers and neither side has strong consumer protection expectations, this is fine. For agentic consumer flows where a human is on the hook for what an LLM decided to do with their wallet, it is a serious gap. Any builder shipping an x402-based consumer experience today without a refund policy and an escrow layer is shipping a product with a built-in liability landmine.

The Task-Level Spending Problem

The CryptoSlate piece flags a related operational risk that I think is underappreciated: the retry loop. When an agent calls an API and the API times out, the agent has no way to know whether the request was processed. It retries. If the first request did succeed but the response was lost, the retry duplicates the charge. If the API is flaky enough, the retry happens twenty times and the user wakes up to find twenty charges for the same hotel booking.

This is not a theoretical concern. I watched my own testnet agent loop through thirty retries in the incident I described at the opening, and that was on a testnet where the only cost was my time. On mainnet, with a real wallet and real money, this is the kind of bug that ends careers. The mitigation the article points at is task-level spending tracking — the agent framework keeps a ledger of attempted versus completed transactions, deduplicates by intent hash, and refuses to retry a charge that already has an ambiguous confirmation.

But task-level tracking requires capabilities that are not yet standard in agent frameworks. LangChain, AutoGPT, CrewAI, and the other orchestration layers ship with primitive tool-calling loops but not with primitive accounting. Whoever ships that accounting first — the framework that natively binds a wallet to a budget, a budget to a task, and a task to a deduplicated outcome — will likely capture the agent framework layer of the next cycle. This is exactly the kind of infrastructure play that does not get attention on Crypto Twitter but determines which framework becomes the default for production agentic systems.

"Permission Is Not Satisfaction": The Hidden Fault Line Beneath AI Agent Payments

The Permission-Satisfaction Gap as a Permanent Property

I want to return to the central thesis I opened with, because it deserves more time than a single paragraph. The permission-satisfaction gap is the gap between what the user authorized and what would have actually satisfied the user. It is the difference between "I said book me a hotel under three hundred euros" and "I actually wanted a boutique hotel in the Alfama district with a view of the Tagus, not a chain hotel near the airport." Any signed mandate captures the first sentence. No signed mandate can capture the second.

This gap is not a defect that better prompting or better mandate schemas can close. It is structural. Human preferences are high-dimensional, context-dependent, and often contradictory. We want a cheap flight but also a comfortable seat. We want a fast hotel booking but also the perfect neighborhood. We want an autonomous agent that handles the tedious parts but also one that checks with us on the important ones. Every mandate schema will underspecify some of these dimensions, and the underspecification is where disputes live.

In the silence of the chain, we hear the future. What we hear, in this case, is that the future of agentic payments will be characterized by a steady stream of small, irrecoverable mismatches between intent and execution. Some of those mismatches will be resolved by merchant goodwill. Some will be absorbed by escrow. Some will be litigated. Some will be insured. Some will simply be lost. The market will price that loss into the cost of every agentic transaction, the way it has priced fraud and chargeback fees into every card transaction today. The result will be that "autonomous" agentic payments are not actually zero-friction — they are friction-shifted, with the friction moved from explicit checkout to implicit insurance, escrow, and dispute overhead.

My Own Run at the Problem

I should pause here and admit that I have tried to build something in this space. In 2024, as part of the AI+Crypto convergence work I have been doing, I piloted a small system that connected an autonomous AI agent to a decentralized identity protocol and gave the agent a bounded spending allowance denominated in USDC. The goal was to demonstrate that a verifiable credential — proof the user was human, proof the user had authorized a specific mandate, proof the user had set a specific budget — could flow alongside the payment and serve as the dispute evidence if anything went wrong.

The pilot taught me three things. First, the verifiable credential flow works, and it is genuinely cheaper than the equivalent flow on card rails. A signed mandate plus a stablecoin transfer plus an on-chain escrow is technically elegant and operationally cheap. Second, the UX is terrible. Asking a consumer to mint a verifiable credential, sign a mandate, configure an escrow, and connect a wallet is at least five steps more friction than tapping a card. We are not going to win the consumer flow on friction alone; we have to win it on capability (micropayments, machine-to-machine) where the card cannot follow. Third, and most painfully, the system I built could not tell me with confidence whether the agent had done the right thing. I could verify the agent followed the mandate. I could not verify the mandate reflected the user's true preference. The gap remained. Curiosity is the only leverage in DeFi Summer, and in the AI agent summer that we are entering, curiosity is the only leverage in debugging this gap. We will close it incrementally, never completely.

The Contrarian Reading: This Is Not a Crypto-vs-Cards Story

Here is the contrarian angle I promised. The dominant narrative in crypto media, including the framing of the CryptoSlate piece itself, treats the agentic payments race as a contest between traditional card networks (Mastercard Agent Pay, Visa's parallel efforts) and the new crypto-native standard (x402). Google AP2 is treated as a neutral arbiter trying to define the protocol layer above the rails.

That narrative is wrong, or at least incomplete. The real contest is over the authorization schema. Once the schema is set, the underlying rail is swappable. A signed mandate can ride on a card charge, a stablecoin transfer, a bank ACH, or a CBDC. The merchant does not care which rail settles, as long as the funds arrive and the dispute evidence is portable. The agent framework does not care which rail settles, as long as the wallet can sign and broadcast the payment. The user does not care which rail settles, as long as the authorization schema matches what they meant.

This means x402's biggest structural advantage is not stablecoin settlement — it is the HTTP-native design that makes mandates expressible in the same protocol layer as the resource request. AP2's biggest advantage is not Google's brand — it is the cross-rail portability of its mandate schema. Agent Pay's biggest advantage is not Mastercard's network — it is the institutional dispute infrastructure that absorbs the friction the other two leave externalized.

The winner of the next eighteen months will not be determined by which protocol is more cryptographically elegant. It will be determined by which protocol gets embedded in the next Stripe SDK, the next Shopify plugin, the next wallet release, the next agent framework default. This is the same pattern we have seen in Layer 2: the difference between OP Stack and ZK Stack is not really cryptographic. It is who can convince more projects to deploy chains first. Once that conviction is established, the network effect locks in regardless of the underlying technical merits.

For crypto-native builders, this is a sobering framing. It means that building a better x402 is less important than getting x402 into the hands of the next ten thousand API providers. It means that mandate portability is more important than mandate sophistication. It means that the crypto community should be investing its energy in integrators and adoption, not in re-arguing the cryptographic case for stablecoin settlement. The case is won. The adoption is not.

It also means that Mastercard's September 8 report, for all its marketing flavor, is correctly identifying the size of the prize. If even a fraction of one-in-ten consumers actually do delegate shopping to AI agents by 2030, the value at stake is measured in trillions of dollars of payment volume and tens of billions of dollars of interchange and processing fees. Whoever owns the authorization schema for that volume captures a durable rent. The cards want that rent. Google wants that rent. Coinbase wants that rent. The CFPB, quietly, may also want a slice of it — every new payment modality eventually accretes consumer protection regulation around itself, and the entity that helps write the rules often gets to operate under them.

The Regulatory Vacuum and What Will Fill It

The CryptoSlate piece cites the CFPB's codified dispute rights under Regulation Z, which gives consumers a floor of protection regardless of what card association rules say. That is the floor that Agent Pay leans on and that x402 has no direct equivalent to. In the consumer agentic flow, the floor matters enormously: if an LLM-driven agent books the wrong hotel, charges the right amount to the right card, but delivers a result the user would never have accepted, the user needs a remedy. Card rails provide one (slow, contested, but real). x402 in exact-payment mode provides none. x402 in batch-settlement mode provides whatever the escrow rules say, which today is undefined for consumer flows.

This is the regulatory vacuum that will be filled over the next three to five years. I expect three things to happen, in roughly this order. First, the card networks will push hard to keep agentic flows on card rails, partly through Agent Pay and partly through regulatory pressure ("you cannot offer consumer AI shopping without chargeback-equivalent protection"). Second, the CFPB and its international equivalents will issue guidance, then rules, on what consumer protection in agentic flows looks like. Third, the crypto-native stacks will be forced to either adopt escrow-and-insurance models that look a lot like the card model, or accept that their addressable market is machine-to-machine rather than consumer-to-merchant.

That last point is the one most often missed in the bullish crypto takes on x402. The structural advantage x402 has over card rails is the per-call micropayment economy. The structural disadvantage is the lack of dispute infrastructure. The two advantages are not symmetric. The micropayment economy does not need consumer protection — it is API servers paying API servers, both with cryptographic identity, both with reputational stake. The consumer economy absolutely needs consumer protection. So x402 will likely dominate the machine-to-machine flow (API monetization, AI-to-AI payments, decentralized compute markets) and cede the consumer flow to the card networks (Mastercard Agent Pay, Visa, and any future bank-issued equivalent) unless the crypto industry builds dispute infrastructure on top of x402. Building that infrastructure is not glamorous. It looks like insurance products, escrow-as-a-service, reputation systems, and out-of-band arbitration. None of that is exciting on Crypto Twitter. All of it is necessary if x402 is ever going to be more than a B2B standard.

What Gets Built If the Standards Stay Fragmented

The most likely eighteen-month outcome is not a single winner but a stable, fragmented stack. AP2 mandates will be adopted as the cross-rail authorization schema, used by both card networks and stablecoin issuers, because the portability is too valuable to give up. Mastercard Agent Pay will continue to dominate consumer flows through the existing card rails and dispute infrastructure. x402 will dominate machine-to-machine flows because its protocol design is genuinely the best fit for that workload. Coinbase's strategic goal, I suspect, is not to win consumer flows directly but to make x402 so deeply embedded in API monetization, AI agent frameworks, and stablecoin wallet SDKs that every consumer agentic flow eventually has to interoperate with it at some layer.

If that fragmented outcome materializes, the value capture looks different from the cleanest crypto narratives. The stablecoin issuers (Circle, Tether, and whoever emerges in the next regulatory cycle) capture value from the increased transaction volume. The wallet providers (Coinbase Wallet, MetaMask, Phantom, and the next generation of spending-aware wallets) capture value from being the user interface for mandate signing and budget configuration. The escrow and insurance providers (a category that barely exists today) capture value from absorbing the dispute risk that the protocols do not handle. The card networks capture value from continuing to dominate the consumer flow that is too expensive and too risky for crypto-native stacks to attack directly.

This is a less exciting vision than "crypto wins agentic payments." It is also more honest. The protocol is cold; the evangelist is warm. The cold protocol that wins is the one that gets integrated. The warm evangelist's job is to make sure that, as the integrations happen, the values we claim to care about — permission, portability, verifiability, optionality — actually survive the transition from whitepaper to production. Art is the glitch that proves we are human. The glitch in this transition will be the places where the protocol does not capture what the human meant. We should be designing for those glitches, not pretending they will not exist.

Where I Place My Bets

So what does an evangelist do with this analysis? I will keep doing what I have been doing: building small pilots, auditing the spending logic of agents, and writing about what breaks. The most underpriced opportunity I see in this space is not a token, not a Layer 2, not an LLM — it is the boring, unsexy work of building mandate infrastructure that survives prompt injection, retry loops, and merchant misbehavior. Whoever builds a mandate layer that is portable across card and stablecoin rails, deduplicates against retry loops, and binds to a verifiable escrow with consumer-grade dispute defaults will own a piece of infrastructure that the agentic economy cannot function without. That is the kind of infrastructure play that does not get a token launch and does not get a Binance listing, but it gets deployed in production by every agent framework that wants to ship to consumers.

I am also keeping a close eye on a second-order question that the CryptoSlate piece gestures at but does not develop. Bitcoin post-ETF has become Wall Street's toy, a settlement asset for institutional balance sheets rather than the peer-to-peer electronic cash Satoshi originally described. The same institutional convergence is happening in real time to the agentic payments space. Whoever owns the authorization schema for AI agent purchases will, in five years, look a lot like the company that owns the ACH network today — invisible, ubiquitous, and extracting rent from every transaction that crosses the layer. If that company is a crypto-native infrastructure provider, the original cypherpunk dream survives in some attenuated form. If that company is Mastercard, Visa, or a bank consortium, the dream is fully absorbed into the existing financial system. The choice is being made right now, in the integrator partnerships being signed this quarter and the SDK defaults being set in the next agent framework release. It is not being made in the whitepapers or the Twitter debates. It is being made in the unglamorous work of integration, support, and trust.

The Question We Will Be Answering for the Next Decade

The CryptoSlate piece ends abruptly, with the suggestion that on-chain systems will need to provide advertising-room proof, cancellation terms, and signed authorization instructions as a complete evidence chain. That is correct but incomplete. The complete evidence chain also needs to be portable across rails, durable across vendor changes, and legible to a regulator who is not yet paying attention to agentic flows but will be within twenty-four months of the first widely reported consumer loss.

The deeper question is whether the agentic economy will be one in which permission and satisfaction converge through better mandate design, or one in which they remain permanently apart and we build a parallel apparatus of insurance, escrow, and arbitration to absorb the gap. My honest read is that they will remain permanently apart. The mandate will get better. The gap will not close. We will spend the next decade building the apparatus around it. The protocols that succeed will be the ones that acknowledge the gap openly and design for it from day one, rather than the ones that promise frictionless autonomous payments and discover the gap in production.

So here is the question I will leave you with, and it is one I have been sitting with since that testnet agent burned thirty dollars in ninety seconds while I watched: when an AI agent acts on your behalf and the action is faithful to the permission you granted but contrary to the satisfaction you would have wanted, who absorbs the loss? The merchant, because their goodwill policy says so? The escrow provider, because their rules say so? The insurance product, because its actuarial table priced that risk into your premium? The card network, because Regulation Z gave you a floor? Or do you, the user, absorb it as the cost of delegating decisions to a machine that does not fully understand you? The answer will not be the same across all five of those parties, and the protocol that wins will be the one that makes the answer legible, predictable, and contestable. The protocol that loses will be the one that pretends the question does not exist.

Market Prices

BTC Bitcoin
$81,242.2 +0.40%
ETH Ethereum
$2,658.89 +1.94%
SOL Solana
$111.32 +1.70%
BNB BNB Chain
$781.4 +2.94%
XRP XRP Ledger
$1.41 +1.32%
DOGE Dogecoin
$0.0879 +1.34%
ADA Cardano
$0.2293 +2.09%
AVAX Avalanche
$11.22 +16.79%
DOT Polkadot
$1.15 +3.85%
LINK Chainlink
$12.57 +3.09%

Fear & Greed

70

Greed

Market Sentiment

Event Calendar

{{年份}}
28
03
unlock Arbitrum Token Unlock

92 million ARB released

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

12
05
halving BCH Halving

Block reward halving event

18
03
unlock Sui Token Unlock

Team and early investor shares released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

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 →
# Coin Price
1
Bitcoin BTC
$81,242.2
1
Ethereum ETH
$2,658.89
1
Solana SOL
$111.32
1
BNB Chain BNB
$781.4
1
XRP Ledger XRP
$1.41
1
Dogecoin DOGE
$0.0879
1
Cardano ADA
$0.2293
1
Avalanche AVAX
$11.22
1
Polkadot DOT
$1.15
1
Chainlink LINK
$12.57

🐋 Whale Tracker

🟢
0x65bd...b0d5
1d ago
In
4,580,340 USDT
🔴
0xe5fa...dd10
6h ago
Out
3,272.02 BTC
🔵
0x3e61...0aea
1d ago
Stake
306.72 BTC

💡 Smart Money

0xbca4...b2d6
Market Maker
+$1.2M
91%
0xb71e...0aa7
Early Investor
+$5.0M
92%
0xdec7...4ba5
Arbitrage Bot
+$1.3M
75%

Tools

All →