The post Fact Check: Is Ripple Really Partnering With a Swiss Bank on Digital Identity? appeared first on Coinpedia Fintech News
A new rumor is circulating in the crypto community about Ripple. According to the claim, Ripple, a Swiss bank, and a U.S.-based blockchain company are working together to build a new network that combines digital identity, compliance, and tokenized assets, with XRP acting as the bridge currency.
The rumor started after a post from CoinBureau on X claimed this partnership was in the works. Since then, speculation has grown, but the big question remains: what’s fact, and what’s fiction?
What Actually Happened?
No Official Claims Made By Ripple:
Ripple’s CEO, Brad Garlinghouse, has opened up about the company’s ongoing efforts in expanding XRP Ledger’s capabilities. It seeks to increase institutional adoption and enhance identity verification, regulatory compliance, tokenization, and interoperability by partnering with other blockchains. But it does not claim collaboration involving a Swiss bank and a U.S. blockchain firm to merge digital ID, compliance, and tokenized assets.
JPMorgan Calls Digital ID the “Foundation of Web3:
JPMorgan recently called digital identity the “foundation of Web3,” pointing to a real need in the market for secure, regulated digital identity solutions. JPMorgan’s statement is closely related to the rumour because both entities seek to establish a secure digital identity system for the future, where more things happen online and on blockchains.
What’s At Stake Here?
XRP is already one of the top cryptocurrencies right now. But if the rumors were true, it would have boosted XRP’s utility as the bridge for tokenized stocks, real estate, commodities, and many more things.
Summary Table: Coinpedia’s Fact Check
Claim Made by Theory
Coinpedia’s Counter-Evidence
Ripple is partnering with a Swiss bank and a blockchain company
No— no verified or official announcement from Ripple states about teaming up with them.
XRP’s role to connect the digital identity, compliance, and tokenized assets
No— no official statement regarding this.
JPMorgan calls digital ID the foundation of Web3
Yes— But it is not linked with Ripple’s collaboration
Conclusion
Claim
Ripple is partnering with a Swiss bank and a blockchain company to merge digital ID, compliance & tokenized assets with XRP.
Verdict
False
Fact Check by Coinpedia
The only confirmed statement is that JPMorgan called digital ID the ‘foundation of Web3,’ but it does not confirm Ripple’s rumoured partnership.
function subscribed_popupmodal(template_id) { var templateId = ‘6’; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’); if (subcribemodal) { var modalContent = `
Never Miss a Beat in the Crypto World!
Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now
if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal =
`
You’ve Unsubscribed Successfully
We’re sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community!
Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community!
`;
let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]); let subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById(‘selectidname’)) { document.getElementById(‘selectidname’).textContent = subscribedCategoriesString; }
function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
// Function to get cookies function getCookie(name) { let value = “; ” + document.cookie; let parts = value.split(“; ” + name + “=”); if (parts.length == 2) return parts.pop().split(“;”).shift(); }
// Get user token from cookies const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id);
// Remove the flag and category ID from localStorage localStorage.removeItem(‘subscribe_without_Login’); localStorage.removeItem(‘subscribe_clicked_id’); } });
var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
}
function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent=”Subscribe Now”; } else { subscribeButtonSpan.textContent=”Unsubscribe”; } } }
function updateSubscriptionButton() { var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
// Update the button text based on whether any list item has the ‘active’ class updateButtonText(anyActive); } document.addEventListener(‘click’, function(event) { var clickedItem = event.target.closest(‘.subscription-options li’); if (clickedItem) { var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } });