Ripple Pays Hackers To Attack The XRP Ledger’s New DeFi Lending Protocol

bitcoinistОпубликовано 2025-10-14Обновлено 2025-10-14

Введение

RippleX has put a sharp point on its “institutional DeFi” roadmap by inviting the security community to actively break the...

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

RippleX has put a sharp point on its “institutional DeFi” roadmap by inviting the security community to actively break the XRP Ledger’s forthcoming lending stack—before it ships. In a coordinated program with Immunefi, the company unveiled a $200,000 “Attackathon” aimed at hardening the proposed XRPL Lending Protocol, a ledger-native system for fixed-term, uncollateralized credit governed by the emerging XLS-66 standard.

“We are collaborating with @immunefi to prepare a $200K Attackathon to test and strengthen the proposed XRP Ledger Lending Protocol,” RippleX wrote on X on October 13, adding that the competition focuses on “more than 35K lines of C++ code” and is paired with an educational track to onboard researchers to XRPL specifics.

Immunefi posted via X: “We’ve partnered with RippleX to launch a $200,000 Attackathon helping secure the proposed XRPL Lending Protocol. This is a time-boxed, adversarial competition to identify vulnerabilities before the protocol reaches production.”

Ripple Invites Hackers to Test the XRP Ledger

The Attackathon is preceded by an “XRPL Attackathon Academy” that Immunefi says provides ledger-specific walkthroughs, Devnet guides, test environments and a C++ curriculum, plus direct access to Ripple engineers during the education window.

The program’s core pool totals $200,000, with flat distribution rules and performance bonuses. The most consequential result is binary: if even one valid critical vulnerability is found, the full pool unlocks; if not, a $30,000 fallback is split among researchers who nonetheless submit valid insights.

Immunefi’s public brief also names the primary, in-scope components targeted by researchers, including XLS-66 (Lending Protocol), XLS-65 (Single-Asset Vaults), XLS-33 (Multi-Purpose Tokens), XLS-70 (Credentials), XLS-77 (Deepfreeze), and XLS-80 (Permissioned Domains)—a window into how Ripple envisions lending, liquidity, identity/permissions, and asset controls interlocking at the base layer.

Immunefi’s launch blog lists the education period as October 13–27 and the Attackathon as October 27–November 29, 2025. The Academy page further specifies rewards paid in RLUSD, Ripple’s dollar-pegged stablecoin, and confirms that Immunefi will triage reports and require KYC.

Ripple has been telegraphing this architecture throughout September, positioning XLS-65 and XLS-66 as the nucleus of an institutional credit market built into the ledger, rather than stitched on via external smart contracts. The company’s own technical brief describes pooled lending, on-chain enforcement and underwritten, off-chain credit evaluation, while adjacent standards—Permissioned Domains, Deepfreeze and Credentials—are designed to map compliance, recoverability and identity controls to ledger-native primitives.

The security-first rollout reflects a broader industry shift toward pre-production “offense testing” on non-EVM codebases and at-protocol designs, where conventional smart-contract bug classes don’t always apply. Immunefi’s brief makes clear what matters most for the XRPL stack: anything that compromises fund security or vault solvency, misrepresents interest accrual or debt, subverts clawback/freeze semantics, manipulates administrative records, or bypasses permissioned access controls.

Those priorities map directly to the design’s claim to avoid wrapped assets and third-party contracts, meaning the bounty effectively challenges researchers to find ledger-level logic flaws rather than Solidity-style pitfalls. “This program is a time-boxed, adversarial competition, where security researchers dive into the code to ensure the protocol has the strongest possible security posture, surfacing vulnerabilities before they reach production,” Immunefi wrote.

At press time, XRP traded at $2.46.

XRP price
XRP faces the EMA200, 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.

Похожее

Investment Philosophy of Gavin Baker, an Early Nvidia Investor: Long AI Infrastructure Bottlenecks, Short Overall Market Risk

Gavin Baker, an early investor in Nvidia and founder of Atreides Management, outlines his investment philosophy: going long on AI infrastructure bottlenecks while hedging against broader market risk. He argues AI is not a bubble but a supercycle driven by constraints in power, wafers (semiconductors), and compute efficiency (tokens per watt). True alpha, he believes, lies not in application-layer companies like OpenAI but in "picks and shovels" providers—companies solving physical bottlenecks in GPU connectivity (e.g., Astera Labs), memory (Micron), inference chips (Cerebras, Positron), advanced manufacturing (TSMC, ASML), and energy supply. His portfolio reflects this barbell strategy: concentrated bets on key infrastructure players alongside a significant put position on the QQQ ETF to hedge overall market downside. Baker contends this cycle differs from the dot-com bubble because demand is fueled by the strong balance sheets of hyperscalers (Google, Meta, Amazon, Microsoft), not debt, and physical supply constraints (e.g., chip manufacturing capacity) prevent runaway overinvestment. He highlights the growing importance of inference (vs. pre-training), vertical/small language models, sovereign infrastructure deployment speed, and the convergence of energy and space (e.g., orbital compute). His long-term view is that performance-per-watt and token cost reduction will dictate winners as AI scaling hits fundamental physical limits.

marsbit28 мин. назад

Investment Philosophy of Gavin Baker, an Early Nvidia Investor: Long AI Infrastructure Bottlenecks, Short Overall Market Risk

marsbit28 мин. назад

Apple Re-invented Image Compression with AI: Same Quality, One-Third the File Size

Apple’s PICO: An AI-Powered Image Codec That Cuts File Size by Two-Thirds at Equal Perceived Quality In 2025, JPEG AI became the first international standard for learned image compression. However, it, like most codecs, still prioritizes mathematical metrics like PSNR over true perceptual quality—what the human eye finds pleasing. Apple researchers have introduced PICO (Perceptual Image Codec), a neural codec designed to optimize for human perception. It tackles key practical challenges: 1) Speed: A novel "one-shot context model" accelerates entropy encoding without sacrificing compression efficiency. 2) Artifacts: A dedicated TextFidelity loss preserves text clarity, and a TilingArtifact loss eliminates color seams between image tiles processed in parallel. 3) Control: It avoids the "hallucinations" common in GAN-based perceptual models. In a large-scale human evaluation (74,925 comparisons), PICO achieved the same perceived quality as standards like AV1, VVC, and JPEG AI while using only 30-43% of the bitrate. It also outperforms other learned perceptual codecs by 20-40%. Remarkably, it runs in 230ms (encode) and 150ms (decode) on an iPhone 17 Pro Max. While less efficient on synthetic graphics, PICO represents a significant shift from optimizing mathematical scores to directly targeting human visual experience, making high-quality perceptual compression practical for consumer devices. The work builds on expertise from WaveOne, whose team joined Apple and previously advanced neural video compression.

marsbit1 ч. назад

Apple Re-invented Image Compression with AI: Same Quality, One-Third the File Size

marsbit1 ч. назад

Shanghai's Leading Large Model Company Initiates A-Share Listing

Shanghai-based AI large language model leader MiniMax has initiated the process for an A-share listing in China, having filed a pre-IPO tutoring report with the Shanghai Securities Regulatory Bureau on May 29. This move positions it to compete with Zhipu AI for the title of the first major domestic LLM company to list on the A-share market. Having already completed an IPO in Hong Kong in January 2026, MiniMax's stock price has surged approximately 409% since its debut, with its market capitalization reaching around HK$263.45 billion (approximately RMB 227.55 billion) as of May 29. The company's rapid growth is supported by strong business performance. Its Annual Recurring Revenue (ARR) has grown over 100% in the past two months and now exceeds $300 million. It serves over one million global enterprise and developer clients and has around 300 million users worldwide. For the full year 2025, MiniMax reported revenue of $79.038 million, with a gross margin of 25.4%. While it reported an adjusted net loss of $250 million, the loss rate has narrowed significantly year-over-year. On the product front, MiniMax has released several flagship models this year, including MiniMax-M2.5, M2.6, and M2.7, with the first and last being open-sourced. Its models gained significant traction earlier in the year, briefly becoming the top model provider by usage share on the OpenRouter platform in February. The company has also upgraded its AI agent product, now named Mavis, and is preparing to launch its next-generation MiniMax-M3 model. Technical previews indicate M3 will feature a novel "MiniMax Sparse Attention" mechanism, promising substantial improvements in inference speed. MiniMax's push for an A-share listing reflects a broader trend among China's leading AI firms, including Zhipu AI, Moonshot AI, StepFun, and 01.AI, to seek public listings. This strategy aims to secure broader financing channels to support the immense computational costs and ongoing commercialization efforts inherent in developing advanced large language models.

marsbit1 ч. назад

Shanghai's Leading Large Model Company Initiates A-Share Listing

marsbit1 ч. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Что такое XRP 2.0

XRP 2.0: Новая грань в мире криптовалют Введение в XRP 2.0 В постоянно развивающейся сфере криптовалют появляются новые проекты, стремящиеся к вниманию и внедрению. Один из таких многообещающих проектов - это XRP 2.0, новая криптовалюта, созданная для использования передовых технологий блокчейна и надежных методов шифрования. Хотя название вызывает ассоциации с XRP от Ripple, важно отметить, что 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 была обозначена как «Уилбур». Однако исчерпывающие данные о Уилбуре или связанном с ним проекте остаются неясными. Анонимность многих создателей криптовалют не является редким явлением в этой отрасли и часто применяется для сохранения определенной степени конфиденциальности и безопасности. Кто инвесторы XRP 2.0? <pна данный момент конкретная информация о инвестиционных фондах или организациях, поддерживающих xrp 2.0, не доступна публично. в секторе криптовалют поддержка репутабельными инвесторами может существенно повлиять на кредитоспособность и успех проекта, однако прозрачность в отношении финансовых спонсоров 2.0 еще была установлена. Как работает XRP 2.0? XRP 2.0 выделяется использованием сочетания технологий блокчейна и продвинутых алгоритмов шифрования, что обеспечивает безопасные и децентрализованные транзакции. Его инновационная структура включает уникальные функции, разработанные для повышения вовлеченности пользователей и расширения функциональности за пределами традиционных транзакций с криптовалютами. Среди этих функций XRP 2.0 интегрирует возможности с искусственным интеллектом, такие как текст в изображение и текст в речь. Эти дополнения разработаны для улучшения интерактивной работы пользователей, способствуя более широкому применению в различных секторах. Соединяя технологические достижения с дизайном, ориентированным на пользователя, XRP 2.0 стремится привлечь внимание разнообразных индивидуумов и предприятий, стремящихся интегрировать решения с криптовалютой в свои бизнес-процессы. Хронология XRP 2.0 Для понимания XRP 2.0 необходимо рассмотреть ключевые события, которые определили его путь до сих пор: 23 июля 2023 года: XRP 2.0 представлен как новый проект криптовалюты, стремящийся революционизировать возможности безопасных и децентрализованных транзакций в области блокчейна. 8 сентября 2023 года: Запуск другого проекта, XRP20, который представляет собой токен ERC-20 на блокчейне Ethereum и не имеет отношения к XRP 2.0. 13 ноября 2023 года: XRP Ledger подвергается значительному обновлению с выпуском программного обеспечения серверов rippled версии 2.0.0. Важно отметить, что это развитие не связано с проектом криптовалюты XRP 2.0. Ключевые моменты о XRP 2.0 Чтобы выделить суть XRP 2.0, возникают несколько критически важных факторов: Уникальные особенности: Включение таких функций, как основанные на ИИ текст в изображение и текст в речь, дополнительно разнообразит потенциальные приложения XRP 2.0. Технология блокчейна: Структура использует современные механизмы блокчейна и протоколы шифрования, обеспечивая безопасную и децентрализованную среду для транзакций. Масштабируемость и конфиденциальность: XRP 2.0 придает приоритет повышенным мерам защиты конфиденциальности в процессах транзакций и масштабируемости, необходимой для привлечения растущей базы пользователей. Нет связи с Ripple: Важно отметить, что, несмотря на свое название, XRP 2.0 не имеет никаких отношений или сотрудничества с XRP от Ripple, что отличает его операционные рамки и цели в экосистеме криптовалют. Заключение XRP 2.0 представляет собой амбициозное начинание в сфере криптовалют, стремясь предложить сочетание безопасности, конфиденциальности и эффективности в цифровых транзакциях. Интегрируя сложные технологии и удобные функции, проект стремится расширить горизонты того, что может достичь криптовалюта в современной цифровой экономике. Хотя анонимность его создателя и отсутствие раскрытых инвесторов могут вызвать вопросы у некоторых, акцент XRP 2.0 на передовых функциональных возможностях и децентрализации увеличивает его привлекательность на фоне все более переполненного крипто-рынка. Поскольку мир криптовалют продолжает развиваться, XRP 2.0 может еще стать ключевым игроком в расширении безопасных и масштабируемых блокчейн-решений.

198 просмотров всегоОпубликовано 2024.04.05Обновлено 2024.12.03

Что такое XRP 2.0

Неделя обучения по популярным токенам 13: запуск основной сети HIP-4 ожидается в середине 2026 года на фоне смещения фокуса рынка к масштабируемому внедрению ключевых криптоактивов, включая XRP

HIP-4 представит децентрализованные рынки прогнозов без разрешений, бинарные (исходные) контракты и опционы 0DTE.

1.3k просмотров всегоОпубликовано 2026.04.22Обновлено 2026.04.22

Неделя обучения по популярным токенам 13: запуск основной сети HIP-4 ожидается в середине 2026 года на фоне смещения фокуса рынка к масштабируемому внедрению ключевых криптоактивов, включая XRP

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на XRP (XRP) представлены ниже.

活动图片