FREQUENTLY ASKED QUESTIONS

Everything You Need to Know About ADA Fees

How much is an ADA transaction fee?
A standard ADA wallet-to-wallet transfer costs approximately 0.17 ADA (about $0.04 at current prices). The exact amount depends on transaction size in bytes. Most wallets display the exact fee before you confirm. Smart contract interactions cost 0.3–0.8 ADA depending on script complexity.
Does Cardano have gas fees?
Cardano does not use gas auctions like Ethereum. Instead, it uses a linear formula (fee = a × size + b) for base costs and a fixed-price execution budget for smart contracts. There is no bidding for block space, so fees remain predictable regardless of network activity.
Why are Cardano fees lower than Ethereum?
Cardano's design separates computation (EUTXO) from block space competition. Fees are fixed by protocol parameters rather than determined by demand auctions. This means a period of high network activity does not cause fee spikes the way Ethereum gas auctions do.
Who receives ADA transaction fees?
Unlike many blockchains where fees go directly to the block producer, Cardano pools all transaction fees during an epoch and distributes them among all stake pools that produced blocks during that epoch. This approach promotes network stability and prevents stake pool centralization through fee income advantages.
Can I speed up an ADA transaction by paying more?
Cardano does not have a strict fee-based transaction ordering system. Wallets default to the minimum calculated fee, and most transactions confirm within 1–3 blocks (20–60 seconds). During rare congestion, setting a slightly higher fee may marginally improve inclusion probability, but manual adjustment is rarely needed.
What is the minimum ADA fee?
The minimum ADA fee for any transaction is currently 0.155381 ADA (the fixed base parameter b). In practice, even the smallest transactions produce sizes of 150+ bytes, making the typical minimum around 0.162 ADA. You cannot set a fee below the calculated minimum—the network will reject such transactions.
Are ADA fees the same on all wallets?
Yes. All Cardano wallets use the same protocol formula to calculate fees. The network enforces the minimum fee at the consensus level, so no wallet can bypass it. The displayed fee may vary slightly in fiat terms across wallets due to different price feed timing, but the ADA amount will be identical for the same transaction.
How do fees change when sending to multiple recipients?
Sending ADA to multiple recipients in a single transaction (batch payment) increases transaction size proportionally. Each additional output adds roughly 30–40 bytes. A transaction with 5 recipients might cost 0.172 ADA versus 0.164 ADA for a single recipient—still significantly cheaper than 5 separate transactions.