News
23 Mar 2026, 13:00
This Major Cardano Upgrade Could Change The Network’s Trajectory

Cardano member organization Intersect has provided an update on the Cardano Node 10.7.0 upgrade, which could significantly impact the network’s growth . This move comes as the network prepares for the Van Rossem hard fork, which will usher in Protocol version 11. Cardano Node 10.7.0 Upgrade Set To Be Released In an X post , Intersect revealed that the target pre-release is expected in the next few days and that benchmarking is not considered a hard blocker for pre-release. Instead, the pre-release is dependent on performance results and integration testing, with further minor releases likely to follow. The node 10.7.0 pre-release is a key part of the Van Rossem hard fork , which would enhance smart contracts and node performance on the network. As part of the pre-release, Intersect revealed that a DBSync compatible with the 10.7.0 node is expected soon after the node is released. Furthermore, this upgrade includes no serialization changes, so developers do not anticipate issues with hardware wallets . Meanwhile, Intersect noted that the pre-release version 10.7.0 can be used for testing features. Additionally, version 10.7.x will be promoted to V11 to fork the Preview and PrePod testnets and subsequently the mainnet. A major focus of Protocol Version 11 is enhancing Plutus, Cardano’s smart contract platform . Intersect noted that the hard fork will introduce new Plutus built-in functions. These functions are CIP-138 (Array type), CIP-153 (MaryEraValue type), CIP-109 (Modular exponentiation builtin), CIP-132 (dropList builtin), and CIP-133 (Multi-scalar multiplication over BLS12-381). These new built-ins are said to be available for testing as SanchNet has been upgraded to Protocol Version 11. Meanwhile, Scalus’ smart contract tooling has been upgraded ahead of the hard fork to enable these built-ins. A Pivotal Year Ahead For Cardano Cardano trading platform TapTools stated that Cardano is heading into one of its most important years yet and that 2026 is “stacked” with several bullish developments. These developments include the Rossem hard fork, Midnight mainnet bringing privacy to the network, the CLARITY Act , Ouroboros Leios upgrade, and CNT listings. The CLARITY Act will provide regulatory clarity, which could boost the ADA price as more institutional investors adopt the network once clarity is in place. It is worth noting that the SEC said that Cardano is a digital commodity, not a security. The CLARITY Act will cement the token’s status as a commodity. Cardano ETFs are also likely to launch this year. Grayscale has already filed for an ADA ETF, which is far gone in the approval process. The launch of this fund could attract new capital into the Cardano ecosystem as institutions invest in ADA. At the time of writing, the ADA price is trading at around $1.38, down over 2%, according to data from CoinMarketCap.
23 Mar 2026, 12:51
What is blockchain scalability: a complete guide

Blockchain scalability remains one of the industry's most misunderstood challenges. Many assume networks can simply add more nodes or increase block sizes to handle millions of transactions without consequence. Reality proves far more complex. True scalability requires balancing throughput, cost, and security while maintaining decentralization, a puzzle known as the blockchain trilemma. This guide cuts through the confusion to explain what blockchain scalability actually means, how different scaling methods work, and what performance you can realistically expect from various solutions in 2026. Key Takeaways PointDetailsBlockchain trilemmaTrade-offs are inevitable because you cannot optimize throughput, security, and decentralization simultaneously.Layer 1 and 2 tradeoffsLayer 1 upgrades raise base throughput while Layer 2 solutions provide additional scaling with different security and decentralization implications.Real world TPS varianceReal world transaction throughput varies widely across chains and solutions due to design choices and usage patterns.State growth challengesPractical scalability also hinges on managing state growth and ensuring data availability for long term operation. Understanding blockchain scalability: metrics and limits Blockchain scalability refers to a network's ability to handle high transaction throughput (TPS), low latency (TTF), and low fees without compromising decentralization or security. These three elements form the core metrics you need to understand. Transactions per second (TPS) measures how many operations a blockchain processes in a given timeframe. Time to finality (TTF) indicates how long before a transaction becomes irreversible and settled. The fundamental constraint shaping all scalability efforts is the blockchain trilemma . This concept states that blockchains can optimize for only two of three properties: scalability, security, and decentralization. Push too hard on throughput, and you risk centralizing the network by requiring expensive hardware that only a few can afford to run. Ethereum's Layer 1 processes roughly 15-30 TPS precisely because it prioritizes security and decentralization over raw speed. Consider what happens when you increase block size or reduce block time to boost TPS. Larger blocks require more bandwidth and storage, making it harder for regular users to run full nodes. Fewer nodes mean fewer validators checking the network's integrity, concentrating power among those who can afford the infrastructure. This centralization risk explains why Bitcoin maintains 10-minute blocks and Ethereum kept conservative limits even after transitioning to proof of stake. Key scalability factors include: Network bandwidth requirements for propagating blocks Storage capacity needed to maintain full blockchain state Computational power for validating transactions and executing smart contracts Economic incentives balancing miner/validator rewards with user fees Fees create another dimension of the scalability puzzle. When demand exceeds capacity, users bid up transaction costs to get priority. Ethereum saw gas fees spike to hundreds of dollars during peak congestion in 2021 and 2022. Understanding blockchain layers explained helps clarify how different architectural approaches tackle these interrelated challenges. "The blockchain trilemma forces every project to choose which two properties matter most. There's no free lunch in distributed systems." Pro Tip: When evaluating a blockchain's scalability claims, always ask what trade-offs were made. High TPS numbers mean little without context about decentralization, security assumptions, and real-world fee behavior under load. Layer 1 and consensus upgrades: fundamental scalability methods Layer 1 scaling modifies the base blockchain protocol itself to improve throughput and efficiency. The most impactful approach involves upgrading consensus mechanisms. Ethereum's shift from Proof of Work to Proof of Stake reduced block times from 13 seconds to 12 seconds while slashing energy consumption by 99.95%. PoS enables faster finality and opens doors for additional scaling innovations that weren't feasible under PoW's computational constraints. Sharding represents another foundational Layer 1 technique. This approach divides the blockchain's state and transaction processing across multiple parallel chains called shards. Each shard handles a portion of the network's total load, theoretically multiplying throughput by the number of shards. Ethereum originally planned full execution sharding but pivoted strategy based on Layer 2 developments. The current Ethereum roadmap centers on proto-Danksharding (EIP-4844), which implements data sharding specifically optimized for rollups rather than execution sharding. This upgrade introduces "blob" transactions that temporarily store large amounts of data at much lower cost than traditional calldata. Proto-Danksharding dramatically reduces Layer 2 costs by providing cheap data availability, making rollups the primary scaling solution. Layer 1 scaling progression typically follows these stages: Optimize existing consensus (PoW to PoS transitions) Implement data availability improvements (proto-Danksharding) Add execution sharding or parallel processing (future roadmap) Continuously refine client software for efficiency gains The benefits of proto-Danksharding extend beyond simple cost reduction. By dedicating blockchain space specifically for rollup data rather than execution, Ethereum can support significantly more Layer 2 activity without bloating state or overwhelming validators. Each blob provides roughly 125 KB of temporary data that gets pruned after a few weeks, avoiding permanent storage burden. Layer 1 improvements require careful coordination across the entire network. Hard forks demand that all nodes upgrade simultaneously, creating governance challenges and backward compatibility concerns. This complexity explains why base layer changes happen slowly and conservatively. Exploring blockchain layers explained reveals how this caution protects network security while enabling innovation. Pro Tip: Stay updated on Ethereum's roadmap via ethereum.org to understand upcoming protocol changes that will affect development priorities, gas optimization strategies, and Layer 2 economics over the next several years. Layer 2 scaling solutions: rollups, channels, and sidechains Layer 2 solutions process transactions off the main blockchain while inheriting varying degrees of its security. Rollups represent the most promising Layer 2 approach, batching hundreds of transactions into compressed proofs posted to Layer 1. This architecture achieves massive throughput gains while maintaining strong security guarantees through the base layer. Optimistic rollups assume transactions are valid by default and use a challenge period where anyone can dispute fraudulent batches. Solutions like Arbitrum and Optimism process roughly 40,000 TPS during peak periods. The trade-off comes in withdrawal delays, typically seven days, to allow fraud proofs to be submitted if needed. ZK rollups take a different approach using zero-knowledge proofs to cryptographically verify transaction validity. After the Dencun upgrade in early 2024, ZK rollups like zkSync and StarkNet achieve transaction costs around $0.0001 by leveraging blob space. They offer faster finality than Optimistic rollups since no challenge period is needed, but generating ZK proofs requires significant computational resources. State channels enable instant, near-free transactions between participants by conducting activity off-chain and only settling final states on Layer 1. Lightning Network for Bitcoin exemplifies this approach. Channels work brilliantly for frequent interactions between known parties, like streaming micropayments, but require locking capital and don't suit one-time transactions with strangers. Plasma and sidechains sacrifice some security for additional throughput. Plasma chains periodically commit state roots to Ethereum but handle execution independently. Sidechains like Polygon PoS run separate consensus mechanisms with bridges to the main chain. Both achieve high TPS but rely on their own validator sets rather than inheriting Ethereum's full security. Solution TypeTypical TPSSecurity ModelBest Use CaseWithdrawal TimeOptimistic Rollups2,000-40,000Inherits L1 via fraud proofsGeneral DeFi, NFTs7 daysZK Rollups2,000-20,000Inherits L1 via validity proofsPayments, tradingMinutes to hoursState ChannelsUnlimitedSecured by L1 settlementMicropayments, gamingInstantSidechains1,000-7,000Independent validatorsHigh-volume, lower valueMinutes to hoursPlasma1,000-4,000Limited L1 securitySpecific applicationsHours to days Key considerations when choosing Layer 2: Security requirements for your application and user funds Transaction volume patterns and whether users need instant finality Development complexity and available tooling for each solution Liquidity fragmentation across different Layer 2 networks Understanding blockchain layers explained helps you match the right scaling solution to your specific needs. Each approach optimizes for different constraints, and many applications benefit from using multiple Layer 2 types strategically. Pro Tip: When choosing Layer 2, prioritize security needs over raw throughput for financial applications. High-value DeFi protocols should favor rollups that inherit Layer 1 security rather than sidechains with independent validator sets that introduce additional trust assumptions. Real-world scalability benchmarks and challenges Theoretical limits tell only part of the scalability story. Real-world performance reveals how different blockchains handle actual usage patterns and edge cases. Ethereum Layer 1 processes 15-30 TPS , while Solana achieves 3,000-5,000 TPS in practice. Layer 2 solutions collectively handle roughly 4,000 TPS across 139 active chains. DPoS networks like EOS reach up to 3,500 TPS by concentrating validation among elected block producers. Blockchain/SolutionReal-World TPSTime to FinalityNode RequirementsDecentralization LevelEthereum L115-3012-15 minutesModerate (consumer hardware)High (500k+ validators)Solana3,000-5,0002-3 secondsHigh (expensive hardware)Medium (1,900+ validators)Layer 2 Aggregate~4,000Varies by typeMinimal (use L1 nodes)Inherits L1Polygon PoS1,000-7,0002 secondsModerateLow (100 validators)Avalanche4,500+1-2 secondsHighMedium (1,300+ validators) The gap between theoretical and practical throughput stems from multiple factors. Network latency, block propagation times, and mempool management all constrain real performance below theoretical maximums. Solana's architecture enables 65,000 TPS theoretically but delivers far less under actual conditions due to these practical limitations. State explosion poses a critical long-term challenge often overlooked in scalability discussions. As blockchains process more transactions, the total state (account balances, smart contract storage, etc.) grows continuously. Ethereum's state exceeds 100 GB, requiring significant storage and RAM to run a full node. This growth pressures decentralization by making node operation increasingly expensive. Practical scalability challenges include: RPC endpoint rate limits constraining application access during high demand Mempool congestion causing transaction delays even when blocks aren't full State access costs rising as databases grow, slowing transaction execution Network partitions and reorgs creating temporary inconsistencies Edge cases reveal additional complexities. Plasma mass exit events, where many users simultaneously withdraw to Layer 1, can overwhelm the base chain. Rollup reorgs occur when sequencers reorganize transaction ordering before batching. These scenarios rarely happen but create operational risks that developers must plan for. Even fast Layer 1 blockchains encounter problems under sustained load. Solana experienced multiple network outages in 2022 and 2023 when bot activity overwhelmed consensus. Fee markets on any chain spike during genuine demand surges, as seen when popular NFT mints or token launches attract thousands of simultaneous users. Understanding why blockchain matters in 2026 requires acknowledging these real-world constraints alongside the technology's potential. Time to finality matters as much as TPS for many applications. A blockchain processing 10,000 TPS with 30-minute finality provides worse user experience than one doing 1,000 TPS with 2-second finality for interactive applications. Payment systems, gaming, and DeFi all benefit more from fast finality than raw throughput. Explore more blockchain insights and crypto updates Blockchain scalability continues evolving rapidly as developers refine Layer 1 protocols and expand Layer 2 ecosystems. Staying informed about the latest innovations, network upgrades, and performance benchmarks helps you make better decisions whether you're building applications, investing in protocols, or simply following the space. Our platform delivers daily coverage of breakthrough scaling solutions, protocol upgrades, and emerging technologies reshaping blockchain infrastructure. Explore comprehensive analysis connecting technical developments to market implications and real-world adoption trends. Discover expert perspectives on crypto news and blockchain updates covering everything from consensus innovations to cross-chain interoperability. Check out our crypto outlook for 2026 for strategic insights on how scalability improvements will impact the broader ecosystem. Stay ahead with crypto trends in 2026 featuring expert strategies for navigating this dynamic landscape. Frequently asked questions What is blockchain scalability? Blockchain scalability measures a network's capacity to handle growing transaction volumes while maintaining low costs, fast confirmation times, and decentralization. It encompasses throughput (TPS), latency (TTF), and economic efficiency without sacrificing security or requiring prohibitively expensive node hardware. Why can't blockchains just increase block size to scale? Increasing block size raises bandwidth, storage, and computational requirements for validators. This forces out smaller participants who can't afford the infrastructure, centralizing the network among well-funded operators. The blockchain trilemma means improving scalability through block size comes at the cost of decentralization. How do Layer 2 solutions maintain security? Rollups inherit Layer 1 security by posting transaction data and proofs on the base chain, allowing anyone to verify correctness or challenge fraud. State channels secure funds through smart contracts that enforce rules even if one party acts maliciously. Sidechains use independent security models with varying trust assumptions. What causes the difference between theoretical and real TPS? Network latency, block propagation delays, mempool management, and validator processing limits all constrain practical throughput below theoretical maximums. Real-world conditions like geographic distribution of nodes, internet connection quality, and software efficiency create overhead that doesn't appear in idealized calculations. Will state growth eventually make blockchains unusable? State growth poses a serious long-term challenge requiring ongoing solutions like state expiry, statelessness, and efficient data structures. Ethereum's roadmap addresses this through verkle trees and state expiry proposals. Layer 2 solutions also help by moving execution off-chain while keeping Layer 1 state minimal. Recommended Why blockchain matters in 2026 - Crypto Daily Blockchain layers explained: Roles and impact in 2026 Why blockchain is transparent: mechanisms and impact Why blockchain matters: unlocking trust in 2026 Disclaimer: This article is provided for informational purposes only. It is not offered or intended to be used as legal, tax, investment, financial, or other advice.
23 Mar 2026, 12:23
$120 Billion Opportunity? JPMorgan Flags Ripple’s Cross-Border Payments Play

JPMorgan Flags Ripple’s XRP Network as Key to Unlocking $120B in Cross-Border Payments A resurfaced 2021 report from JPMorgan Chase is reigniting discussion across the financial sector, spotlighting Ripple’s potential to reshape cross-border payments. The report argues that Ripple’s XRP-driven settlement model could free up to $120 billion in trapped liquidity within the global payments system, offering a faster, more efficient alternative to traditional transfer methods. That figure isn’t hypothetical, it captures the real inefficiencies still weighing down cross-border payments: steep fees, slow settlement, and poor transparency. For businesses, these frictions tie up liquidity and drive up operational costs. JPMorgan’s analysis highlights Ripple’s infrastructure as a credible alternative, built to move value with the same speed and precision as data. At the heart of Ripple’s model is XRP acting as a bridge between currencies in real time, removing the need for banks to hold pre-funded accounts across multiple jurisdictions. In practice, this allows capital to move more efficiently, freeing up funds that would otherwise remain idle. It stands in contrast to the traditional correspondent banking system, where cross-border payments can take days to settle and often rely on multiple intermediaries along the way. XRP’s Momentum Builds as Ripple Expands and Institutions Eye Blockchain for Global Finance Recent activity on the XRP Ledger is drawing attention. A transfer of 20 million XRP was processed with a fee of just 0.000015 XRP, virtually negligible compared to traditional transfer costs. While such large movements aren’t unusual, they underscore the network’s ability to move substantial value quickly and cheaply, reinforcing the efficiency narrative highlighted in reports from JPMorgan Chase & Co. At the same time, sentiment among financial leaders appears to be evolving. A Ripple-led survey indicates that 74% of finance executives believe stablecoins can enhance cash flow management. This reflects a broader shift, with institutions increasingly exploring blockchain-based solutions not just for faster settlement, but for improved transparency, control, and visibility over funds. Ripple is also advancing its on-the-ground strategy, particularly in Brazil, where it is building out an integrated suite of services spanning custody, payments, stablecoin settlement, and treasury management. Its move toward securing a Virtual Asset Service Provider (VASP) license further points to a clear intent to operate within established regulatory frameworks and deepen its role in institutional finance. Well, the renewed attention from JPMorgan’s report and growing institutional interest, Ripple’s global expansion signals more than incremental progress. Conclusion The renewed attention from JPMorgan Chase goes beyond validating a single company, it points to a broader shift in how the global money movement is evolving. Ripple is positioning itself at the center of that transition, with XRP acting as a real-time settlement layer that challenges legacy payment systems. As inefficiencies in cross-border transfers become increasingly difficult to ignore and institutional interest in blockchain continues to grow, the prospect of unlocking $120 billion in trapped liquidity feels less abstract. If this momentum holds, Ripple’s approach may do more than disrupt existing rails; it could help reshape them.
23 Mar 2026, 11:14
Bitcoin Bulls Eye Rebound To $80k As 10,000 BTC Exit Exchanges In 24 Hours

Bitcoin (BTC) traded in a tight range on Monday as traders assessed mixed market signals following a surge in liquidity across markets. Notably, over the past week, the world’s largest cryptocurrency declined by nearly 7% amid broad selling pressure across the cryptocurrency market. However, despite this volatility, several analysts believe the world’s largest cryptocurrency could Originally published on ZyCrypto - blockchain news, expert analysis, and Web3 coverage. Full article at ZyCrypto.com
23 Mar 2026, 10:37
Aster Price Tests $0.65 Post Stage 6 Strategic Buyback Activation

Aster triggers Stage 6 Strategic Buyback Reserve post-mainnet launch. The Strategic Wallet is public and used for storing $ASTER repurchases on fees for on-chain activities. Auto (40%) and targeted (20-40%) buybacks form $0.65 “buy wall” absorbing dips amid volatility. $ASTER price is entering a key volatility window this week as the ecosystem transitions from its Layer1 Mainnet launch to an aggressive capital-preservation phase. Aster’s mainnet launch saw the token surge 10% to a high of $0.76, before tanking. The L1 has now activated its Stage 6 Strategic Buyback Reserve to create a “protocol-enforced floor” through massive on-chain repurchases. A Strategic Buyback reserve is a high-impact financial mechanism designed to protect token value and absorb sell-side pressure through direct protocol intervention. Aster Deploys Strategic Wallet Amid Market Volatility In an update shared via their official X account, Aster confirmed that it has begun actively deploying repurchases from its Strategic wallet. The move follows a structured program initiated in February 2-26, where the protocol committed to allocating up to 80% of daily platform fees towards $ASTER buybacks. Stage 6 Strategic Buyback Reserve for $ASTER is now activated. We’re actively deploying repurchases from the Strategic Wallet to provide support amid market conditions. On-chain and verifiable: 0xe5779AEEf4ccC5Ec4fD78f008063D7DC4D0A780c Buyback operations will progressively… https://t.co/DT5EFumSM0 — Aster (@Aster_DEX) March 23, 2026 The transactions and wallet address were made public, and the verifiable address “ 0xe5779AEEf4ccC5Ec4fD78f008063D7DC4D0A780c ” to the Strategic Wallet was also shared. The protocol also gave a breakdown of the strategy in February. According to the tweet , the Stage 6 program can be divided into two parts: Automatic Daily Buyback (40% of fees) : Executed each day programmatically to provide a consistent foundation for the token value. Strategic Buyback Reserve (20-40% of fees) : Targeted repurchases triggered by specific market conditions to maximize value during periods of high volatility. Will Buybacks Lead to a Surge in $ASTER Price? The 15-minute chart shows the token is currently trading at $0.6591, struggling to break above the descending trendline that’s acting as a ceiling since the $0.70 retest. The activation of the Strategic Reserve has given the token relief in an uncertain market by creating a formidable “buy Wall” at the $0.65 psychological level. The protocol’s decision to allocate nearly 80% of the revenue to buybacks creates a unique deflationary environment that can punish over-leveraged short positions. If the buyback volume continues to accelerate, a breach of the $0.6738 resistance could pave the way for a swift recovery toward the $0.75 zone. It will progressively migrate to the high-performance Aster Chain. Migration to Aster Chain The transition of these buyback operations to the native Aster Chain marks a significant milestone in the project’s roadmap. By shifting the financial mechanics to its own Layer 1, the protocol aims to enhance the speed and efficiency of its deflationary model. As Phase 3 Public Staking approaches, the combination of protocol-led buybacks and user-led staking could create a significant supply-side shock. Traders are closely watching the $0.65 floor to see if the Strategic Reserve can maintain the current consolidation phase before the next leg up. Editor’s Note The chart shows the $ASTER price locked in a tightening wedge. The price action is clearly suppressed by a resistance line descending from the $0.69 zone. Every time the price dipped toward the $0.65 support level, it was met with immediate absorption. The absorption level aligns with the activation of the Strategic Reserve. If the token can reclaim the $0.6738 level with a volume spike, it signals that the buyback demand has officially exhausted the sellers. A successful breach of this resistance opens the door for a retest of $0.75 and potentially the psychological $0.80 barrier. Also Read: Ethereum Price Eyes $2,300 Breakout After Holding Key Support
23 Mar 2026, 09:47
Mantle DeFi TVL Surpasses Avalanche and Sui, Crossing $755M With +230% Growth in 6 Months

BitcoinWorld Mantle DeFi TVL Surpasses Avalanche and Sui, Crossing $755M With +230% Growth in 6 Months Dubai, United Arab Emirates, March 23rd, 2026, Chainwire Mantle, the high-performance premier distribution for real-world assets connecting traditional finance and on-chain liquidity, today announced it has crossed $755 million in total DeFi TVL , according to DeFiLlama. This milestone represents 230% growth over six months , establishing Mantle as one of the fastest-growing networks in the current market cycle and surpassing several major Layer 1 chains like Avalanche and Sui in total DeFi TVL. A Masterclass in Resilience What makes this milestone particularly significant is the context in which it was achieved. In September 2025, Mantle’s Total Value Locked (TVL) ranged from $160M to $200M . Over six months, and despite navigating one of the most challenging and “coldest” market cycles in years, the ecosystem has achieved a growth rate approaching nearly a 300% increase. While many protocols struggled to maintain liquidity, Mantle’s fast expansion reflects a flight to quality and utility among DeFi participants. This growth is not the result of short-term liquidity incentives or mercenary capital. It is the compound effect of deliberate ecosystem building, structural infrastructure advantages, and the unique distribution flywheel created by Mantle’s strategic alignment with Bybit, one of the world’s largest centralized exchanges with over 80 million users globally. Two Strategic Levers: RWA and CeDeFi Mantle’s ecosystem is currently focused on two strategic, high-conviction growth levers. Real World Assets (RWA): Mantle has positioned itself as the primary destination for the next generation of on-chain finance. By optimizing infrastructure for tokenized treasury bills, credit, and real estate, Mantle is ready to capture the massive liquidity influx as institutional RWA TVL begins to flow. The CeDeFi Flywheel: Through a strategic and deep collaboration with Bybit , Mantle continues to bridge the gap between centralized and decentralized finance. This “CeDeFi” narrative provides users with the security of on-chain transparency coupled with the liquidity and ease of use found in top-tier exchanges. Mantle’s Ecosystem Momentum The $755M milestone was accelerated by a series of recent ecosystem integrations and milestones: Mantle x Aave : Mantle has crossed $1.34 billion in total lending and borrowing on Aave in just over a month since deployment, making it the third-largest Aave market globally, trailing only Plasma and Ethereum. Mantle Vault Expansion : Bybit’s Mantle Vault, now running directly on Mantle Network and powered by CIAN Protocol and Aave, has crossed $150M in AUM, serving as a direct CeFi-to-DeFi gateway for Bybit’s user base. Bybit Alpha Integration : Four Mantle-native assets are now live and tradeable on Bybit Alpha, giving 80M+ Bybit users seamless access to Mantle’s on-chain ecosystem. Capital Efficiency for MNT : 3Jane, a credit protocol on Ethereum backed by Paradigm, has whitelisted $MNT, $mETH, and $cmETH for unsecured USDC credit lines, expanding the capital utility of Mantle’s native assets. Frictionless Access via Everclear : Users can now deposit stablecoins from any supported chain directly into Aave on Mantle in a single transaction, with no manual bridging required. “Surpassing major L1s like Avalanche and Sui is just the beginning,” said Emily Bao, Head of Spot at Bybit and Key Advisor at Mantle . “Our 230% growth despite the current “cold” market conditions and ongoing political tensions proves that our infrastructure is built for builders who value sustainability and scale. As RWA becomes the backbone of DeFi, Mantle will be the engine accelerating it.” The Road to Top 10: RWAs as the Next Growth Lever Mantle’s $755 million TVL milestone is a proof point, not an endpoint. The network’s roadmap is oriented around a clear thesis: as tokenized real-world assets begin flowing on-chain in earnest, Mantle is positioned to capture a disproportionate share of that activity. The infrastructure is already in place. A deeply liquid lending market on Aave provides the yield and borrowing layer. The Bybit distribution flywheel provides the capital access. Mantle provides the RWA protocol foundation. With tokenized gold and further institutional-grade RWAs in the pipeline, Mantle’s TVL trajectory is structurally positioned to continue its upward path. A top 10 ranking in global DeFi TVL is not a distant ambition. It is the natural outcome of a distribution layer that is already connecting the world’s largest CeFi ecosystem to on-chain liquidity at scale. About Mantle Mantle positions itself as the premier distribution layer and gateway for institutions and TradFi to connect with on-chain liquidity and access real-world assets, powering how real-world finance flows. With over $4B+ in community-owned assets, Mantle combines credibility, liquidity and scalability with institutional-grade infrastructure to support large-scale adoption. The ecosystem is anchored by $MNT within Bybit, and built out through core ecosystem projects like mETH, fBTC, MI4 and more. This is complemented by Mantle Network’s partnerships with leading issuers and protocols such as Ethena USDe, Ondo USDY, and OP-Succinct. For more information about Mantle, please visit: mantle.xyz For more social updates, please follow: Mantle Official X & Mantle Community Channel Contact PR MK Chin Mantle [email protected] This post Mantle DeFi TVL Surpasses Avalanche and Sui, Crossing $755M With +230% Growth in 6 Months first appeared on BitcoinWorld .












































