[Ethereum] Ethereum without Gas Fees for Transactions

gas

We have been working on Launching One of the most stable coin on Ethereum Network. And as part of strategy we want to get rid of Transaction fees for every coin transfer between wallets. With Ethereum we can control, make it 0, but then it would lead to dilemma of no transaction validation on Ethereum Network. We are looking doing some research and seeking help from experts in the community.

To have all features of Ethereum Blockchain, shall we customise Ethereum Blockchain Code and launch our public network with no GAS and Miners? Like Quorum did for Private Permission Network. Or any other way we can achieve this? Just to make sure, our system will have some complex Smart Contracts so we cannot choose network like Stellar or similar.

Any hint with some guidance will be appreciated.

Best Answer

You should look at setting up a Proof of Authority Chain, where Sybil-resistance can be achieved through the authorities rather than fees imposed on the user. It is possible in that situation that your network could have a gas-price of zero, and still function well.

However, using this consensus algorithm, you wouldn't have "miners", and not everyone would be able to participate in validating blocks.

Related Topic