This feature is under active development. Implementation details may evolve as we validate approaches for performance, security, and compatibility.
How it Works
Plasma maintains a dedicated paymaster contract that allows verified users to send USD₮ without holding XPL. The system is simple to adopt, wallet-agnostic, and enforced by protocol-operated logic.1. Paymaster Contract
The core of the system is a non-general-purpose paymaster built around a single rule: sponsor only verified USD₮ transfers.- Scoped to
transfer()
andtransferFrom()
calls to the official USD₮ token - Validates eligibility based on verification status and rate conditions
- Covers gas costs using a pre-funded XPL balance from the Plasma Foundation
2. Identity Verification
To prevent spam or Sybil abuse, users must complete lightweight identity verification before accessing fee-free transfers. We are actively evaluating multiple options for this layer, including:- zkEmail or zkPhone-based attestations
- Cloudflare Turnstile or Friendly Captcha
- Signature-based allowlists with expiration
We are continuously innovating on anti-spam features to protect this feature from possible attack vectors.
3. Rate Limits
Usage is capped per wallet to ensure fair access and cost control. Limits may be enforced as:- A rolling cap on subsidized USD₮ transfers (e.g. 5 per 24 hours)
- A gating condition inside the paymaster that checks wallet history or sponsorship frequency
4. Reserved Blockspace (Planned)
To guarantee predictable inclusion under congestion, Plasma is exploring a priority blockspace model changing Reth’s block building logic. This would involve:- Tagging eligible USD₮ transfers routed through the paymaster
- Segregating them into a dedicated mempool or mempool subset
- Modifying Reth’s block builder to reserve part of the block’s gas for tagged transactions
5. Wallet Compatibility
Any EVM compatible wallet can support gasless USD₮ transfers without modification. The paymaster system is compatible with:- EIP-4337 smart contract accounts
- EIP-7702 flows for upgraded EOAs
- Standard wallets integrating with paymaster-aware bundlers
Funding and Economics
The paymaster is funded by the Plasma Foundation. Gas costs are covered at the moment of sponsorship not reimbursed after the fact. Users never need to hold XPL or pay upfront. The system does not mint or reward anything. Subsidies are:- Transparent and observable
- Spent only when real USD₮ transfers are executed
- Controlled by verification and rate limits
Why this Matters
Stablecoin transfers are the core use case on Plasma. But fee friction limits adoption, especially in high-frequency or low-value flows. By offering fee-free USD₮ transfers as a chain-native feature, Plasma can:- Improve UX without wallets needing gas tokens
- Enable smart contract adoption in emerging markets
- Make stablecoin flows viable for messaging, micropayments, and commerce
What to Expect
Zero-fee USD₮ transfers will launch shortly after mainnet beta. The initial release will include:- A protocol-operated EIP-4337 paymaster
- Lightweight identity verification for eligibility
- Integration examples and testnet access for wallets and developers