Cardano Fee Formula: How ADA Transaction Fees Are Calculated
- Home
- Fee Formula
FORMULA & PARAMETERS
Understanding the ADA Fee Formula
What is the Cardano fee formula?
Cardano uses the linear formula: fee = a × size(tx) + b. Here, a is a per-byte constant (currently 0.000043946 ADA/byte) and b is a fixed base fee (0.155381 ADA). This deterministic structure means you can calculate the exact cost before submitting any transaction.
What does parameter 'a' represent?
Parameter a reflects how transaction size in bytes affects the cost. Larger transactions require more storage and processing resources, so a proportional fee element ensures operators are compensated fairly. For a typical 200-byte transfer, the size component adds roughly 0.0088 ADA.
What does parameter 'b' represent?
Parameter b is the fixed base fee charged regardless of transaction size. Its primary purpose is to prevent Distributed Denial-of-Service (DDoS) attacks: requiring a minimum fee makes it prohibitively expensive for attackers to flood the network with millions of tiny transactions.
Can the formula parameters change?
Yes. Parameters a and b are Cardano protocol parameters managed through on-chain governance. The community can vote on proposals to adjust them in response to changes in hardware costs, ADA price, or network conditions. Any change constitutes a protocol update rather than a hard fork in the traditional sense.
How does a 360-byte transaction compare to a 200-byte one?
A 200-byte transfer costs approximately 0.1641702 ADA, while a 360-byte transfer (common with multiple inputs/outputs) costs approximately 0.1712 ADA. The difference is small and predictable, making Cardano fees far easier to budget than gas-auction blockchains like Ethereum.
Why is Cardano's fee model called deterministic?
Because the outcome is fully known before submission. Unlike Ethereum's gas auctions where price spikes during congestion, Cardano calculates the exact minimum fee from the formula. Wallets automatically compute and display this amount, so users are never surprised by unexpected charges.