📢 Gate Square Exclusive: #WXTM Creative Contest# Is Now Live!
Celebrate CandyDrop Round 59 featuring MinoTari (WXTM) — compete for a 70,000 WXTM prize pool!
🎯 About MinoTari (WXTM)
Tari is a Rust-based blockchain protocol centered around digital assets.
It empowers creators to build new types of digital experiences and narratives.
With Tari, digitally scarce assets—like collectibles or in-game items—unlock new business opportunities for creators.
🎨 Event Period:
Aug 7, 2025, 09:00 – Aug 12, 2025, 16:00 (UTC)
📌 How to Participate:
Post original content on Gate Square related to WXTM or its
Binius STARKs: A groundbreaking exploration of binary field innovation and performance optimization
Analysis of Binius STARKs Principles and Optimization Thoughts
1. Introduction
One of the main reasons for the inefficiency of STARKs is that most values in actual programs are relatively small. However, to ensure the security of proofs based on Merkle trees, when using Reed-Solomon encoding to expand the data, many additional redundant values occupy the entire field, even if the original values are small. Reducing the size of the field becomes a key strategy.
The first generation of STARKs has a code width of 252 bits, the second generation has 64 bits, and the third generation has 32 bits, but there is still a lot of wasted space in 32 bits. The binary field allows for direct bit manipulation, and the encoding is compact, efficient, and waste-free, which may be the fourth generation of STARKs.
Binary fields are widely used in cryptography, such as AES(F28), GMAC(F2128), QR code(F28), etc. When using smaller fields, the operation of field extension becomes increasingly important to ensure security. The binary fields used by Binius must rely entirely on field extension to guarantee security and usability. Most Prover computations operate efficiently under the base field; however, random point checks and FRI calculations require delving into larger extended fields to ensure security.
Binius Innovative Solutions:
2. Principle Analysis
Binius = HyperPlonk PIOP + Brakedown PCS + Binary Field
Five key technologies:
2.1 Finite fields: Arithmetic based on towers of binary fields
Tower Binary Domain Advantages:
128-bit string can be flexibly interpreted:
2.2 PIOP: Adapted HyperPlonk Product and Permutation Check
Binius Core Check Mechanism:
Binius's improvement on HyperPlonk:
2.3 PIOP: new multilinear shift argument
Key Methods:
2.4 PIOP: Adapted version Lasso lookup argument
Advantages of Lasso Protocol:
Binius introduces the multiplicative version of the Lasso protocol:
2.5 PCS: Adapted Version Brakedown PCS
Core idea: packing
Two solutions:
Small Field Polynomial Commitment and Extended Field Evaluation:
Block-level encoding and Reed-Solomon codes:
3. Optimizing Thinking
Four key optimization points:
3.1 GKR-based PIOP: GKR-based binary field multiplication
Convert "Check A·B =? C" to "Check (gA)B =? gC"
3.2 ZeroCheck PIOP Optimization: Trade-off between Prover and Verifier computational overhead
Optimization method:
3.3 Sumcheck PIOP Optimization: Sumcheck Protocol Based on Small Fields
Key Improvements:
3.4 PCS optimization: FRI-Binius reduces proof size
Four innovations:
FRI-Binius can reduce the size of the Binius proof by one order of magnitude.
4. Summary
Binius Advantages:
New Bottleneck: Sumcheck Protocol
FRI-Binius:
Current progress: