Fees
info
Are you a Cadence developer looking for information about Fees on Cadence? If so, check out the Cadence specific documentation here
EVM transactions are ultra low-cost and use the native FLOW token as gas. Externally Owned Accounts (EOAs) function the same on Flow as other EVM networks like Ethereum.
How Transaction Fees are Computed on EVM
Demonstration of Transaction Fees on EVM
Gasless Transactions
Fees needed to execute transactions on a Web3 app are often a major challenge for new users and can be a barrier to adoption. Builders can easily extend their apps with Cadence to create ‘gasless’ experiences by specifying their app as the sponsor instead of the user.
To learn more about storage fee and transaction fee, visit Flow Tokenomics page.