BTC $76,910.97 -0.47%
ETH $2,483.88 -1.60%
BNB $717.11 -1.66%
XRP $1.34 -1.72%
SOL $99.44 -2.61%
TRX $0.3384 -0.52%
DOGE $0.0826 -2.70%
ADA $0.2039 -1.77%
BCH $221.96 -2.00%
LINK $11.25 -2.24%
HYPE $77.76 -2.09%
AAVE $124.67 -1.24%
SUI $0.7035 -3.40%
XLM $0.1779 -1.15%
ZEC $1,064.40 -5.79%
AAPL $330.63 -0.75%
AMZN $254.68 -0.89%
GOOGL $335.41 -1.44%
MSFT $494.35 -0.34%
META $639.66 -1.45%
NVDA $214.60 -1.60%
TSLA $360.43 -2.07%
SNDK $1,561.84 -3.98%
INTC $98.79 -2.77%
SPCX $148.46 -1.20%
MU $937.69 -3.10%
AMD $500.37 -2.84%
BTC $76,910.97 -0.47%
ETH $2,483.88 -1.60%
BNB $717.11 -1.66%
XRP $1.34 -1.72%
SOL $99.44 -2.61%
TRX $0.3384 -0.52%
DOGE $0.0826 -2.70%
ADA $0.2039 -1.77%
BCH $221.96 -2.00%
LINK $11.25 -2.24%
HYPE $77.76 -2.09%
AAVE $124.67 -1.24%
SUI $0.7035 -3.40%
XLM $0.1779 -1.15%
ZEC $1,064.40 -5.79%
AAPL $330.63 -0.75%
AMZN $254.68 -0.89%
GOOGL $335.41 -1.44%
MSFT $494.35 -0.34%
META $639.66 -1.45%
NVDA $214.60 -1.60%
TSLA $360.43 -2.07%
SNDK $1,561.84 -3.98%
INTC $98.79 -2.77%
SPCX $148.46 -1.20%
MU $937.69 -3.10%
AMD $500.37 -2.84%

vitalik

Vitalik Buterin is one of the co-founders of Ethereum and one of the most influential developers and thought leaders in the cryptocurrency field. He first proposed the concept of Ethereum in 2013, aiming to create a decentralized platform that supports the development of smart contracts and decentralized applications (DApps). Vitalik's contributions are not limited to technological innovation but also include profound insights into blockchain governance, scalability, and security. His work has driven the widespread application and development of blockchain technology.
All
Article
Flash

Vitalik releases research on "local mixing" cryptography: exploring next-generation obfuscation techniques, which may become a new foundational primitive in cryptography

Ethereum co-founder Vitalik Buterin published a new article titled "Obfuscation (Part 3): Local Mixing," which delves into a cryptographic obfuscation technique being explored—"Local Mixing." He claims it may become a new foundational cryptographic tool following elliptic curves, RSA, and lattice-based cryptography.Vitalik states that current mainstream obfuscation techniques mainly rely on complex mathematical assumptions, often resulting in extremely high computational overhead. In contrast, Local Mixing adopts a completely different approach, not relying on elliptic curves, large integer factorization, or lattice cryptography. Instead, it draws on experiences from symmetric cryptography and hash function design, continuously shuffling, reconstructing, and hiding circuit structures to eliminate information leakage while maintaining functionality.The Local Mixing technique primarily includes steps such as reversibility, hardening, mixing, splitting, crossing walk, and "gadgetization." By introducing random structures into the circuit, rearranging logic gates, and employing nonlinear hiding mechanisms, it makes it difficult for attackers to recover the original computational logic.Vitalik points out that this technology is still in its early stages, with security not yet validated over the long term and facing challenges such as random attacks and linear analysis. However, he believes that Local Mixing represents a completely new path for cryptographic exploration, aiming to construct more efficient indistinguishable obfuscation (iO) schemes.If breakthroughs in Local Mixing technology are achieved, it could lead to new quantum-resistant public key encryption schemes and promote the development of general obfuscation techniques. The field still requires years of cryptanalysis and optimization validation, but AI-assisted research may significantly accelerate this maturation process. Vitalik states that obfuscation technology is seen as the "final frontier" of cryptography because, theoretically, other cryptographic primitives can be constructed based on obfuscation and one-way functions. Local Mixing may not only reduce the costs of traditional obfuscation schemes but could also become an important direction for future cryptographic infrastructure.

Vitalik: The current roadmap of Ethereum adds directions such as enhanced privacy, post-quantum scalability, and native Rollups

Vitalik Buterin stated that he has compared the 2023 Ethereum roadmap with the current Strawmap, and while there is still a high degree of overlap in the overall direction, some priorities and technical paths have been clearly adjusted. This includes elevating the priority of quantum security, downplaying VDF and certain EVM improvements, and replacing old designs with unified binary trees, PBT, new state types, and other solutions.He pointed out that the most significant change in the current Strawmap is the emergence of several new topics not included in the 2023 roadmap, reflecting a shift in the focus of Ethereum's development. These new focal points include: stronger native privacy support, aggressive scaling in a post-quantum context, streamlined specifications for formal verification, Blob and Gas futures, native Rollup, and a more open design space around the future form of EVM.Vitalik also emphasized that Ethereum's scaling approach is shifting from "broadly scaling all activities" to "designing more easily scalable dedicated mechanisms for specific high-load scenarios," and views STARK proofs and AI-accelerated formal verification as important foundations for the protocol's future. Overall, this update indicates that the Ethereum roadmap is evolving towards quantum security, privacy-first, censorship resistance, high performance, and more simplified protocol design.

Vitalik: The Diamond iO exploration program "stealth" new paradigm may drive privacy computing into a new stage

Ethereum co-founder Vitalik Buterin published a new article introducing a novel cryptographic obfuscation technology called Diamond iO. This technology aims to address the extremely low efficiency of traditional indistinguishable obfuscation schemes, allowing programs to run while hiding internal logic and critical data. Although traditional iO technology possesses strong privacy protection capabilities, its operational costs are prohibitively high, making it nearly impractical. Diamond iO, by adopting more aggressive new cryptographic assumptions, enhances computational efficiency from "universe-level time consumption" to "planet-level time consumption," bringing it closer to practical application.Diamond iO is built on technologies such as Attribute-Based Encryption (ABE) and Fully Homomorphic Encryption (FHE). By encrypting programs, it allows users to execute the encrypted programs and obtain correct outputs without being able to view the internal code or hidden keys. This solution introduces a new input encoding mechanism and conditional decryption method, reducing computational complexity while ensuring the program logic remains hidden. Its core application scenarios include protecting programs that contain private keys, enabling secure software licensing, constructing trustless cryptographic services, and supporting blockchain and artificial intelligence systems with stronger privacy protection.However, Diamond iO is still in the early research stage, and its security relies on new cryptographic assumptions, including All-Product LWE and Evasive LWE, which require further research validation. At the same time, the technology still faces efficiency challenges such as high computational overhead and circuit depth limitations. Researchers believe that by optimizing underlying hash functions, improving homomorphic encryption schemes, and reducing security parameter requirements, Diamond iO is expected to become an important direction for advancing practical program obfuscation technology in the future.

Vitalik: Maintain an open attitude towards slowing down or pausing AI, and agree to initiate a pause if extreme situations arise

Vitalik posted on the X platform, stating that AI 2040 and its critics have incompatible worldviews regarding the speed and significance of AI progress. AI 2040 believes that unless strong measures are taken to completely prevent it, some form of superintelligence will emerge in various scenarios by 2040; critics argue that AI 2040 underestimates human coordination capabilities and threatens freedom, but do not view ASI itself as a risk of power concentration.He believes that if he were convinced that the current form of AI is just an ordinary technology, he would be closer to the critics' camp; if he were convinced that superintelligence would inevitably arrive by 2030, he would be closer to the AI 2040 camp. At the same time, due to significant uncertainty, he remains open to the idea of slowing down or pausing, and feels uncomfortable with the stance proposed by some large AI companies and intellectuals that "open source is detrimental, and the ideal outcome is to maintain global control dominance."Vitalik stated that an important reason he supports the d/acc platform is that directions such as formal verification, cryptography, secure and open hardware, pandemic resilience, defensive biotechnology, food and basic resource security, public cognitive systems, and non-concentrated power physical security are worth promoting under both worldviews. He also mentioned that the 2040 plan has increasingly supported open source and incorporated the idea of "mutual assured destruction of computational power," which is an improvement compared to allowing a few participants to selectively deprive their identified subjects of rights.There is no way to avoid trade-offs regarding whether to slow down or pause, and Vitalik believes that trigger conditions can be preset, allowing for a more open attitude towards slowing down or pausing when sufficient conditions are met within a specific timeframe.He also stated that if he were Elon Musk or Zuck, he would significantly transform Twitter into a platform that helps identify and facilitate such large win-win agreements, encouraging more people to participate in discussions, but he thinks this might also be naive. Currently, he does not see any non-naive ASI transition response plans, so he tends to show some tolerance towards those who are trying.
2026-07-11

Vitalik proposed the "extremely simplified chain" solution, where validators submit STARK proofs daily, and the state storage is compressed to 6 bytes

Ethereum co-founder Vitalik Buterin published the proposal "The Extremely Lean Chain," demonstrating how to radically compress the state requirements of the Ethereum consensus chain in the context of the "Lean" upgrade. This plan shifts responsibility to validators, who manage and periodically prove their state through ZK proofs, thereby eliminating the processing burden for each epoch and potentially supporting millions of validators.The core mechanisms include: removing the validator public keys from the on-chain state, storing only the deposit tree index; canceling real-time reward and penalty processing, with validators generating daily STARK proofs of their participation and updating balances; completely re-randomizing validator identities daily, achieving strong anonymity through ZK-STARK, with withdrawal addresses exposed only at the time of withdrawal and not publicly linked to deposits or on-chain activities. Vitalik stated that based on upgrades such as single-slot finality and quantum-resistant signature aggregation, the state requirement per validator could be compressed from approximately 180 bytes to 6 bytes. The daily proof cost for a single validator requires processing about 5400 Merkle branches, which can be completed within 1 hour on ordinary hardware, and the on-chain burden can be reduced through aggregated proofs. Additionally, this design can achieve a "virtually free" single secret leader election function, with 1 day as the conservative cycle length and 1 hour as the lower limit.
app_icon
ChainCatcher Building the Web3 world with innovations.