LCP_hide_placeholder
fomox
MarketsPerpsSpotSwapMemeReferral
ai-iconMore
New User Exclusive $690+
Search Token/Wallet
/

Optimizing BSC Performance with Ankr RPC Infrastructure Upgrade

2025-12-24 07:14
Blockchain
BNB
Crypto Ecosystem
DeFi
Web 3.0
Article Rating : 5
186 ratings
The article discusses Ankr's implementation of Erigon to optimize BNB Chain performance. It addresses scalability issues by significantly reducing storage needs and improving synchronization speeds. Key challenges include integrating BNB Chain's unique consensus and system call architecture with Erigon, which Ankr successfully navigates. The article details testing benchmarks, emphasizing enhanced reliability and efficiency. Benefits for the BNB Chain ecosystem include improved node infrastructure and democratized access for developers. Erigon's architecture provides foundational improvements to support BNB Chain's continued growth.
Optimizing BSC Performance with Ankr RPC Infrastructure Upgrade

Ankr Contributing to BNB Chain, Implements Erigon Performance Upgrade

Introducing the Erigon Solution

BNB Chain originated as a fork of go-ethereum, designed to provide interoperability and programmability while maintaining compatibility with existing Ethereum Smart Contracts. However, the exponential growth of BNB Chain has exposed significant scalability challenges inherited from its Geth foundation. A critical bottleneck for Archive Node operators has been the massive storage requirements, with Archive Nodes storing approximately 17TB of data. This enormous data volume necessitates extended indexing and compaction processes, significantly degrading the performance of the Geth client during data retrieval operations.

To address these limitations, Ankr has implemented an Erigon-based solution for BNB Chain infrastructure. Originally evolved from turbo-geth as a distinct improvement over Geth, Erigon represents a fundamentally redesigned client architecture. The Erigon implementation for BNB Chain will be open-source and accessible to all network participants. This new client achieves substantial improvements through several key mechanisms: a modular design enabling parallelized development, reduced Read/Write database operations, preprocessing of data outside the storage engine for enhanced efficiency, and staged synchronization processes enabling rapid blockchain sync.

Why Erigon?

Erigon delivers transformative improvements over existing Ethereum clients like Geth, with measurable benefits across multiple dimensions. The solution dramatically reduces disk storage requirements, requiring only 1.2TB for Archive Nodes (compared to 17TB with traditional clients) and 430GB for Pruned Nodes. Synchronization speeds exceed 10 blocks per second, allowing fully bootstrapped archive nodes to complete in less than 3 days. The client demonstrates exceptional crash resilience, with its database architecture capable of withstanding power failures without corruption. Additionally, Erigon's modular architecture enables P2P and web3 RPC services to run as independent components, providing unprecedented flexibility for node operators.

This implementation creates mutual benefits for both BNB Chain and Ankr. By open-sourcing the Erigon implementation, BNB Chain node operators can deploy the enhanced client freely and contribute their computing resources to the Ankr Protocol and multi-chain RPC network. This robust RPC infrastructure enables Ankr to provide reliable services to blockchain and dApp developers dependent on BNB Chain communications.

Challenges and Improvements With Ankr's Implementation

While Erigon offers substantial advantages, BNB Chain's unique consensus mechanism and block processing methodology presented significant integration challenges. BNB Chain uses its proprietary Parlia consensus engine, distinct from Geth's standard implementation, requiring interface modifications to ensure compatibility without compromising block processing integrity. Additionally, BNB Chain's system calls differ fundamentally from Erigon's standard implementation, particularly in callee specifications and gas limit calculations. Each BNB Chain system transaction requires intermediary block finalization not natively supported by Erigon, potentially causing gas calculation discrepancies when multiple system calls modify identical state objects.

Ankr's implementation successfully addressed these challenges by migrating critical BNB Chain features into Erigon. Genesis blocks and chain configurations were adapted to store all information within source code rather than JSON files, eliminating pre-initialization requirements. The Parlia consensus engine was integrated through interface modifications maintaining compatibility with both systems. BNB Chain's system call architecture was fully supported with a transport layer facilitating cross-chain communication. All BNB Chain forks—including Ramanujan, Niels, MirrorSync, and Bruno—were incorporated. Most significantly, the block processing methodology was redesigned to accommodate BNB Chain's requirement of appending system transactions and receipts to block execution, with corresponding adjustments to transaction and state roots. All system contracts received full support through the implementation of a dedicated transport layer.

Key Milestones

Ankr's deployment strategy prioritizes sequential validation of Erigon's functionality within the BNB Chain ecosystem. The initial release operates as a full blockchain node without Validator Mode, allowing the team to eliminate implementation errors before enabling advanced features. The first critical milestone involves verifying that Erigon executes flawlessly with BNB Chain full nodes on both Mainnet and Testnet environments. Subsequent phases will validate compatibility with BNB Chain validator nodes and enable validator functionality once full node capabilities are thoroughly validated.

Erigon's architecture introduces multiple performance enhancements specifically optimized for BNB Chain. The implementation leverages the MDBX storage library—one of the fastest and most lightweight embedded databases—replacing the traditional LevelDB implementation. MDBX delivers 30% performance improvements compared to alternative databases like RocksDB or LevelDB, though database size is theoretically limited to 8TB through page addressing constraints (modifiable via filesystem page size adjustments). Current implementations require approximately 2.5TB for complete archive node data. The RPC daemon architecture decouples RPC functionality from node operations, enabling independent scaling through remote database connectivity and cluster formation. The staged synchronization process divides synchronization into 15 distinct phases—including header/body downloading, block execution, and state verification—allowing comprehensive resource utilization through batch processing and shared caches. Each phase drops intermediary caches after completion, conserving disk space and minimizing IO operations.

Benchmark Testing and Results

Ankr conducted comprehensive performance testing using below-average commodity hardware to demonstrate Erigon's efficiency. Test infrastructure included 4 vCPU, 8GB memory, 160GB OS disk, and 1TB data storage. Testnet synchronization completed within 25 hours and 10 minutes upon reaching block 14,778,509. Notably, the implementation utilized only one processor core, suggesting substantial optimization potential through multi-core utilization, with preliminary estimates indicating 4-5x speed improvements through code refactoring—nonetheless substantially faster than current Go-Ethereum clients.

Performance benchmarking employed ethspam and versus testing frameworks, evaluating concurrent request handling at 100, 200, and 300 simultaneous requests. Erigon demonstrated flawless performance with 0% error rates across all test scenarios. Comparative analysis against an identical server executing Geth on Goerli testnet with 100 concurrent requests revealed 6.75% connection error rates, highlighting Erigon's superior reliability and performance characteristics.

Benefits for the BNB Chain Ecosystem

Ankr's Erigon implementation provides transformative benefits for the entire BNB Chain ecosystem. BNB Chain continues to experience significant transaction volume growth as emerging markets accelerate DeFi, NFT, and gaming adoption. While low gas fees and EVM compatibility drive this adoption, node infrastructure must maintain performance under sustained demand. By open-sourcing Ankr's custom Erigon implementation, the ecosystem gains access to significantly more efficient node infrastructure, enabling node providers to maintain network synchronization and supporting the BNB Chain community's continued expansion.

Ankr's complementary public RPC service provides additional ecosystem value, offering free, unrestricted access for developers to make request calls to BNB Chain with identical functionality to operating full nodes independently. This RPC infrastructure democratizes access to blockchain capabilities, enabling broader developer participation and accelerating ecosystem innovation.

Conclusion

Ankr's implementation of Erigon for BNB Chain represents a significant infrastructure advancement addressing critical scalability limitations while maintaining complete EVM compatibility. Through systematic resolution of technical integration challenges and comprehensive performance optimization, Erigon reduces storage requirements by 93% while dramatically improving synchronization speed and reliability. The open-source implementation empowers the broader BNB Chain community with production-grade infrastructure, enabling node operators to contribute computing resources to the Ankr Protocol while supporting emerging market adoption of blockchain technology. As BNB Chain continues its evolution, Erigon provides the foundational performance improvements necessary to sustain ecosystem growth and accommodate ever-increasing transaction volumes. Future optimization through multi-core utilization, validator mode enablement, and continued collaboration with the BNB Chain core team will further enhance network efficiency and reliability.

FAQ

What is ANKR RPC?

ANKR RPC is a high-performance blockchain connection service provided by Ankr that enables developers to build and power Web3 applications across 30+ blockchains with reliable, fast infrastructure.

How to use ANKR RPC?

Visit ankr.com/rpc, select your desired blockchain from the chains list, obtain your API endpoint, and integrate it into your application for blockchain transactions and data queries.

What is an RPC in crypto?

An RPC (Remote Procedure Call) is a protocol enabling programs to execute functions on remote blockchain servers. It allows applications to interact with blockchain networks, query data, send transactions, and retrieve information. RPCs are fundamental infrastructure for accessing decentralized networks.

* The information is not intended to be and does not constitute financial advice or any other recommendation of any sort offered or endorsed by Gate.

Share

Content

Introducing the Erigon Solution

Why Erigon?

Challenges and Improvements With Ankr's Implementation

Key Milestones

Benchmark Testing and Results

Benefits for the BNB Chain Ecosystem

Conclusion

FAQ

Related Articles
Top Decentralized Exchange Aggregators for Optimal Trading

Top Decentralized Exchange Aggregators for Optimal Trading

Exploring top DEX aggregators in 2025, this article highlights their role in enhancing crypto trading efficiency. It addresses challenges faced by traders, such as finding optimal prices and reducing slippage, while ensuring security and ease of use. A practical overview of 11 leading platforms is provided, with guidance on selecting the right aggregator based on trading needs and security features. Designed for crypto traders seeking efficient and secure trading solutions, the article emphasizes the evolving benefits of using DEX aggregators in the DeFi landscape.
2025-12-24
Understanding Web3 Wallets: A Comprehensive Guide

Understanding Web3 Wallets: A Comprehensive Guide

This article provides a comprehensive guide to understanding Web3 wallets, highlighting their significance in securely managing and trading digital assets. It delves into the infrastructure of these wallets, their compatibility with decentralized applications, and their empowerment of users through non-custodial control. Targeted at cryptocurrency traders and investors, the article addresses the need for secure storage solutions and explores the variety of Web3 wallets available, including hardware and software options. It also discusses Web3's advanced internet framework, security features, and benefits, making it essential reading for anyone navigating the decentralized digital economy.
2025-12-22
What is Avalanche (AVAX): A Complete Fundamentals Analysis of Whitepaper Logic, Use Cases, and Technical Innovation

What is Avalanche (AVAX): A Complete Fundamentals Analysis of Whitepaper Logic, Use Cases, and Technical Innovation

This article offers an in-depth analysis of Avalanche (AVAX) covering its three-chain architecture innovation, token utility, ecosystem expansion, and competitive positioning. It explores how Avalanche enables high transaction throughput, efficient governance, and diverse use cases in DeFi, RWA, and gaming sectors. Targeted at developers and blockchain enthusiasts, the article details the strategic roadmap and contrasts Avalanche's performance against rivals like Solana and Ethereum. Key themes include AVAX's versatile design and institutional adoption, providing essential insights for understanding this emerging blockchain platform.
2025-12-21
Understanding Governance Tokens: A Comprehensive Guide

Understanding Governance Tokens: A Comprehensive Guide

The article "Understanding Governance Tokens: A Comprehensive Guide" explores the significance of governance tokens in decentralized decision-making within the cryptocurrency ecosystem. It explains how these tokens empower users with voting rights, facilitating democratic participation and equitable governance in blockchain projects. The guide distinguishes between governance tokens and utility tokens, providing insights into their unique roles and functions. Readers learn about the operational mechanics, pros and cons, and trading platforms like Gate for acquiring governance tokens. Additionally, the article provides real-world examples such as Uniswap, Aave, and MakerDAO to illustrate governance tokens in action.
2025-12-19
Understanding Multi Signature Wallets Explained

Understanding Multi Signature Wallets Explained

This article explains the concept and functionality of multisig wallets, which enhance security and collaborative control over digital assets. It addresses the differences between custodial and self-custodial multisig wallets, outlines the process of creating one, and discusses their pros and cons. Additionally, it lists popular multisig wallet options, tailored for crypto users in group settings or seeking heightened security measures. Ideal for individuals and organizations aiming to safeguard assets, the article guides readers in understanding and applying multisig wallet solutions while navigating potential risks and setup complexities.
2025-11-04
Complete Guide to Blockchain Gas Fees in Web3

Complete Guide to Blockchain Gas Fees in Web3

This article provides a comprehensive guide to blockchain gas fees, a crucial aspect of Web3 transactions affecting costs, processing times, and user experiences. It details what gas fees are, their calculations, and the role of different tokens, helping users navigate transaction challenges like failures due to insufficient funds or network congestion. The piece also explores innovative solutions like Instant Gas and token-based reward systems, ensuring seamless interaction on major blockchain networks. Ideal for blockchain users seeking to optimize transaction success rates, the guide underscores the importance of understanding gas fees in ensuring efficient Web3 participation.
2025-12-19
Recommended for You
What is BULLA coin: analyzing whitepaper logic, use cases, and team fundamentals in 2026

What is BULLA coin: analyzing whitepaper logic, use cases, and team fundamentals in 2026

BULLA coin introduces decentralized accounting and on-chain data management innovation built on BNB Smart Chain, eliminating intermediaries while ensuring real-time transaction verification. The platform addresses critical gaps in cryptocurrency infrastructure by embedding accounting logic directly into smart contracts, enabling transparent audit trails and regulatory compliance. Real-world applications include seamless transaction imports across multiple exchanges, comprehensive crypto portfolio tracking, and secure record-keeping for investors. Trade import tools enhance user experience by automating data categorization and consolidation. Founded in 2021 by blockchain architect Benjamin with support from experienced fintech designers and engineers, BULLA Networks demonstrates active development momentum with continuous smart contract iterations through early 2026. The 2026-2027 strategic roadmap prioritizes network infrastructure expansion and enhanced security protocols, positioning BULLA as a robust decen
2026-02-08
What is on-chain data analysis and how does it reveal whale movements and active addresses in crypto?

What is on-chain data analysis and how does it reveal whale movements and active addresses in crypto?

On-chain data analysis reveals cryptocurrency market dynamics by examining active addresses and transaction metrics that expose whale movements and investor behavior. This comprehensive guide explores how blockchain data serves as a critical market indicator, demonstrating the correlation between large holder activities and price movements—such as FLOKI's 950% surge in whale transactions. The article covers whale movement tracking, holder distribution patterns showing 73.47% concentration among major stakeholders, and on-chain fee trends as cycle indicators. Essential metrics include active addresses reflecting genuine network participation, transaction volumes revealing strategic positioning, and network congestion patterns during market cycles. By tracking these interconnected indicators through platforms like Glassnode and Gate, investors and traders can identify market sentiment shifts, anticipate price movements, and distinguish institutional activity from retail participation, making on-chain analysis i
2026-02-08
What is Vodra (VDR) crypto: whitepaper logic, use cases, and fundamentals analysis for 2026

What is Vodra (VDR) crypto: whitepaper logic, use cases, and fundamentals analysis for 2026

Vodra (VDR) is a decentralized blockchain platform revolutionizing creator economics through AI-powered infrastructure and transparent compensation systems. The project addresses the creator economy's core challenge—unfair intermediary-controlled monetization—by enabling direct audience-to-creator transactions without traditional gatekeepers. VDR's whitepaper establishes a dual-layer architecture combining artificial intelligence for content assistance with blockchain verification for security and transparency. The platform's real-world applications extend from content monetization to DeFi ecosystem integration, real-world asset tokenization, and AI-driven automation by 2026. Founded by former Google engineer Yu Hu with backing from prominent investors like Dragonfly and The Spartan Group, Vodra positions itself at the intersection of Web3 infrastructure and creator empowerment. Key acquisition channels include Gate and other decentralized exchanges, with development roadmaps targeting API standardization, en
2026-02-08
How do cryptocurrency competitors compare in market share, performance, and user adoption in 2026?

How do cryptocurrency competitors compare in market share, performance, and user adoption in 2026?

This comprehensive analysis examines how major cryptocurrency competitors diverge across market share, performance, and user adoption in 2026. Bitcoin maintains dominance above 60% while institutional investors adopt core-satellite portfolios allocating 60-80% to Bitcoin and 15-25% to Ethereum. Layer-2 solutions command a decisive 40% market share advantage over legacy networks, with Solana leading at 1,133 TPS and driving institutional TVL beyond $50 billion. Regional adoption varies dramatically: Asia-Pacific accelerates at 11.6% CAGR driven by digital transformation, while North America concentrates 75% institutional users. Trading activity concentrates on Gate and leading platforms, with top five cryptocurrencies maintaining 61% combined market share. Understanding these divergent trajectories is essential for investors navigating competitive positioning and institutional capital flows.
2026-02-08
What is on-chain data analysis and how does it predict crypto market trends

What is on-chain data analysis and how does it predict crypto market trends

This comprehensive guide explores on-chain data analysis as a foundational tool for predicting cryptocurrency market trends. The article examines how blockchain metrics—including active addresses, transaction volume, and network health—reveal genuine market sentiment beyond price action alone. Key sections analyze whale movements as reliable leading indicators of market direction, demonstrating how large holder distribution patterns expose institutional positioning before broader price shifts occur. The guide further demonstrates how gas fee trends and network congestion serve as real-time sentiment gauges across different blockchain architectures. By tracking these on-chain indicators on platforms like Gate, traders can identify market opportunities before mainstream recognition. The article emphasizes that while on-chain analysis provides measurable predictive value through transaction flow analysis and holder behavior patterns, it functions best as a complementary tool alongside other market analysis metho
2026-02-08
How Does VeChain (VET) Community and Ecosystem Activity Compare to Other Layer 1 Cryptocurrencies in 2026?

How Does VeChain (VET) Community and Ecosystem Activity Compare to Other Layer 1 Cryptocurrencies in 2026?

This comprehensive analysis examines VeChain's community and ecosystem activity relative to competing Layer 1 blockchains in 2026. The article evaluates VeChain's multimillion-follower social infrastructure across Discord and Telegram, extensive developer ecosystem featuring 5,000+ DApps, and robust on-chain metrics with 2.5 million daily active addresses. Key findings highlight VeChain's enterprise-grade differentiation through supply chain solutions, institutional partnerships with Fortune 500 organizations, and proven real-world applications. While VeChain demonstrates lower developer numbers than Ethereum and Solana, its focused positioning in enterprise adoption, regulatory compliance through MiCA alignment, and strategic partnerships with DNV and Boston Consulting Group establish competitive advantages in B2B blockchain adoption, positioning VET as a distinctive Layer 1 leader within enterprise-centric ecosystems.
2026-02-08