NatConsensus

Market Prices

Coin Price 24h
BTC Bitcoin
$79,707.4 -1.78%
ETH Ethereum
$2,454.43 -1.60%
SOL Solana
$101.7 -2.33%
BNB BNB Chain
$718.2 -0.48%
XRP XRP Ledger
$1.4 -3.70%
DOGE Dogecoin
$0.0847 -3.27%
ADA Cardano
$0.2108 -4.01%
AVAX Avalanche
$7.35 -2.07%
DOT Polkadot
$0.8710 -1.77%
LINK Chainlink
$11.64 -1.61%

Fear & Greed

74

Greed

Market Sentiment

Event Calendar

{{年份}}
08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

18
03
unlock Sui Token Unlock

Team and early investor shares released

28
03
unlock Arbitrum Token Unlock

92 million ARB released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

12
05
halving BCH Halving

Block reward halving event

Altseason Index

41

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
$79,707.4
1
Ethereum
ETH
$2,454.43
1
Solana
SOL
$101.7
1
BNB Chain
BNB
$718.2
1
XRP Ledger
XRP
$1.4
1
Dogecoin
DOGE
$0.0847
1
Cardano
ADA
$0.2108
1
Avalanche
AVAX
$7.35
1
Polkadot
DOT
$0.8710
1
Chainlink
LINK
$11.64

🐋 Whale Tracker

🔴
0x7565...402e
1h ago
Out
387 ETH
🟢
0xd063...32b1
6h ago
In
24,984 BNB
🟢
0x9da2...396e
12h ago
In
5,592,291 DOGE

💡 Smart Money

0x718b...abe6
Top DeFi Miner
+$4.8M
62%
0x90c1...23a3
Experienced On-chain Trader
+$0.6M
71%
0xccc4...09e7
Market Maker
+$2.9M
89%

🧮 Tools

All →
Culture

The Bank of Italy's Stablecoin Study: A 0.4% Truth They Didn't Want to Hear

BitBoy

Here is the error: the narrative that stablecoins will replace bank rails for cross-border payments has been running on the assumption that blockchain is the bottleneck. The Bank of Italy's recent empirical study, based on a "mystery shopping" experiment across 10 remittance corridors using USDC, reveals a paradox that shatters that assumption. The on-chain transfer cost averaged 0.4% of the total transaction. The remaining 99.6% of the cost came from the off-chain fiat bridges—the bank accounts, the exchange fees, the currency conversion, the cash withdrawal. This is not a marginal finding. It is a fundamental structural reality that the industry has been ignoring. The blockchain is not the bottleneck. The real friction is where code meets the analog world of banking licenses, KYC queues, and local payment networks like Pix or TIPS. And that friction is not going to be solved by a faster L2 or a more efficient consensus algorithm.

Let me back up. I've spent the last five years auditing DeFi protocols, from the Curve stability pool down to the EVM opcode level. I've seen teams optimize transaction costs by 0.01% while ignoring that their entire user base is paying 3% to get fiat into the system. The Bank of Italy's study is the first rigorous, central-bank-level empirical evidence that confirms what I've been seeing in the field: the chain is not the problem, the off-ramp is.

Context: The Study's Architecture

The study, published by the Bank of Italy's research department, used a controlled experiment: 200 USDC sent across 10 corridors—from Italy to Brazil, Argentina, South Africa, UAE, Japan, and others. The researchers acted as "mystery shoppers," tracking every cost component from the moment the sender converted fiat to USDC to the moment the recipient withdrew cash. The remittance channels included both centralized exchanges (e.g., Coinbase, Binance) and peer-to-peer methods. The control group used traditional services like Wise and bank wire transfers.

The key finding is deceptively simple: the total cost of a stablecoin remittance ranged from 0.3% to 9% of the principal, depending on the corridor. The on-chain transfer cost—the part that happens on the blockchain—was always less than 0.5% and often below 0.2%. The remaining 99% of the cost was concentrated in the on-ramp (buying USDC with fiat), the currency exchange, and the off-ramp (converting USDC back to local cash).

Tracing the gas leak where logic bled into code: this is the point where the ideal of a frictionless global payment system collides with the reality of legacy financial infrastructure. The blockchain is the gas-efficient portion; the off-chain bridges are the gas leak.

Core: Dissecting the Five-Phase Payment Stack

Based on my own audit work, I've broken down the stablecoin payment process into five distinct phases. The Bank of Italy's study provides granular data on each:

  1. Fiat On-Ramp: The sender converts local currency to USDC. This is where the cost is highest. In the UAE corridor, the sender had no bank transfer option—only a credit card with a 3.8% surcharge. In other corridors, the cost was 0.5% to 2% depending on the exchange and payment method. This phase is entirely dependent on the local banking system's willingness to service crypto exchanges. The study found that when banks block or limit access (as in the UAE), the user is forced into expensive alternative channels.
  1. Blockchain Transfer: The actual USDC transfer from sender to recipient. This cost averaged 0.4%—often less than $0.20 for a $200 transfer. This is the only phase where blockchain technology provides a clear advantage over traditional SWIFT-based transfers, which can cost $10-$50 plus hidden FX fees.
  1. Currency Conversion: If the recipient needs local currency, the USDC must be sold. This usually happens on a centralized exchange or a P2P platform. The study did not break this out separately, but it is embedded in the total cost. In corridors with deep liquidity (e.g., Brazil), the spread was tight; in South Africa, it was wider.
  1. Fiat Off-Ramp: The recipient converts USDC back to local fiat. This is the mirror of the on-ramp, with similar costs. In Brazil, the presence of Pix (the instant payment system) allowed for near-zero-cost off-ramping. In South Africa, the absence of such a system meant the recipient had to use a bank transfer that took 1-2 days and cost up to 3%.
  1. Cash Withdrawal: The final step of getting physical cash. This is often overlooked but can add another 1-2% if the recipient uses an ATM with high fees.

The data from the study is unambiguous: the blockchain phase accounts for less than 0.5% of total cost, but the cumulative cost of the four off-chain phases can exceed 9%. This is not a margin issue; it is a structural issue.

During my audit of the Curve Finance stability pool in 2020, I spent three weeks isolating an integer division bug that allowed infinite minting. I learned that the real vulnerability was not in the Solidity code but in the arithmetic assumptions. Similarly, here the vulnerability is not in the blockchain but in the fiat bridge. The market has been optimizing the wrong part of the stack.

The Inflection Point: Pix vs. South Africa

The study's most revealing data point is the comparison between Brazil (with Pix) and South Africa (without). In Brazil, the entire stablecoin remittance—from on-ramp to off-ramp—completed in under 20 minutes, with total cost near 0.3%. In South Africa, the same process took 1-2 days and cost over 5%. The difference is not the blockchain; it is the availability of an instant payment system at the money transfer point.

This is a critical finding for anyone building a stablecoin payment product. The efficiency of the blockchain is irrelevant if the destination country's payment infrastructure is poor. The stablecoin is not a substitution for the local payment rail; it is an overlay. It inherits the limitations of the underlying fiat system.

Regulatory Blowback: The Japan Case

The study also examined Japan, where the regulatory framework is relatively strict. The Bank of Italy found that Japanese users were often pushed toward unregulated wallets and P2P markets because compliant exchanges were too expensive or inconvenient. This is a classic case of regulatory overreach causing risk externalization. The regulators intended to protect consumers, but they inadvertently created a shadow market.

Governance is just code with a social layer. The Bank of Italy's study is, in itself, a regulatory signal. By choosing to publish this empirical work, the Bank of Italy is indicating that stablecoins are not a panacea and that the regulatory framework (MiCA) should be cautious. The study provides ammunition for those who want to keep stablecoins within the traditional banking perimeter rather than allowing them to become a parallel system.

Contrarian: The Study Is Not a Death Knell—It's a Roadmap

Here is the counterintuitive take: the Bank of Italy's findings actually strengthen the long-term case for stablecoins, but only if the industry shifts its focus. The fact that the on-chain cost is negligible means that the technology is ready. The bottleneck is the off-chain infrastructure, and that is a solvable problem—not a technical one, but a regulatory and commercial one.

The study implicitly points to the next generation of stablecoin products: direct bank API integrations for on-ramps, partnerships with local instant payment systems like Pix, and compliant off-ramps that connect to the national payment rails. The winners will not be the fastest L2s; they will be the companies that can negotiate bank partnerships and regulatory approvals.

From my experience auditing a DeFi payment protocol earlier this year, I saw the same pattern. The smart contract was secure, but the bank API integration was a ticking time bomb—the protocol relied on a single US-based partner bank that could freeze the on-ramp at any time. The developers were optimizing gas fees while ignoring the existential risk of the on-ramp partner.

Optics are fragile; state transitions are absolute. The market narrative of "stablecoins replacing banks" is based on optical comparisons of on-chain costs. But the state transition—the actual movement of money from sender to recipient—is absolute. And that state transition is still heavily dependent on the banking system.

Takeaway: The Exploit Is in the Policy Layer

In the silence of the block, the exploit screams. The Bank of Italy's study is not a warning; it is a roadmap. The real exploit is not in the code but in the policy layer. The industry has been treating the blockchain as the solution to the cross-border payment problem, but the blockchain is only one component. The other components—the on-ramp, the off-ramp, the currency conversion, the local payment rails—are all legacy systems that require legacy solutions: bank licenses, regulatory compliance, and political negotiation.

The forward-looking question is not whether stablecoins will replace bank rails, but when the banks will adopt stablecoins as part of their own infrastructure. The Bank of Italy's study suggests that the path to adoption is not through competition with the banking system, but through integration. The next major vulnerability for stablecoin projects will not be a smart contract bug; it will be a regulatory change that cuts off their on-ramp.

Every governance token is a vote with a price. The price of the stablecoin governance vote is the cost of compliance. The Bank of Italy has just shown us that the bill is due.