ERC-4337, the Ethereum account abstraction standard, simplifies account management and transaction fee payment in decentralized applications by introducing programmable smart contract wallets and gas sponsorship via paymasters. However, its heavy reliance on on-chain validation and frequent state updates incurs substantial gas overhead, leading to performance bottlenecks and limiting scalability in large-scale deployments. To mitigate these issues, we propose GasLiteAA, a framework that optimize ERC-4337 by offloading paymaster logic to Trusted Execution Environments (TEE). GasLiteAA delegates the secure execution of stateful gas sponsorship logic and user quota management to TEE, enforcing validation rules off-chain while anchoring their integrity on-chain via lightweight cryptographic attestations. This verifiable offloading architecture significantly reduces on-chain computation and storage costs without sacrificing verifiability or decentralization. Experimental results demonstrate that GasLiteAA substantially lowers transaction fees, while remaining fully compatible with Ethereum Layer 1. By balancing security, efficiency, and deployability, GasLiteAA provides a practical and scalable approach to gas sponsorship for account-abstraction-based decentralized applications.
翻译:ERC-4337以太坊账户抽象标准通过引入可编程智能合约钱包及支付主驱动的Gas赞助机制,简化了去中心化应用中的账户管理与交易手续费支付。然而,该标准高度依赖链上验证与频繁状态更新,导致大量Gas开销,形成性能瓶颈并限制大规模部署的可扩展性。为缓解这些问题,我们提出GasLiteAA框架——通过将支付主逻辑卸载至可信执行环境来优化ERC-4337。GasLiteAA将带状态Gas赞助逻辑与用户配额管理模块的安全执行委托给TEE,在链下实施验证规则的同时,通过轻量级密码学认证锚定其链上完整性。这种可验证的卸载架构在无需牺牲可验证性或去中心化程度的前提下,显著降低了链上计算与存储成本。实验结果表明,GasLiteAA在保持与以太坊第一层完全兼容的同时,大幅降低了交易费用。通过平衡安全性、效率与可部署性,GasLiteAA为基于账户抽象的去中心化应用提供了实用且可扩展的Gas赞助方案。