ADAFeeGuideCardano

Understanding the fee formula

  • Large transactions cost more
  • Fixed cost b: 0.155381 ADA.
  • Variable cost a: 0.000043946 ADA for each byte.
  • Example at 200 bytes: 0.1641702 ADA.
  • Example at 360 bytes: 0.17120156 ADA.
Client:
ADA Transaction Fee
Category:
Fee Math
Location:
adatransactionfee.org
Date:
March 29, 2026
Website:
Open Resource
image
image

What changes the final fee

The formula is linear. As transaction size grows, the fee rises gradually. That makes the model easier to predict than systems where bidding pressure drives sudden spikes.
  • Measure byte size with your wallet or SDK.
  • Use the latest protocol parameters.
  • Keep outputs compact when possible.
  • Model script budgets for smart contracts.

Inputs, outputs, metadata, witness data, and script execution all influence transaction size. For Plutus transactions, computation units also matter, so advanced dApp interactions can cost more than a basic wallet transfer.

Best use case for this page

This page is ideal for users searching how to calculate ADA transaction fees, what the formula means, and why Cardano costs are usually consistent from one transaction to the next.

image
image

Related ADA Transaction Fee Pages

Use the internal links below to explore the broader ADA transaction fee topic cluster and move between formula, calculator, average-cost, and FAQ pages.

  • Fee Guide
  • Formula
  • Calculator
  • Avg Cost
image