The chain didn’t break. The assumptions did.
PayPal runs two stablecoins. One is a known entity: PYUSD, launched in 2023, embedded in the company’s payment rails, minted via Paxos, and audited by the usual suspects. The other is a ghost: Open USD. No contract address. No audit trail. No technical specification. Just a name in a press release, described as a “risk hedge.”
I spent three months in 2020 stress-testing Compound Finance’s lending pools. I found an integer overflow in their interest rate module by simulating flash loans. That taught me one thing: redundant code paths don’t reduce risk. They amplify it. PayPal’s dual-stablecoin approach looks like a textbook case of the same fallacy.
Context
PayPal’s stablecoin ambitions are not new. PYUSD is a straightforward ERC-20 token, later ported to Solana, fully collateralized by US dollars and short-term Treasuries. It targets the intersection of e-commerce and crypto payments. The second token, Open USD, was mentioned in a research report as a separate project, but the report provided zero technical details: no contract architecture, no reserve mechanism, no chain preference. The report’s author called it a “headge” against regulatory uncertainty—a claim that begs for forensic dissection.
Core: The Code-Level Analysis
From a protocol engineer’s perspective, the dual-stablecoin model is indefensible. Let me walk through the numbers.
1. Contract Redundancy Adds Attack Surface
PYUSD’s Ethereum contract is a standard ERC-20 with blacklist functions and a pause mechanism. In February 2024, a double-spend vulnerability forced a pause. That’s fine—centralized control is a feature, not a bug, for regulated stablecoins. But running two separate contracts means two separate audit scopes, two sets of upgrade keys, and two operational dashboards. In my 2022 Layer2 research, I found that multiproof systems increase latency by 40% due to synchronization overhead. The same principle applies here: every extra contract is a new failure point.
2. Liquidity Fragmentation Is Inevitable
DeFi composability requires liquidity concentration. Uniswap pools for PYUSD exist, but splitting that liquidity across two PayPal-branded tokens creates slippage and confusion. Imagine a user depositing PYUSD into a lending protocol, only to receive Open USD as collateral. The two are not fungible. The arbitrage spreads will bleed value from both. Audit reports are marketing, not guarantees. A dual-token system doesn’t hedge risk; it splits it into two smaller, less liquid pools.

3. Operating Cost Math
Based on my institutional custody review in 2024, maintaining a stablecoin reserve costs roughly $1.2 million per year in audit, compliance, and custody fees. Two tokens double that cost. The report claims this is a “headge” against regulatory risk. But regulatory risk isn’t technical. If the SEC targets PayPal, having two tokens won’t save one. The chain didn’t break. The assumptions did.
Contrarian: The Blind Spots
The report’s “headge” narrative is a red herring. The real purpose is likely commercial segmentation: PYUSD for regulated US markets, Open USD for offshore or unregulated corridors. But that’s not a technical hedge—it’s a corporate strategy disguised as protocol design.

The blind spot is security. Both tokens are centralized. The issuer can freeze addresses, pause transfers, and seize funds. That’s not a vulnerability; it’s a feature of the design. But the assumption that two tokens provide “redundancy” is false. If one token is compromised, the brand damage spills over to the other. Users don’t distinguish between PYUSD and Open USD in their mental model. They see “PayPal stablecoin.”
Another blind spot: the report’s analysis was based on only three data points. No block explorer data, no GitHub commits, no transaction logs. The entire “technical” section was built on industry knowledge, not on the project’s own code. Code is law until the exploit happens. Without access to Open USD’s contract, any analysis is speculative.
Takeaway: Vulnerability Forecast
PayPal’s dual-stablecoin strategy will not survive the next bear market. One of these tokens will be abandoned within two years. The market doesn’t need two PayPal-branded stablecoins. The only question is which one gets the axe—and whether the salvage operation introduces more bugs than it fixes.