Discussion topic for Preferential Gas Costs for Native ETH Operations (early draft)
Update Log
2026-08-05: Initial draft published
External Reviews
None as of 2026-08-05.
Outstanding Issues
Final confirmation of the 0.75 factor by client teams after benchmarking against concurrent state-access changes (e.g. EIP-8038)
Whether the factor should also apply to SELFBALANCE and/or CALLVALUE (currently left open)
Residual value handling in SELFDESTRUCT (if still relevant)
Context
This is the second proposal aiming to increase ETH’s role as a “digital reserve currency”. One way to achieve this is to make operations that use native balances structurally cheaper and more convenient than the equivalent operations on other tokens. While simple top-level transfers already enjoy a cost advantage, internal value-bearing calls still pay a significant surcharge (and have no advantage over using any other token). Reducing that friction is intended as a demand-side improvement rather than a change to issuance or staking economics.
Proposal
Apply a multiplicative factor of 0.75 to:
The value-transfer gas component of CALL, CALLCODE, CREATE and CREATE2 when value > 0
The cold and warm access costs of BALANCE
The value-transfer component is defined with reference to the Yellow Paper’s G_callvalue and the EIP-8038 decomposition (ACCOUNT_WRITE + CALL_STIPEND).
Repo (README + both drafts):
github.com
GitHub - crypDuck/eip-drafts: Be the change you want to see
Be the change you want to see
Specific draft:
github.com/crypDuck/eip-drafts
02-preferential-gas-costs-for-native-eth-operations.md
main
---
title: Preferential Gas Costs for Native ETH Operations
description: Apply a preferential gas factor to the value-transfer component of CALL/CREATE-family opcodes and to BALANCE access costs, reinforcing native ETH as the preferred medium of exchange and unit of account.
author: crypDuck
discussions-to: https://ethereum-magicians.org/t/preferential-gas-costs-for-native-eth-operations-draft-for-feedback/29302
status: Draft
type: Standards Track
category: Core
created: 2026-08-04
requires: 2929, 3529
related: Native ETH as ERC-20 Precompile
---
## Abstract
This EIP applies a multiplicative preferential factor to the value-transfer gas component of `CALL`, `CALLCODE`, `CREATE` and `CREATE2` when `value > 0`, and to both the cold and warm access costs of `BALANCE`. The change makes operations that move or query native ETH balances cheaper relative to the same operations on other tokens, reinforcing ETH as the preferred medium of exchange, unit of account, and digital reserve asset.
## Motivation
A plain native ETH transfer costs 21 000 gas. A typical ERC-20 transfer costs 45 000–65 000 gas. Balance queries via `BALANCE` are also cheaper than an ERC-20 `balanceOf`. These structural differences already favour native ETH for simple top-level transfers.
This file has been truncated. show original
Feedback is particularly welcome on the magnitude of the factor, the precise definition of the scaled component, and whether the ultra-cheap context opcodes should also be included. There is a related companion proposal that introduces a native-ETH ERC-20 interface at 0x20 in the same repository (discussion topic).
3 posts - 2 participants
Read full topic
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | EIP-0000 Native ETH as ERC-20 System Contract – Draft for feedback | 0 | 12.39 | 05-08-2026 |
| 2 | EIP-8372: Normalized state gas limit | 0 | 10.94 | 06-08-2026 |
| 3 | EIP-8358 Net Gas Metering for Account Changes | 0 | 10.47 | 05-08-2026 |
| 4 | EIP Editing Office Hour (EIP + ERC ) Meeting #108, July 28, 2026 | 0 | 18.32 | 27-07-2026 |
| 5 | EIP Editing Office Hour (EIP + ERC ) Meeting #107, July 21, 2026 | 0 | 17.62 | 15-07-2026 |
| 6 | All Core Devs - Consensus (ACDC) #183, July 23 2026 | 0 | 15.18 | 13-07-2026 |
| 7 | ERC-8335: Account-Level Transfer With Authorization | 0 | 7 | 10-07-2026 |
| 8 | ERC-8340: Transaction Metadata Encoding | 0 | 34.21 | 15-07-2026 |
| 9 | EIP-8037: State Creation Gas Cost Increase | 0 | 19.67 | 28-07-2026 |
| 10 | Deterministic Random Number in EVM for Independent Recomputability | 0 | 12.36 | 30-07-2026 |