DEV Community

Cover image for What is Ethereum Gas!
okumujustine
okumujustine

Posted on

What is Ethereum Gas!

What is your opinion/understanding of Gas!!?

coming from a software development background, you might definitely wonder why Gas is needed, it possibly sounds ridiculous to pay for almost every transaction to be added to the Ethereum blockchain.

Imagine if every function that creates a record into the database or just prints into the terminal/console had to be paid for, crazy, right?

Gas is simply a fee taken by miners to add a transaction to the blockchain.

To explain the term mining in Blockchain technology,

It is simply a puzzle or an algorithm that miners/computers perform and have to pass before a block is verified to be added/appended into the blockchain.

And from this, you basically tell that the miners will prefer to mine the transactions with higher Gas prices first.

A more detailed definition of Gas "Gas refers to the fee, or pricing value, required to successfully conduct a transaction or execute a contract on the Ethereum blockchain platform."

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay