Why bundling saves gas

  • One transaction, shared overhead. Instead of paying per‑transaction base costs multiple times, you pay them once.
  • Warm storage & reused context. Within a single transaction, repeated data access become warm accesses, which are cheaper than touching the same data in separate transactions.
Savings vary by chain, market conditions, and strategy shape. Reach out to us - we’d be happy to share more details or run a custom estimate for your use case.
Screenshot 2025-09-19 at 22.23.45.png

Experiments

We measured representative DeFi sequences on Base mainnet with and without Compass Bundler. We ran tests on Base mainnet using representative DeFi transaction sequences, comparing gas usage with and without Compass Bundler.

Experiment A: 10-Transaction Bundle

Transaction sequence for Aave Leverage: approve ×4aave_supplyaave_borrowaave_repayaave_withdrawuniswap_sell_exactlyuniswap_buy_exactly Results: Bundling the 10 transactions into a single atomic transaction saved ~47% in gas (1.89× improvement):
Execution MethodAverage Gas Used
Sequential1,276,383
Bundled674,067

Experiment B: Larger Bundles

We extended testing to bundles of up to 100 transactions. Gas savings increase with bundle size (2x savings at 11 transactions, 3x savings at 47 transactions), though returns diminish: Screenshot 2025-09-19 at 19.30.15.png
Bundle SizeGas Savings
1047.89%
3064.05%
5068.88%
7068.34%
10069.45%
See 100-transaction bundle on Basescan

Conclusion

Compass Bundler drastically reduces Ethereum gas costs, especially for workflows involving many DeFi operations. For example, a 2.5× leverage loop on Aave takes 13 transactions to loop and 13 more to unwind. On Ethereum Mainnet, this would typically cost around $6 in gas. With bundling, you’d save about $3. If your protocol routinely rebalances vaults or portfolios, Compass Bundler can yield significant cost reductions. Contact us with your use case to get a tailored estimate.