English

GasLiteAA: Optimizing ERC-4337 for Efficient and Secure Gas Sponsorship

Computational Engineering, Finance, and Science 2026-04-14 v1 Cryptography and Security

Abstract

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.

Cite

@article{arxiv.2604.10160,
  title  = {GasLiteAA: Optimizing ERC-4337 for Efficient and Secure Gas Sponsorship},
  author = {Hongxu Su and Mingzhe Liu and Jie Xu and Xiaohua Jia and Xuechao Wang},
  journal= {arXiv preprint arXiv:2604.10160},
  year   = {2026}
}

Comments

9 pages, 4 figures, accepted at 2026 IEEE International Conference on Blockchain and Cryptocurrency (ICBC)

R2 v1 2026-07-01T12:04:17.310Z