Gas Fee Optimization

Storage usage and gas efficient structure

One of the chronic issues with contract wallets has always been the higher gas fees compared to regular wallets. Account abstraction aims to resolve this problem by bundling multiple users' transactions, resulting in greater gas savings as usage increases. This is similar to how zk-rollup-based chains bundle transactions to reduce gas fees (although technically different, the basic concept is comparable).

Fluvi Wallet takes it a step further by striving to minimize transaction costs:

  • Reducing cold storage usage through optimized storage and wallet structure

  • The premium bundler only accepts transactions from Fluvi Wallet, eliminating unnecessary additional verification and reputation management processes, saving gas

  • Not only bundling transactions between users but also bundling multiple transactions of a single user to reduce overhead

Last updated