Ripple collaborates with Immunefi to engage security experts globally for the XRPL Lending Protocol.
}
function loadTrinityPlayer(targetWrapper, theme,extras=””) {
cleanupPlayer(targetWrapper); // Always clean first ✅
targetWrapper.classList.add(‘played’);
// Create script
const scriptEl = document.createElement(“script”);
scriptEl.setAttribute(“fetchpriority”, “high”);
scriptEl.setAttribute(“charset”, “UTF-8”);
const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);
scriptURL.searchParams.set(“pageURL”, window.location.href);
scriptEl.src = scriptURL.toString();
// Insert player
const placeholder = targetWrapper.querySelector(“.add-before-this”);
placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);
}
function getTheme() {
return document.body.classList.contains(“dark”) ? “dark” : “light”;
}
// Initial Load for Desktop
if (window.innerWidth > 768) {
const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),’&autoplay=1′);
});
}
}
// Mobile Button Click
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),’&autoplay=1′);
});
}
function reInitButton(container,html){
container.innerHTML = ” + html;
}
// Theme switcher
const destroyButton = document.getElementById(“checkbox”);
if (destroyButton) {
destroyButton.addEventListener(“click”, () => {
setTimeout(() => {
const theme = getTheme();
if (window.innerWidth > 768) {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if(desktopWrapper.classList.contains(‘played’)){
loadTrinityPlayer(desktopWrapper, theme,’&autoplay=1′);
}else{
reInitButton(desktopWrapper,’‘)
const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,’&autoplay=1’);
});
}
}
} else {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if(mobileWrapper.classList.contains(‘played’)){
loadTrinityPlayer(mobileWrapper, theme,’&autoplay=1′);
}else{
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,’&autoplay=1′);
});
}
}
}
}, 100);
});
}
})();
Ripple and Immunefi have announced a strategic collaboration to boost the security of the XRP Ledger (XRPL) Lending Protocol, in a broader push to position it as an institutional-grade settlement layer.
The partnership was unveiled on October 13 and introduces an “Attackathon” designed to stress-test the proposed XRPL Lending Protocol ahead of its expected validator vote later this year. Through this initiative, top-tier Web3 security researchers from around the world are invited to identify vulnerabilities in the protocol, competing for a $200,000 prize pool.
XRPL Goes Institutional
According to the official press release shared with CryptoPotato, in addition to the bug-hunting competition, the Attackathon Academy will provide participants with targeted training on XRPL technology, running from October 13 to November 29.
The XRPL Lending Protocol itself represents a major step in Ripple’s enterprise-focused blockchain strategy, offering pooled lending and underwritten credit natively on the XRPL. The system is designed to automate the full loan lifecycle, from issuance to repayment, while linking borrowers to global liquidity sources and enabling lenders to earn yield on idle assets.
By integrating with existing risk and compliance processes, the protocol aims to improve transparency, efficiency, and accessibility in credit markets.
In a statement, Jasmine Cooper, Head of Product at RippleX, said,
“XRPL was designed to support secure, real-world financial applications, and that’s especially important as lending is introduced to the network. This initiative is about making sure the proposed Lending Protocol is thoroughly tested and resilient before launch, so developers and institutions can build with confidence. Partnering with Immunefi allows us to work with some of the top security researchers to help strengthen this new layer of XRPL’s DeFi infrastructure.”
XRPL Sees Strong September Activity
September 2025 was a busy month for the XRPL ecosystem with product improvements, compliance milestones, and community growth. As reported by CryptoPotato, self-custody cryptocurrency wallet Joey Wallet simplified onboarding, integrating MoonPay, First Ledger, and XRPCafe, while XRPScan introduced an amendment voting timeline for transparency in validator decisions. Xaman Wallet 4.2.1 removed trustline requirements and allowed seamless token transfers and MoonPay Sell integration for full fiat-to-XRP flows.
You may also like:
On compliance, the Credentials amendment went live, enabling decentralized on-chain identity verification for regulated interactions. DeFi and gaming also saw progress. Gamechain went live on testnet through XRPL Commons partnerships, and the XRPL Commons Aquarium Residency welcomed builders from 11 countries.
Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).
LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!
Source: https://cryptopotato.com/ripple-teams-up-with-immunefi-to-boost-xrpl-lending-protocol/