Why these Contracts Exist
Stablecoins today are treated like generic ERC-20 tokens. That works at small scale, but creates friction when used for real financial flows:- Fees must be paid in a separate gas token
- Every app or wallet has to manage its own paymaster
- Private payments are not possible
The Three Modules
Zero-Fee USD₮ Transfers
A protocol-managed paymaster system that lets users send USD₮ without paying gas. Identity-based rate limits prevent abuse. Developers can routetransfer
and transferFrom
calls through standard smart account flows using Plasma’s prebuilt paymaster. No XPL required, no third-party relayers.
Custom Gas Tokens
Users can pay for any transaction using whitelisted stablecoins like USD₮ or BTC. Plasma runs an ERC-20 paymaster that handles pricing and gas payment directly. No swaps, no balance routing, and no dependency on holding native gas.Confidential Payments
A private transfer system for stablecoins with shielded amounts and metadata. Built for payroll, B2B flows, and financial apps that require privacy without compromising EVM compatibility. Each module is operated by the Plasma protocol. The chain handles enforcement, pricing, and coordination under the hood.Fully Compatible by Design
All contracts:- Use standard Solidity and ERC interfaces
- Work with any EVM wallet or contract system
- Support EIP-4337 or EIP-7702
Why it Lives in the Protocol
These systems can be built externally. But when done by individual apps, they are expensive to maintain, hard to standardize, and rarely interoperable. By operating them at the protocol level, Plasma can:- Ensure consistency across all applications
- Subsidize gas without third-party funding tokens
- Apply shared limits and controls
- Integrate deeply with block production and execution logic
What to Expect
The stablecoin-native contract suite will launch shortly after mainnet beta. The first release will include:- Zero-fee USD₮ transfers
- Custom gas tokens for USD₮ and BTC