var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=1&rec=1&url=https://docs.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

Fees on Terra

On Terra, there is only one fee that applies to all transactions: the gas fee.

Gas

Gas is a small computational fee that covers the cost of processing a transaction. Gas is estimated and added to every transaction in Station. Any transaction that does not contain enough gas will not process. Gas on Terra works differently than it works on other blockchains:

  • Validators can set their own minimum gas fees.
  • Most transactions will estimate more than the minimum amount of gas, ensuring the transaction gets completed.
  • Unused gas is not refunded.
  • Transactions are not queued based on gas amounts, but in the order received.

For an in-depth explanation of how gas fees are calculated, visit the Terrad reference page.

To view current gas rates in your browser, visit the gas rates page.

Every block, gas fees are sent to the reward pool and dispersed to validators who distribute them to delegators in the form of staking rewards.