The post Circle Explores “Reversible Transactions” Sparking Debate Over Blockchain’s Core Principles appeared first on Coinpedia Fintech News
Stablecoin giant Circle is exploring ways to let users “reverse” transactions, a step which is almost unheard of in the crypto world. This move could challenge some of crypto’s core principles and has already sparked a debate across the industry.
Let us explore what this means and what are its implications for the industry.
Circle Weighs Reversible Transactions
According to a report from Financial Times, Circle’s President Heath Tarbert explains that if there exists a system to refund money in cases of fraud or disputes, it could make people more confident using stablecoins and help them gain wider acceptance.
“We are thinking through, whether or not there’s the possibility of reversibility of transactions, but at the same time, we want settlement finality,” Tarbert said. He notes that there is a ‘tension’ between sending money instantly and making it irreversible.
However, introducing this reversibility would mark a significant shift for crypto, which has traditionally valued the “immutability” of the blockchain. Some crypto fans may also see this change as almost breaking the core rules of the industry.
Exploring Reversibility
Tarbert also shared that developers are exploring whether, in certain circumstances, there could be some degree of reversibility for fraud, only if all parties involved agree.
He added that while blockchain, stablecoins, and smart contracts are often seen as technologically superior, traditional systems still have certain advantages that crypto has not fully matched.
Tarbert’s remarks come months after the Trump administration scrapped a proposal that would have required crypto companies to refund customers if their accounts were hacked, a rule meant to bring digital wallets closer to traditional bank standards.
XRP News Today: Black Swan Capitalist Says XRP Can Solve Global Debt Crisis
,
Circle’s Arc Faces Pushback
Circle recently revealed that it is testing a new blockchain called Arc for financial institutions. This would let banks and asset managers use stablecoins for foreign exchange payments.
However, some executives and developers have criticized Circle’s Arc blockchain for being too centralized, arguing that it goes against the original idea of blockchain, letting people make transactions without relying on banks or middlemen.
Circle claims that payments on its Arc blockchain cannot be directly reversed. Instead, it could create an extra layer where all parties agree to make counter-payments, similar to how credit card refunds work.
Circle To Add Confidentiality Layer
Meanwhile, Circle is also planning to improve confidentiality by hiding the size of transactions while keeping wallet addresses visible. Tarbert said that this layer of privacy is useful for banks and clients who wish to keep payment information confidential.
Although Circle’s plans challenges the long-standing principles of crypto, they also highlight the industry’s efforts to bridge the gap between decentralized technology and mainstream finance.
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(); } } });
FAQs
Why does Circle want reversible transactions?
The goal is to increase user confidence in stablecoins by offering a safety net similar to traditional banking, which could lead to wider mainstream adoption.
What is Circle’s new Arc blockchain?
Arc is a new blockchain Circle is testing for financial institutions, designed for foreign exchange payments using stablecoins but criticized for being centralized.
Does this break a core rule of cryptocurrency?
Yes, introducing reversibility challenges crypto’s principle of immutability, creating a tension between finality and user protection that is sparking industry debate.