Bypassing the Gas Crisis: ERC-4337 Paymasters on L2 Networks
By Protocol Engineering · June 15, 2026 · 5 min read
The gas fee friction
One of the largest hurdles to mainstream blockchain adoption is gas fees. Forcing a user to buy and hold ETH or MATIC just to transfer USDC is a poor experience. If a user holds $50 of USDC, they should be able to send it immediately — without buying a gas token first.
Account abstraction & Paymasters
Furlpay leverages ERC-4337 account abstraction to solve this. Every Furlpay wallet is a deployed Safe smart-contract account. When a transaction is submitted:
- The transaction is packaged as a UserOperation.
- It is sent to a Paymaster contract on-chain.
- The Paymaster pays the network gas fee (in ETH) to the validator.
- The Paymaster then deducts the equivalent value in USDC from the transaction — or sponsors the fee entirely for promotional tiers.
[ User Action ] ──(USDC)──> [ Paymaster Contract ] ──(ETH gas paid)──> [ Blockchain Network ]
This gas abstraction makes stablecoin transactions feel exactly like traditional Web2 payments — smooth, fast and free of blockchain jargon.
More in Engineering
Designing 2-of-2 MPC Key Generation for Self-Custody
No single private key is ever generated. Here's how Furlpay splits signing across a device passkey share and an HSM policy share.
June 28, 2026 · 6 min read
Solving Card Declines: Time-Locked Pre-Authorization Escrows
Why self-custodial cards get declined at gas pumps and hotels — and how Furlpay's time-locked escrow contracts fix pre-authorization holds.
June 1, 2026 · 5 min read
The Death of the Seed Phrase: WebAuthn & Device Trust
Furlpay replaces the 12-word seed phrase with phishing-resistant WebAuthn passkeys bound to your device's secure hardware.
May 28, 2026 · 5 min read