BTC $62,838.26 -1.12%
ETH $1,875.50 -0.34%
BNB $605.57 -0.76%
XRP $1.00 -0.41%
SOL $75.48 -0.26%
TRX $0.3332 -0.08%
DOGE $0.0694 -0.68%
ADA $0.1809 -2.04%
BCH $205.07 -3.83%
LINK $8.80 +0.91%
HYPE $56.53 -1.71%
AAVE $86.88 -1.97%
SUI $0.6760 -1.67%
XLM $0.1588 -1.20%
ZEC $488.22 -0.88%
BTC $62,838.26 -1.12%
ETH $1,875.50 -0.34%
BNB $605.57 -0.76%
XRP $1.00 -0.41%
SOL $75.48 -0.26%
TRX $0.3332 -0.08%
DOGE $0.0694 -0.68%
ADA $0.1809 -2.04%
BCH $205.07 -3.83%
LINK $8.80 +0.91%
HYPE $56.53 -1.71%
AAVE $86.88 -1.97%
SUI $0.6760 -1.67%
XLM $0.1588 -1.20%
ZEC $488.22 -0.88%

eip

All
Article
Flash

first_img SharpLink opposes Ethereum EIP-8363, stating that zero returns will undermine the core reason for institutions to choose ETH

Joseph Chalom, CEO of the Ethereum treasury company SharpLink, posted in opposition to Ethereum Improvement Proposal EIP-8363. According to his disclosure, the current network issues new ETH to validators as staking rewards at a variable yield rate of about 2.75%. If the proposal is passed, it will be implemented in phases over approximately a year and a half, gradually destroying part of the issuance rewards as the staking amount increases. When about 50% of ETH is staked, the staking yield will drop to 0%, and validators will only be able to rely on transaction fees, which currently account for only 15% of staking rewards, to sustain themselves.Chalom presented four points of opposition:Staking yield is the factual benchmark for all on-chain interest rates. The approximately $35 billion TVL of liquid staking tokens is the core collateral for on-chain lending. A yield of zero will raise on-chain capital costs, making actual yields approach or even become negative. Collateral will migrate to assets that still generate yields, and independent stakers and small to medium operators will be the first to be squeezed out.The native yield characteristic is precisely the key reason institutions choose ETH over Bitcoin. Erasing this difference is equivalent to voluntarily giving up its competitive advantage just as ETH is outperforming Bitcoin.Issuance is not a cost to external parties but a transfer of value to security maintainers and builders within the network. Destroying it is a destruction of value rather than a redistribution of this portion of value.The current timing is the worst; Ethereum is in a rising phase of institutional adoption, and destruction incentives will suppress this wave of adoption momentum.He stated that SharpLink agrees with the proposal authors' goal of making ETH scarce and stabilizing the staking rate at a reasonable level, but believes this should be achieved through the existing base fee destruction mechanism rather than altering the economic foundation of the protocol.

The new Ethereum EIP proposal targets the issue of staking inflation to prevent excessive growth in staking

The Ethereum community has submitted a new improvement proposal EIP "Tapered Issuance Burn," aimed at adjusting the ETH issuance mechanism to reduce the centralization and dilution risks brought about by excessively high staking ratios. The proposal points out that the ETH staking ratio exceeded one-third of the total supply in April 2026 and continues to grow.Under the current issuance curve, even if all ETH participates in staking, the staking yield will not be lower than approximately 1.5%, leading to a lack of a "closure mechanism" for staking incentives. This EIP proposes to destroy a portion of the theoretical rewards for validators in each epoch, with the destruction ratio increasing as the staking scale grows: when the staking rate reaches about 50%, the net staking yield will gradually drop to zero. The proposal believes that this mechanism can limit the continuous expansion of ETH supply, reduce the dilution pressure on holders, prevent excessive concentration of staking in custodial institutions and staking service providers, and maintain ETH's attributes as a neutral asset and a store of value.According to the design, under the tapered issuance mechanism, the ETH issuance will peak when the staking rate is around 20%, with an annual issuance rate of about 0.5%, and will drop to zero when the staking rate reaches 50%. Combined with the EIP-1559 and Blob fee destruction mechanisms, ETH supply may more frequently enter a deflationary state in the future. The authors of the proposal state that this plan is not aimed at individual stakers but rather corrects the long-term dilution issues brought about by the current issuance curve, allowing staking yields to ultimately be determined by market risk premiums rather than fixed algorithmic incentives.

Vitalik: EIP-8141 is expected to be implemented within a year, fully addressing the account abstraction issue

Vitalik posted on the X platform stating that Ethereum has been discussing account abstraction (AA) since early 2016. Now, EIP-8141 serves as a comprehensive proposal aimed at addressing all remaining issues related to AA. The core concept of this proposal is "frame transactions," where a transaction contains N calls that can read each other's call data and can authorize the sender and gas payer.This mechanism supports various use cases: ordinary account transactions (such as multi-signature, variable keys, quantum-resistant signature schemes) are completed through validating frames and executing frames; when paying gas fees with non-ETH tokens, it can be achieved through the main contract without any intermediaries.In terms of privacy protocols, ZK-SNARK verification or the addition of two-dimensional randomness can be implemented through payment contracts. Regarding security, on-chain transactions are only valid when the validating frame returns an ACCEPT with a gas payment flag, while the memory pool layer will initially adopt conservative rules, gradually expanding later.EIP-8141 is highly complementary to FOCIL, with FOCIL ensuring quick transaction inclusion and AA ensuring that complex operations can be executed as first-class transactions directly. The proposal is also discussing EOA compatibility, which is theoretically feasible. After more than a decade of research, these technologies are expected to be implemented within a year through the Hegota fork.

Vitalik: FOCIL and EIP-8141 can work together to achieve censorship-resistant fast on-chain

Vitalik Buterin posted on the X platform, stating that there is an important synergy between the FOCIL mechanism and the account abstraction proposal Ethereum's EIP-8141 (based on 7701). EIP-8141 elevates smart accounts (including multi-signature, quantum-resistant signatures, key changes, Gas sponsorship, etc.) to "first-class citizens," meaning that operations from these accounts can be directly packaged as on-chain transactions without additional encapsulation.At the same time, privacy protocols can achieve a multi-tenant account model through the paymaster or 2D nonce mechanism, thereby gaining the same level of native support. FOCIL provides a censorship-resistant fast transaction inclusion mechanism. With the combination of both, various transactions, including smart wallet transactions, Gas sponsorship transactions, and privacy protocol transactions, can be included in blocks by one of the 17 roles (proposers or inclusions) randomly selected for each time slot.Vitalik stated that this design can ensure that transactions are almost guaranteed to be completed on-chain within 1-2 time slots in adversarial environments. In the current version, each FOCIL volume is approximately 8kB, which is relatively small, but there is a path for future expansion that could support most transactions in a block entering through the FOCIL channel. This architecture is similar in characteristics to the multi-parallel proposer (MCP) design, but differs in that FOCIL does not control the "last look" related to MEV, which is still allocated through the ePBS auction mechanism.Vitalik emphasized that even if 100% of block time slots are monopolized by adversarial parties through the proposer-builder separation (PBS) mechanism, refusing to connect to the public mempool or discriminating against specific applications, FOCIL can still ensure that all transactions receive fast inclusion. Although this design does not eliminate the centralization risk of the proposer role, it significantly weakens its power. Under the EIP-8141 framework, transactions from smart wallets or privacy protocols can be directly received by FOCIL inclusions through the public mempool without additional intermediaries or encapsulation processes.Vitalik concluded that Ethereum is accelerating the advancement of core architecture upgrades.
app_icon
ChainCatcher Building the Web3 world with innovations.