Connect with us

Crypto World

Ethereum Ecosystem Hits $15B in Tokenized RWAs and $1T in Aave Loans in a Single Month

Published

on

Nexo Partners with Bakkt for US Crypto Exchange and Yield Programs

TLDR:

  • Tokenized real-world assets on Ethereum mainnet surpassed $15 billion in total market capitalization this month.
  • Aave crossed $1 trillion in all-time cumulative loans, marking a major milestone for decentralized lending on Ethereum.
  • BNP Paribas and BlackRock deepened their presence on Ethereum through new tokenized fund launches and integrations.
  • Ethereum’s Layer 2 networks advanced significantly, with Linea peaking at 218 mGas/s and Optimism shipping Upgrade 18.

Ethereum builders delivered a remarkable month of progress across the ecosystem, with milestones that captured attention across both crypto and traditional finance.

Tokenized real-world assets on Ethereum mainnet crossed $15 billion in market cap. Aave surpassed $1 trillion in all-time loans, marking a major threshold for decentralized lending.

These achievements arrived alongside 25 distinct ecosystem deliverables spanning privacy, scaling, institutional adoption, and developer tooling.

Tokenized Real-World Assets and Institutional Products Hit Record Levels

Ethereum builders pushed tokenized real-world assets past $15 billion in total market cap on mainnet. The figure reflects sustained growth in onchain financial products built on Ethereum infrastructure. Several institutions contributed directly to that growth through new product launches this month.

BNPParibas launched a euro-denominated money market fund directly on Ethereum’s public blockchain. The move brought one of Europe’s largest banks into Ethereum’s financial infrastructure in a meaningful way. It also added to the growing list of regulated financial products now operating onchain.

Advertisement

OndoFinance brought tokenized stocks, SPYon and QQQon, live as DeFi collateral on @Morpho. @eulerfinance also accepted tokenized equities as collateral through a collaboration with Ondo Finance, Sentora, and Chainlink. Traditional financial exposure is now usable inside Ethereum-native lending markets without leaving the chain.

Uniswap integrated with Securitize to make BlackRock’s BUIDL fund tradeable through UniswapX. @StartaleGroup introduced JPYSC, the first trust bank-backed Japanese yen stablecoin on Ethereum. Together, these launches show institutions treating Ethereum as core financial infrastructure rather than experimental technology.

Aave Crosses $1 Trillion as DeFi Activity Compounds Across the Ecosystem

Aave crossing $1 trillion in cumulative all-time loans stands as one of the month’s most watched milestones. The figure represents years of consistent lending activity built on Ethereum’s open financial layer. It also reflects growing trust in decentralized protocols to handle serious financial volume over time.

MetaLeX_Labs added to DeFi’s expanding use cases by launching cyberSign this month. The product allows users to sign legally binding agreements using Ethereum or Base as the signing infrastructure. It bridges legal execution with blockchain-native identity in a practical and accessible way.

Advertisement

RobinhoodApp launched the public testnet for Robinhood Chain, an Ethereum L2 powered by Arbitrum. The platform targets institutional settlement and aims to bridge traditional brokerage activity with public rollup infrastructure. It joins a growing set of financial platforms building directly on Ethereum’s Layer 2 ecosystem.

@base also announced that Y Combinator startups can now receive funding in USDC on Base. The development connects early-stage startup capital with Ethereum’s stablecoin and payment rails. It opens a practical path for new companies to operate natively within the Ethereum ecosystem from day one.

Builders Advance Privacy Tools, Scaling Capacity, and Staking Infrastructure

Ethereum builders made parallel progress in privacy, performance, and staking throughout the month. @payy_link announced Payy Network, a privacy-first EVM Layer 2 with default private token transfers.

@hinkal_protocol enabled private ETH and stablecoin payments on Arbitrum, extending privacy further across L2s.

Advertisement

Starknet integrated Nightfall for confidential institutional DeFi and released Starkzap, an open-source SDK for consumer apps. @blockscout launched a Tor-native onion service, giving users a private way to view Ethereum state.

The @ethereumfndn also released the One Trillion Dollar Security Dashboard, offering a full view of ecosystem security.

LineaBuild sustained over 100 mGas per second throughout the month, peaking at 218 mGas per second. @Optimism shipped Upgrade 18, targeting a more performant and customizable OP Stack for builders. These results confirm that Ethereum’s rollup layer is actively delivering on its throughput promises.

Rocket_Pool activated Saturn One, introducing 4 ETH megapool validators to strengthen decentralized staking. @ether_fi released its Android app, lowering the barrier for mobile users entering staking and DeFi.

Advertisement

The @ethereumfndn also published its 2026 priorities — Scale, Improve UX, and Harden the L1 — keeping long-term development coordinated and public.

Source link

Advertisement
Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Crypto World

AI Model Finds 22 Firefox Vulnerabilities in Two Weeks

Published

on

Nexo Partners with Bakkt for US Crypto Exchange and Yield Programs

TLDR:

  • Claude Opus 4.6 found 22 Firefox bugs in 2 weeks, 14 flagged high-severity by Mozilla researchers.
  • The 14 high-severity finds equal nearly a fifth of all such Firefox bugs Mozilla fixed in 2025.
  • Claude succeeded in building working exploits in only 2 of several hundred automated attempts.
  • Anthropic spent roughly $4,000 in API credits testing Claude’s exploit development capabilities.

Anthropic’s Claude Opus 4.6 identified 22 security vulnerabilities inside Firefox in just two weeks. Fourteen of those bugs were classified as high-severity by Mozilla. That figure represents nearly a fifth of all high-severity Firefox flaws remediated throughout 2025. 

The findings emerged from a structured research partnership between Anthropic and Mozilla.

Claude AI Uncovers High-Severity Firefox Bugs at Record Speed

The collaboration began as an internal model evaluation.

Anthropic wanted a harder benchmark after Claude Opus 4.5 nearly solved CyberGym, a known security reproduction test. Engineers built a dataset of prior Firefox CVEs and tested whether the model could reproduce them.

Claude Opus 4.6 replicated a high percentage of those historical vulnerabilities. That raised a concern: some CVEs may already have existed in Claude’s training data. 

Advertisement

Anthropic then redirected the effort toward finding entirely new bugs in the current Firefox release.

Within twenty minutes of beginning exploration, Claude flagged a Use After Free vulnerability inside Firefox’s JavaScript engine. Three separate Anthropic researchers validated the bug independently. 

A bug report, alongside a Claude-authored patch, was filed in Mozilla’s Bugzilla tracker.

By the time that first report was submitted, Claude had already produced fifty additional crashing inputs. Anthropic ultimately scanned nearly 6,000 C++ files and submitted 112 unique reports to Mozilla. Most fixes shipped to users in Firefox 148.0.

Advertisement

Firefox 148 Ships Fixes as AI Exploit Research Raises New Alarms

Mozilla triaged the bulk submissions and encouraged Anthropic to send all findings without manual validation. That approach accelerated the pipeline significantly. Mozilla researchers have since begun testing Claude internally for their own security workflows.

Anthropic also tested whether Claude could move beyond discovery into active exploitation. 

Advertisement

Researchers gave Claude access to the reported vulnerabilities and asked it to build working exploits. The goal was to demonstrate a real attack by reading and writing a local file on a target system.

Across several hundred attempts, spending roughly $4,000 in API credits, Claude succeeded in only two cases. 

According to Anthropic’s published findings, the model is substantially better at finding bugs than exploiting them. The cost gap between discovery and exploitation runs at least an order of magnitude.

The exploits that did work required a test environment stripped of standard browser security features. Firefox’s sandbox protections were not present. 

Advertisement

Anthropic noted that sandbox-escaping vulnerabilities do exist and that Claude’s output represents one component of a broader exploit chain.

Anthropic urged software developers to accelerate secure coding practices. The company also outlined a “task verifier” method, where AI agents check their own fixes against both vulnerability recurrence and regression tests. 

Mozilla’s transparent triage process helped shape that approach throughout the research.

Advertisement

Source link

Continue Reading

Crypto World

Flow Network Incident Resolved as HTX Restores Full FLOW Services

Published

on

Nexo Partners with Bakkt for US Crypto Exchange and Yield Programs

TLDR:

  • HTX confirms all FLOW assets remained intact during the Flow network incident and verification process
  • Flow developers patched the vulnerability responsible for abnormal transactions on December 27
  • HTX restored FLOW trading, deposits, and withdrawals after verifying network stability
  • Exchange removed its January notice following Flow’s detailed post-incident security report

Flow blockchain’s December security incident has reached a full resolution after coordination between the network and major exchange HTX. 

The update confirms the vulnerability responsible for abnormal transactions has been patched and network operations restored. HTX also verified that all user-held FLOW tokens on its platform remain intact. 

Trading, deposits, and withdrawals for the token have resumed normal operations.

Flow Network Incident Resolved as HTX Confirms Normal Operations

The Flow ecosystem shared an update confirming that the issue reported on December 27 has been fully resolved. The incident involved abnormal transactions triggered by a technical vulnerability on the network.

HTX activated internal emergency procedures once it detected the event. The exchange maintained communication with Flow ecosystem partners while monitoring the situation.

The latest update indicates that developers patched the vulnerability and restored normal network activity. The Flow team also identified and addressed abnormal minted assets during the review process.

Flow stated that ecosystem services have stabilized after the corrective actions. Network operations now function normally across supported platforms.

Advertisement

HTX verified user asset balances during the investigation period. The exchange reported that all FLOW tokens held by customers remain fully validated.

HTX Restores FLOW Trading, Deposits, and Withdrawals

HTX confirmed that FLOW trading resumed after reviewing the network’s recovery. Deposits and withdrawals for the token now operate without restrictions.

The exchange initially issued a notice about the incident on January 13. That notice questioned the security status of the Flow network at the time.

HTX later removed the notice after reviewing the Flow Foundation’s post-incident report. According to HTX, the report provided detailed explanations addressing earlier concerns.

Advertisement

The exchange stated that the new information clarified how developers handled the vulnerability. It also confirmed that the response restored stability across the network.

Flow Foundation acknowledged the collaboration between both organizations during the investigation period. The foundation stated it expects continued cooperation with HTX moving forward.

HTX reiterated that user asset security remains its top priority. The exchange said it will continue monitoring supported networks and working with ecosystem partners.

The update confirms the incident no longer affects current operations. FLOW trading infrastructure across HTX now runs under normal conditions.

Advertisement

Source link

Advertisement
Continue Reading

Crypto World

BTC slips below $68,000 as dollar posts steepest weekly gain

Published

on

Bitcoin fails to sustain breakout momentum as rate hikes beckon: Crypto Markets Today

Bitcoin fell to $67,960 by Saturday morning, down 3.4% over the past 24 hours and retreating sharply from the past week’s high. The move fits what has become a recurring script in recent months, with late-week selling dragging prices toward the lower end of the range heading into Saturday.

Majors took the harder hit again. Ether dropped 4.4% to $1,974, solana fell 4% to $84.31, dogecoin lost 2.9% to $0.09, and BNB slid 2.6% to $627. XRP fell 2.2% to $1.37.

The weekly picture tells a more nuanced story though. Bitcoin is still up 3.6% over seven days. Ether has gained 2.6%. BNB added 2.1%. The mid-week surge absorbed the war shock and then some, even if Friday’s pullback took the shine off.

Meanwhile, the dollar posted its steepest weekly gain in a year, strengthening as markets priced in higher energy costs, stickier inflation, and a Fed that has even less room to cut rates. That’s a direct headwind for bitcoin and every other asset denominated against the dollar.

Advertisement

“As tensions escalated in the Middle East last week, investors moved quickly to the safety of the U.S. dollar, which strengthened as markets began pricing in higher energy prices and reignited inflation fears, potentially delaying Federal Reserve rate cuts,” said Björn Schmidtke, CEO of Aurelion, in an email to CoinDesk.

The on-chain data paints a fragile picture beneath the surface. Glassnode data shows 43% of bitcoin’s total market supply is now sitting at a loss. That’s a significant overhang.

As bitcoin recovers, those underwater holders have an incentive to sell into any rally to break even, creating persistent resistance on the way up. It’s one reason the push to $74,000 on Thursday couldn’t hold. Every bounce toward higher prices runs into supply from people who’ve been waiting months to get out.

One bright spot came from stablecoin flows. Messari recorded a 415% jump in net stablecoin inflows to $1.7 billion over the week, with daily transfers up nearly 10%. That’s potentially dry powder waiting to be deployed, and it suggests retail isn’t entirely absent despite the fear-heavy sentiment. Whether that capital rotates into bitcoin or waits for lower prices is the question.

Advertisement

The war continues to set the tempo. The U.S.-Iran conflict showed no signs of resolution this week. Oil remains elevated. The Strait of Hormuz is still disrupted. And the macro backdrop of strong dollar, sticky inflation, and delayed rate cuts is the worst combination for risk assets.

Bitcoin’s week looked impressive in headlines, touching $74,000 mid-week, but the round trip from $68,000 to $74,000 and back to $68,000 is just another lap of the range.

Source link

Advertisement
Continue Reading

Crypto World

Bitcoin Dip May Not Be Over As Retail Ramps Up Buying: Santiment

Published

on

Cryptocurrencies, Bitcoin Price, Adoption

Retail investors have been scooping up Bitcoin after it slipped below $70,000, but whale activity suggests the price could still head lower if past patterns repeat, according to crypto sentiment platform Santiment.

“The moment Bitcoin hit $74k, these key stakeholders began taking profit,” Santiment said in a report on Friday.

Santiment explained that whales — those holding between 10 and 10,000 Bitcoin (BTC) — “accumulated heavily” between Feb. 23 and Mar. 3, when Bitcoin was trading between $62,900 and $69,600.

Cryptocurrencies, Bitcoin Price, Adoption
Whales (green line) have been selling, while retail investors (red line) have been buying more Bitcoin. Source: Santiment

Since Wednesday, when Bitcoin climbed past $70,000 and touched $74,000, the cohort has offloaded around 66% of their recent purchases, Santiment said. Meanwhile, retail investors — those holding below 0.01 Bitcoin — have been increasing their positions.

Correction may not be over yet, says Santiment

“When retail buys while whales sell, it typically signals that the correction is not yet over,” Santiment said. Bitcoin is trading at $67,984 at the time of publication, according to CoinMarketCap.

Advertisement

Bitcoin’s price decline led the Crypto Fear & Greed Index to fall 6 points, pushing it further into “Extreme Fear” territory with a score of 12 on Saturday.

MN Trading Capital founder Michael van de Poppe shared a similar outlook, saying a further decline is possible. “If Bitcoin doesn’t find support in this $67-68K region, then we’re likely going to retest the lows for liquidity before bouncing back upwards,” van de Poppe said in an X post on Friday.

Spot Bitcoin ETFs post largest outflow day in three weeks

The decline coincided with US-based spot Bitcoin ETFs posting their largest outflow day since Feb. 12, with a total of $348.9 million in net outflows across the 11 ETF products, according to Farside data.

Related: Trump’s National Cyber Strategy pledges to support crypto and blockchain

Advertisement

Bitcoin’s price fell as low as $60,000 on Feb. 6 during its downtrend from the October all-time high of $126,000 before showing a modest recovery. Economist Timothy Peterson suggests this level could be the floor for the time being.

“This valuation level has always marked a bottom for Bitcoin. About 99.5% chance it stays above $60k,” Peterson said in an X post, referring to the Bitcoin Price to Metcalfe Value chart.

Magazine: The debate over Bitcoin’s four-year cycle is over: Benjamin Cowen