🎉【Gate Singapore Flagship Event · Square Fun Quiz Challenge Day 1】
#TOKEN2049# is just around the corner, and Gate is bringing the heat to Singapore!
Token of Love Music Festival, Gate x Oracle Red Bull Racing Reception, and the F1 Race Viewing are all set to roll out!
Join Square Fun Quiz Challenge now, test how much you know about the events and share $100 BTC in rewards!
To join: Comment your answers (format: 1B 2A 3B 4C)
🎁 Rewards: 3 lucky winners each day → $10 BTC each
👑 Bonus: Answer all questions correctly for 3 days → Extra $10 BTC for Super Quiz King!
📖 Day 1 · Quiz (Single Choic
Ethereum PoS system improvement prospects: single-slot finality and lower threshold staking
Potential Improvement Directions for the Ethereum Attestation System
The attestation system ( PoS ) has been running stably on Ethereum for nearly two years, but there are still some important areas that need improvement. This article will focus on the areas in the technical design of attestation that can be improved, as well as possible ways to implement these improvements.
Single Slot Finality and Staking Democratization
Currently, Ethereum takes about 15 minutes to complete a block, and a minimum of 32 ETH is required to become a staker. We hope to improve the situation in the following two aspects:
The main challenge in achieving these goals is how to maintain low node operating costs when the number of validators is very large. Currently, there are several possible solutions:
Brute Force: Develop more advanced signature aggregation protocols, possibly using ZK-SNARKs technology.
Orbit Committee: Introduce a randomly selected medium-sized committee responsible for final determination while retaining economic finality.
Two-tier staking: Stakers are divided into high and low tiers, with only the high tier directly participating in providing economic finality.
These schemes have their own advantages and disadvantages, and require further research and consideration.
Single Secret Leader Election
Currently, the order of block proposals from validators is predetermined, which may lead to DoS attacks. The Single Secret Leader Election (SSLE) protocol hides the next block proposer through cryptographic techniques, which can solve this problem.
However, the SSLE protocol will significantly increase system complexity and may need to wait until other zero-knowledge proof mechanisms are introduced in the Ethereum protocol before considering implementation.
Faster Transaction Confirmation
Reducing the transaction confirmation time from 12 seconds to 4 seconds can significantly improve the user experience. There are mainly two technical routes:
However, these solutions face some technical and incentive challenges that need further consideration.
Other Research Directions
Overall, the Ethereum PoS system still has a lot of room for improvement and needs to constantly seek a balance between security, decentralization, and performance.