The post Crypto Trading Platform Uphold Eyes $1.5B IPO after $300M Revenue Surge appeared first on Coinpedia Fintech News
Crypto trading platform Uphold is reportedly weighing a US initial public offering (IPO) or potential acquisition, as interest from major financial institutions intensifies.
According to recent reports, the company has hired FT Partners, a top investment banking firm in the fintech sector, to explore strategic options. This move suggests that Uphold is actively evaluating pathways to scale its operations and market presence.
Uphold Confirms IPO Talks and Buyer Interest
In a recent interview, Uphold CEO Simon McLoughlin confirmed that the firm has engaged FT Partners to assess its strategic future. One key direction being explored is a potential public listing.
McLoughlin also noted that several leading financial players — including banks, brokers, and payment companies — have expressed interest in acquiring Uphold. However, he declined to comment on the company’s current valuation. Market speculation places it around $1.5 billion.
IPO Timing Follows Circle’s Market Boom
The timing of Uphold’s potential IPO comes shortly after Circle — a well-known peer-to-peer payments company — went public. Since its debut, Circle’s stock price has jumped from $31 to $115, showcasing a massive 300% surge. This success appears to have reignited IPO enthusiasm across the crypto fintech space.
Charles Hoskinson Just Made Bitcoin DeFi Possible on Cardano
,
From $80M to $300M: Uphold’s Strong Revenue Growth
Uphold has been on a steady growth trajectory. In 2022, the company generated $80 million in revenue. This year, it is projected to hit $300 million, marking an impressive expansion.
The company is also actively promoting XRP-related products, including a US debit card with XRP rewards and yield farming options through the Flare Network. One of its most notable recent collaborations is with a German bank, signaling its growing influence in both US and European markets.
Nasdaq Listing Could Drive Acquisitions
According to McLoughlin, a Nasdaq listing could provide Uphold with the financial muscle to acquire other companies in what he described as a consolidating crypto market. The strategy signals Uphold’s intent to expand its footprint through aggressive yet strategic moves.
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(); } } });