Tokenized Assets Have Grown 224% Since 2024: Dune & RWA Report

TheCryptoTimes發佈於 2025-09-17更新於 2025-09-17

Being one of the hottest primitive in the finance world, the real-world assets (RWA) market has grown to over $300 billion, representing a surge of nearly 224% since the beginning of 2024. It includes a wide array of financial instruments like treasuries, bonds, credit, equities, institutional funds, commodities, as well as stablecoin, which dominates the sector with a significant margin. 

The report, prepared jointly by blockchain data platform Dune and tokenized assets data aggregator RWA.xyz, reveals that tokenization is democratizing access to assets which were previously limited to institutions only. With permissionless nature and interoperability between multiple blockchains, the field is attracting a broader and more diverse investor base. 

In the current decentralized finance (DeFi) ecosystem, tokenized assets are becoming building blocks, which are largely used as collateral, yield primitives, and trading instruments. The report noted Maple Finance’s syrupUSDC Centrifuge’s deRWA wrapper, and Aave’s Horizon RWA Market, as prime examples for this, which eventually enhance composability and liquidity. 

Leading instruments in tokenized markets

Dune also notes that tokenized U.S. Treasuries have achieved significant scale in the past few years and it is a proven product-market fit (PMF) with over $7.37 billion, as per market data

Unlike the traditional way of accessing these treasuries, its tokenized version offers enhanced access alongside institutional credibility, secure yield, 24/7 liquidity, and collateral utility. Such features make them a compelling alternative to stablecoins and a cornerstone of on-chain capital markets.

Beyond US treasuries, investors are also moving to higher-yielding assets like long-term bonds, private credit, and equities, reflecting growing demand for risk-adjusted assets. 

Stablecoins dominating the RWA sector

Stablecoins, especially those backed by USD reserves, currently dominate the tokenization landscape, accounting for nearly $280 billion. Stablecoins were the first assets to be tokenized on blockchains and they have become a key foundation for on-chain capital markets. 

“The lines between stablecoins and other tokenized assets are blurring: more yield-bearing stablecoins are launching, and issuers are integrating RWAs into their reserves,” the report notes. 

Apart from stablecoins, which have roughly 94% of the total assets on-chain as per RWA.xyz data, private credits, commodities, and institutional funds, are topping the total value locked (TVL), having reached $15.9 billion, $2.4 billion, and $1.7 billion in total assets, respectively. While gold is currently dominating tokenized commodities, the share for agricultural products and energy assets are emerging. 

Top beneficiaries in assets tokenization wave

Among all blockchain networks, Ethereum has remained a top choice for institutions to convert real-world assets into tokens. It currently has a market share of over 56% in total stablecoins supply and a 30.9% in total tokenized assets. Besides, Polygon—which has 62% of global bonds—Arbitrum, Solana, Plum is also leading the charge. 

Ondo Protocol, one of the most popular RWA platforms, also played a key role in the expansion of tokenized assets markets. It generated over $141 million in mint/redeem volume during the first week of launch. Ostium, a leveraged tokenized assets trading platform, also gained significant momentum with it generating over $17 billion in cumulative volume. 

Also Read: Coinbase Hack Suspect Stored 10,000+ Customer Records on Phone


Mobile Only ImageMobile Only Image

熱門幣種推薦

你可能也喜歡

比特币跌破6万美元关口:ETF资金外流与14.8亿美元清算触发加密货币抛售潮

比特币在6月25日跌破关键的60,000美元关口,延续近期跌势。市场下跌的主要推动因素包括现货ETF资金持续流出以及大规模的杠杆头寸清算。 具体来看,比特币价格一度跌至约59,400美元,盘中最低触及58,000美元附近。此次下跌波及整个加密货币市场,以太坊、Solana、XRP和BNB等主要资产均显著下挫。数据显示,过去24小时内,全市场共有超过148亿美元价值的加密货币头寸被强制平仓。 美国现货比特币ETF面临持续的资金流出压力,仅在6月24日单日净流出就达4.6908亿美元,导致ETF总净资产规模缩减至738.7亿美元。ETF资金流自2024年推出以来已成为市场关键风向标,持续流出表明机构需求减弱,削弱了市场买盘支撑。 衍生品市场遭遇剧烈清算,过去24小时内有超过21.7万名交易者被清算,总额达148亿美元。其中,高达121亿美元为多头头寸清算,空头清算仅为2.6963亿美元,显示看涨交易者在此轮抛售中措手不及。 从技术面看,比特币日线图显示价格已跌破60,000美元心理支撑位,交易量在下跌中放大,且日线相对强弱指数(RSI)已降至30附近,进入超卖区域。虽然超卖可能预示短期反弹,但交易者通常需要看到买盘 volume 增强和价格走势转强才会确认市场反转。

ambcrypto19 分鐘前

比特币跌破6万美元关口:ETF资金外流与14.8亿美元清算触发加密货币抛售潮

ambcrypto19 分鐘前

黄仁勋:Prompt正在过时,Loop才是新范式

黄仁勋等AI领域领军人物提出,传统的“Prompt Engineering”(提示词工程)正在被“Loop Engineering”(循环工程)取代。新范式的核心是从手动编写具体指令,转变为设计和管理能够自动运行、自我验证并持续优化的循环系统。 **Loop是什么?** Loop(循环)指一种系统设计:用户设定一个目标,AI Agent(智能体)会自动执行任务,完成后由独立的验证机制(如另一个模型)进行验收;若未通过,则带着反馈重新执行,直至成功或达到预设限制。人的角色从“逐句指挥”转变为“规则设计者”。这与单纯使用Agent的关键区别在于,Loop为其提供了自主持续工作的管理框架。 **当前落地情况** 目前,Claude Code和OpenAI Codex是Loop理念的主要实践者。两者都实现了将复杂任务拆分,由多个Agent并行处理并汇总结果。其核心设计原则是“执行与验证分离”,以避免自我评分时的宽松问题。例如,“Claude Code之父”Boris Cherny描述其工作流:数百个Agent在隔离环境中自动处理问题,仅疑难事项才需人工干预。 **如何构建有效的Loop?** 1. **前提测试**:任务需具备重复性、可自动化验收、成本可控且Agent拥有必要工具。 2. **从最小可行Loop开始**:包含触发器、技能定义、状态记录文件和自动化验证门禁。务必先手动跑通流程再自动化。 3. **执行与验收分离**:必须由独立的Agent或模型进行验收,确保评估客观。 4. **避开常见陷阱**:设置硬性停止条件(如token上限)、持久化状态、不让Loop处理需要主观判断的任务、坚持阅读代码变更以维持理解。 5. **核心衡量指标**:关注“每个被采纳改动的平均成本”,接受率低于50%意味着Loop可能效率低下。 **范式演进路径** Loop的兴起是AI应用控制粒度不断上移的结果:从**Prompt Engineering**(优化单次指令)到**Context Engineering**(组织背景信息),再到**Harness Engineering**(构建执行环境),最终演进至**Loop Engineering**(设计自主循环系统)。这一过程逐步将人类从具体操作中解放出来。 **渊源与反思** Loop的理念在学术界早有雏形,例如姚顺雨等人提出的ReAct框架,将“推理-行动-观察”构建为循环。业界火爆的背后也需冷思考,专家提醒需警惕token成本,并指出“AI可以外包思考,但无法外包人的理解”,强调在自动化中保持对问题的根本认知至关重要。

marsbit1 小時前

黄仁勋:Prompt正在过时,Loop才是新范式

marsbit1 小時前

交易

現貨
合約

熱門文章

如何購買ONE

歡迎來到HTX.com!在這裡,購買Harmony (ONE)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買Harmony (ONE)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的Harmony (ONE)購買Harmony (ONE)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易Harmony (ONE)在HTX的現貨市場輕鬆交易Harmony (ONE)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

657 人學過發佈於 2024.12.12更新於 2026.06.02

如何購買ONE

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 ONE (ONE)幣價的意見。

活动图片