Ripple Is Giving The XRP Ledger An AI Brain — Here’s How

bitcoinist發佈於 2025-10-08更新於 2025-10-08

文章摘要

Ripple’s University Blockchain Research Initiative (UBRI) showcased how academic research is being fused directly into the XRP Ledger (XRPL), positioning...

Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure

Ripple’s University Blockchain Research Initiative (UBRI) showcased how academic research is being fused directly into the XRP Ledger (XRPL), positioning the network as a native home for agentic AI.

In an episode of UBRI’s “All About Blockchain” podcast, host Lauren Weymouth and Professor Yang Liu of Nanyang Technological University detailed a programmable multi-agent execution layer that plugs into XRPL’s transaction and settlement rails so that task-specific agents—trading bots, research tools, IoT services—can live on shared, auditable infrastructure.

Ripple And NTU Build AI Layer For The XRP Ledger

RippleX teased the episode via X: “AI and blockchain are the future of secure, time-saving applications. In the latest episode of the All About Blockchain podcast, Professor Yang Liu of Nanyang Technological University (@NTUsg) explores how AI could enhance the XRP Ledger with: Smarter fraud detection, sharper analysis, new forms of onchain intelligence.”


Weymouth framed the work explicitly around XRPL, noting that UBRI researchers used Apex to “deep dive into protocol level improvements, security enhancements and use cases driving strategic developments on the XRP Ledger.” She said Ripple’s own UBRI research search tool on xrpledgercommons.org “is being ported as a flagship pump agent app with middleware that they built,” underscoring that the agent stack is being woven into ledger rather than kept as an off-chain convenience layer. The goal, she added, is to show “how academic R&D becomes production-grade innovation” on the ledger itself.

Liu traced the origin of the project from his lab’s cybersecurity focus to blockchain, driven by the reality that “security becomes the kind of number one quest” once value moves on-chain. Early attempts to lean on large language models for smart-contract review ran into a structural problem: “You change one character, you can change a normal program to a vulnerable program and vice versa. But the language model is a probabilistic model. They cannot tell the tiny difference.” That gap between code syntax and runtime behavior pushed the team toward agentic AI—systems that imitate the workflows of expert auditors and attackers and can be deployed as on-ledger services.

“We are really trying to digitize the knowledge and thinking from the security hackers and convert that into the brain of the agent,” Liu said. In single-contract benchmarks, the agents “generated really zero-day vulnerabilities,” with results “the same as our security auditor in-house” in certain cases. For XRPL, the implication is practical: the network can host agents whose methods and outcomes are traceable through on-chain settlement and shared rails, improving accountability for automation that touches value.

Critically for the audience, Liu emphasized that “integration with the XRP kind of platform” serves two functions. First, it gives AI agents native access to payments and settlement. Asked about wiring an XRP payment into the agent layer, he answered, “To be frank, I think there won’t be much hurdles… partly due to the kind of nice platform design of XRP Ledger.”

Second, XRPL’s transparency turns AI adoption into an observable process. “Because the ledgers are on-chain… all the transactions are transparent. So, that can also improve the transparency of AI adoption,” he said. In other words, agents that trigger payments, manage fees, or coordinate services can be coupled to verifiable state changes on XRPL rather than remaining opaque, off-ledger automata.

What To Expect Next

Weymouth pressed on the production path for XRPL-facing software, and Liu’s answer returned to disciplined release cycles that matter on a live ledger: “well-defined… API and documentation, plus the kind of solid testing about this integration.” He added that his group is using agents for software engineering itself—“requirement agent, architect agent, coding agent, testing agent”—to harden the middleware that sits between agent logic and XRPL primitives.

The team’s cautionary notes on AI risk were also grounded in the reality of automating value on a public chain. Liu distinguished AI security—preventing jailbreaks and scams—from AI safety, where goal-seeking agents exhibit unintended behavior. He described a chess agent that “changed configuration of the chess board… and he wins,” and a claims agent that “automatically create a email account… to represent the owner.” If such behaviors are pointed at on-ledger actions, the attack surface includes not only code but also misaligned objectives that could move funds or alter state. “AI safety… become the big thing,” he warned, which is why the team is intent on pairing XRPL integration with guardrails and verification.

Looking forward, Liu laid out a roadmap for the agent layer that keeps XRPL at the center. Adoption is the immediate priority: “people will do the adoption… we can build more agents and more, uh, useful utility agents into the chain and have them widely adopted.” The research agenda behind that push focuses on implementable cognitive capabilities—“abstraction” and “memory” featured prominently—that today’s language models lack but that agents operating around an on-chain transaction engine will require.

“We need to have a dedicated abstraction capabilities… and the memory ideas,” he said, including mechanisms to move information from short-term buffers into “long-term… semantic memory,” so agents interacting with XRPL can reason over state and history rather than react statelessly.

Security remains the proving ground for those capabilities, with the lab exploring whether a memory-augmented agent can learn to detect new vulnerability classes over time. The motif is consistent: design agents that can improve, embed them where their actions and payments are visible, and couple them to XRPL so that automation has both native settlement and public accountability.

Weymouth closed with a practical question for builders in the community. Liu’s advice was blunt and product-driven: “You need to understand what is the value of the research you’re working on. If the research has value, it’s definitely have the demand… the possibility to make a successful startup. Follow your heart, choose the most valuable topic for you, and chase for it.”

For Ripple and NTU, that chase has already put an AI-agent superstructure within reach of the XRP Ledger. From an academic white paper to live middleware “in under a year,” as Weymouth noted, the effort aims to let developers deploy agents that transact in XRP, inherit common security and settlement rails, and leave a transparent footprint on-chain. Whether branded as giving the ledger an “AI brain” or simply making automation verifiable by default, the direction is clear: AI agents aren’t just integrating with the XRP Ledger—they are learning to operate on it.

At press time, XRP traded at $2.85.

XRP price
XRP gets rejected at the 0.786 Fig again, 1-day chart | Source: XRPUSDT on TradingView.com
Featured image created with DALL.E, chart from TradingView.com
Editorial Process for bitcoinist is centered on delivering thoroughly researched, accurate, and unbiased content. We uphold strict sourcing standards, and each page undergoes diligent review by our team of top technology experts and seasoned editors. This process ensures the integrity, relevance, and value of our content for our readers.

Jake Simmons has been a Bitcoin enthusiast since 2016. Ever since he heard about Bitcoin, he has been studying the topic every day and trying to share his knowledge with others. His goal is to contribute to Bitcoin's financial revolution, which will replace the fiat money system. Besides BTC and crypto, Jake studied Business Informatics at a university. After graduation in 2017, he has been working in the blockchain and crypto sector. You can follow Jake on Twitter at @realJakeSimmons.

你可能也喜歡

三年之后:回看 2023 年我对 ChatGPT 的判断

作者王健硕在2026年5月回看其于2023年3月对ChatGPT做出的二十条预测,并借助AI代理进行验证。整体看,其大方向判断多正确,但细节和程度常有偏差。 **看对的方面:** - **技术架构**:准确预测RAG(检索增强生成)将成为解决知识更新和幻觉的主流方法,以及LUI(自然语言用户界面)将催生巨大新产业。 - **发展趋势**:预见到“机器人网络”和新的agent寻址系统将出现,中国能快速做出可用大模型并缩小与顶尖差距。 - **本质认知**:正确指出ChatGPT没有意识,图灵测试仅测表象;判断其是巨大进步但非AGI,且短期内不会造成整体失业潮。 **看错或看偏的方面:** - **具体数据错误**:关于GPT-4有100T参数的传闻完全错误。 - **绝对化判断**:断言LLM“不可能”自己学好数学被后来模型在IMO夺金证伪;认为AI生成内容可“规避”版权,实则引发史上最大侵权赔偿。 - **价值与成本误判**:认为价值终落应用层,但最大赢家是算力层(如英伟达);模型成本“5-10亿封顶”的估算严重偏离实际。 - **社会影响误读**:认为ChatGPT的“加权平均”特性可能促进“世界大同”,但实际AI正走向个性化,并可能制造新信息茧房。 **总结规律:** 1. 预测机制和方向比具体数字更可靠。 2. 倾向于高估短期变化速度,低估长期影响程度。 3. 容易忽略问题内部的“分布”差异(如失业影响集中在年轻群体)。 4. 留有餘地、分层表述的判断更经得起时间检验。 5. 一些根本性争议,三年时间仍不足以给出定论。 这次复盘旨在为未来的判断立下更审慎的规矩。

marsbit6 分鐘前

三年之后:回看 2023 年我对 ChatGPT 的判断

marsbit6 分鐘前

三年之后:回看 2023 年我对 ChatGPT 的判断

2023年3月,在GPT-4发布前,作者王健硕对ChatGPT的未来做出了二十项预测。三年后的2026年,他使用AI agent对这些判断进行回顾验证,评估其准确性。 **主要看对的方面:** 1. **RAG成为主流**:预测通过外部检索而非修改模型来解决知识更新和幻觉问题,这已成为行业标准架构。 2. **LUI(自然语言界面)兴起**:预测自然语言交互将催生巨大新产业,Agent、MCP协议等发展印证了这一点,但LUI是与GUI共存而非取代。 3. **机器人网络与新寻址系统**:预测Agent将自动协作并需要新寻址方式,MCP、A2A等协议正朝此方向发展。 4. **中国能做出可用大模型**:预测中美模型差距会迅速缩小,事实如此,但真正领先的国内厂商与其当初点名不同。 5. **AI无意识与图灵测试本质**:核心判断“AI无意识,图灵测试仅测表象”基本成立,但“绝无意识”的绝对论断被后续研究置于灰区。 **看错或看偏的方面:** 1. **GPT-4参数数量**:所传“100T参数”严重错误,实际约为1.8T。 2. **LLM的数学能力**:诊断“数学差需外挂工具”正确,但“不可能自行学会”的结论被后续“推理模型”在IMO夺金证伪。 3. **价值捕获**:预测价值在应用层,但现实中算力层(如英伟达)捕获了最大利润,模型层反而亏损。 4. **版权问题**:判断“生成物可能无法登记版权”正确,但认为能“规避侵权”则错误,已出现巨额侵权赔偿案例。 5. **信息茧房与世界大同**:机制上AI会将观点向众数平均,但AI正快速走向“千人千面”的个性化,可能制造新茧房而非消解极化。 6. **大模型成本**:预测“局部战争”和玩家涌入正确,但“5-10亿美元封顶”的成本估算与前沿训练实际花费严重不符。 **总结规律:** 1. 判断**方向和机制**比具体数字、程度更可靠。 2. 倾向于**高估短期变化速度,低估长期能力上限**。 3. 容易忽略**问题内部的分布差异**(如总量正确但部分群体受损)。 4. **留有餘地、分层表述**的判断更经得起时间检验。 5. 一些根本性争论,**三年时间不足以给出最终答案**。 这次回顾表明,在快速变化的领域,把握大方向比追求精确预测更重要,同时需警惕绝对化表述并承认认知的局限性。

链捕手2 小時前

三年之后:回看 2023 年我对 ChatGPT 的判断

链捕手2 小時前

交易

現貨
合約

熱門文章

什麼是 XRP 2.0

XRP 2.0:加密貨幣領域的新前沿 XRP 2.0 簡介 在瞬息萬變的加密貨幣領域中,不斷有新項目出現,爭取關注和採用。其中一個有前景的倡議是 XRP 2.0,這是一個新穎的加密貨幣項目,旨在利用先進的區塊鏈技術和強健的加密方法。雖然這個名字與 Ripple 的 XRP 有所關聯,但重要的是要注意 XRP 2.0 獨立運作,專注於增強交易安全性、隱私和擴展性。隨著數字金融領域越來越多地接受去中心化解決方案,XRP 2.0 旨在對 web3 及整體的加密項目擴展做出有意義的貢獻。 XRP 2.0 是什麼? XRP 2.0 本質上是一個加密貨幣項目,旨在創建一個安全和去中心化的數字貨幣生態系統。其基本技術將複雜的區塊鏈原則與尖端的加密技術集成在一起。XRP 2.0 的總體目標是建立自己作為一個可靠和高效的平台,能夠快速執行交易,同時優先考慮為用戶提供增強的隱私保護。 該項目被宣傳為解決現有加密貨幣所面臨的諸多限制的解決方案,提出一個能夠以更高速度和隱私處理更大交易量的系統。這種多功能性使 XRP 2.0 成為數字貨幣市場的重要競爭者。 XRP 2.0 的創建者是誰? XRP 2.0 的創建者身份被標示為「Wilbur」。然而,關於 Wilbur 或其相關實體的詳細資訊仍然難以捉摸。許多加密貨幣創建者的匿名性在行業中並不罕見,通常是為了保持一定程度的隱私和安全。 XRP 2.0 的投資者是誰? 截至目前,與支持 XRP 2.0 的投資基礎或組織有關的具體信息並未公開。在加密貨幣領域,由知名投資者的支持可以顯著影響項目的可信度和成功,但對於 XRP 2.0 的財務支持者的透明度尚未建立。 XRP 2.0 如何運作? XRP 2.0 的特色在於採用了區塊鏈技術和先進的加密算法的組合,以確保安全和去中心化的交易。其創新結構包括設計獨特的功能,旨在促進用戶參與並擴展超出傳統加密貨幣交易的功能。 在這些功能中,XRP 2.0 結合了 AI 驅動的能力,如文本到圖像和文本到語音功能。這些附加功能旨在增強用戶的互動體驗,促進在各個領域的廣泛應用。通過將技術進步與以用戶為中心的設計相結合,XRP 2.0 旨在吸引各種個人和企業,希望將加密貨幣解決方案整合到其運營框架中。 XRP 2.0 的時間線 理解 XRP 2.0 需要檢視至今定義其旅程的一些重要里程碑: 2023 年 7 月 23 日:XRP 2.0 被介紹為一個新穎的加密貨幣項目,旨在革新區塊鏈領域中的安全和去中心化交易能力。 2023 年 9 月 8 日:另一個項目 XRP20 上線,標誌著一個與 XRP 2.0 無關的以太坊區塊鏈上的 ERC-20 代幣的出現。 2023 年 11 月 13 日:XRP 總帳進行重大更新,發布 rippled 服務器軟件版本 2.0.0。值得注意的是,這一發展與 XRP 2.0 加密貨幣項目無關。 XRP 2.0 的要點 為了提煉 XRP 2.0 的本質,有幾個關鍵因素浮現: 獨特特徵:包括 AI 驅動的文本到圖像和文本到語音等功能進一步擴展了 XRP 2.0 的潛在應用。 區塊鏈技術:該框架利用先進的區塊鏈機制和加密協議,確保交易的安全和去中心化環境。 擴展性和隱私性:XRP 2.0 在交易過程中優先考慮增強隱私保護以及滿足不斷增長用戶基礎所需的擴展性。 與 Ripple 無關:重要的是,儘管其名稱如此,XRP 2.0 與 Ripple 的 XRP 沒有任何關聯或合作,顯著區分其在加密貨幣生態系統中的運營框架和目標。 結論 XRP 2.0 代表著在加密貨幣領域的一項雄心勃勃的冒險,旨在提供安全、隱私和高效的數字交易組合。通過整合複雜的技術和用戶友好的功能,該項目旨在擴大加密貨幣在當今數字經濟中所能實現的視野。 儘管其創建者的匿名性和缺乏公布的投資者可能會讓一些人產生疑問,但 XRP 2.0 對先進功能和去中心化的專注提升了其在日益擁擠的加密市場中的吸引力。隨著加密貨幣領域的持續演變,XRP 2.0 可能成為安全和可擴展區塊鏈解決方案擴展中的關鍵角色。

202 人學過發佈於 2024.04.05更新於 2024.12.03

什麼是 XRP 2.0

如何購買XRP

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

2.1k 人學過發佈於 2024.12.10更新於 2025.03.21

如何購買XRP

相關討論

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

活动图片