This feature is under active development. Implementation details may evolve as we validate approaches for performance, security, and compatibility.
Plasma allows users to pay for any transaction using whitelisted ERC-20 tokens like USD₮ or BTC. There is no need to hold or manage the native token (XPL). This improves UX while preserving full EVM compatibility.The feature is powered by a protocol-managed ERC-20 paymaster maintained by Plasma. Developers do not need to run or integrate their own gas abstraction logic. Wallets can support stablecoin-native flows with minimal changes.
Most chains still require users to hold a native token for gas. This breaks the user experience for stablecoin-first apps.External paymasters attempt to solve this, but they introduce their own tradeoffs:
They often charge a fee or markup
Pricing and access controls are inconsistent
Reliability depends on third-party funding and uptime
Plasma takes a different approach. The protocol operates a standard EIP-4337 paymaster that enables seamless, fee-free gas payments in stablecoins. This removes friction for users and avoids complexity for developers.