fbpx

What is Ethereum Gas? Dead simple explanation

Julien Klepatch

When you develop decentralized applications, you quickly stumbled upon this weird concept of “gas”. That’s very confusing for a lot of developers…

But it’s actually not that hard, if you ask the right questions.

In this article, I will explain gas with 6 super easy questions and answers.

1. What is Gas?

This is a transaction fee. You pay it every time you send a transaction to the Ethereum Blockchain. You only pay it when you want to modify data in the blockchain. If you just want to read data (view and pure functions in Solidity), there is no transaction fee and you don’t need to pay any gas.

2. Who pays for Gas?

The sender (signer) of an Ethereum transaction.

3. Who receive Gas?

The miner who will mine your transaction in a block. You don’t know who it is when you sign your transaction.

4. When Gas is paid?

It’s paid when a miner includes your transaction in a block. When you sign a transaction, it’s like a cheque. It’s an agreement from you to pay the gas fees to whoever mine your transaction. But gas is only paid if and when a transaction is mined in a block.

5. Where to buy Gas?

You can’t buy Gas. This is an abstract unit. Transaction fees are measured in Gas, but paid in Ether.

6. How gas is paid?

You just need to sign a transaction and send it to the Ethereum network. The Ethereum protocol will debit Ether from your address and pay the gas fee to he miner. You don’t need to do anything else.

2 Comments

  1. Ernande Aledi
    December 16, 2019

    Julian, thanks for your introduction :)

  2. Ernande Aledi
    December 16, 2019

    Oh, where is the next video link?

Leave a Reply

More great articles

Top 2 Ethereum token standards every Dapp developer should now

If you are a developer building an Ethereum Dapp or an ICO, you probably heard of Ethereum token standards. ERC20,…

Read Story

Blockchain oracles explained in 2 mins

Blockchains can only read data which is already in the Blockchain. 

But most of the interesting data is outside of…

Read Story

Etherdelta smart contract walkthrough

In this article, I will walk you through the code of the Etherdelta smart contract: ERC20 token transfers, orders creation,…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up