The post Ghana To License Crypto Firms Amid Rising Demand: Bloomberg appeared first on Coinpedia Fintech News
Ghana, a West African nation, is preparing to license cryptocurrency platforms in response to the growing demand for digital assets.
New Framework by September
According to a report from Bloomberg, the Bank of Ghana plans to propose a new regulatory framework by September to oversee and license crypto platforms nationwide. With around 3 million adults, which is about 17% of the population, already using cryptocurrencies, this move marks a significant step toward officially recognizing and regulating digital assets in one of Africa’s leading economies.
Ghana wants to regulate crypto to better manage its currency and collect more revenue. The cedi (Ghana’s currency) has been very volatile as it gained over 40% this year after falling nearly 20% last year, making it hard for the central bank to keep inflation under control.
Crypto Use Booms In Ghana
Bank of Ghana Governor, Johnson Asiama, noted that crypto is adding to the challenge as many people are sending and receiving payments in crypto, but those transactions are not showing up in the country’s official records. This is making it harder to keep track of the real economic picture.
Between July 2023 and June 2024, people in Ghana used crypto to make $3 billion worth of transactions. This is a big part of the $125 billion total for all of sub-Saharan Africa. This shows how active Ghana is in the crypto space, compared to the rest of the region.
Ghana Mandates Registration by August 15
Recently, the Bank of Ghana also announced that all Virtual Asset Service Providers (VASPs) operating within the country must register with the central bank by August 15, 2025. This rule applies to all crypto companies offering services to people in Ghana, whether they are local or international, and whether they operate in person or online. It covers services like crypto exchanges, digital wallets, safekeeping, and issuance or sale of crypto assets like stablecoins and ICOs.
Fact Check: Did BlackRock Announce a Merger With Ripple?
,
The central bank is taking steps to bring crypto under control as its use grows rapidly in the country. While registration doesn’t count as a license to operate, firms that fail to comply may face penalties or be excluded from future licensing opportunities.
Global Momentum Builds
The U.S. is leading the way in crypto regulation with the GENIUS Act, signed into law on July 18, 2025. It sets clear rules for stablecoins to encourage innovation and provide legal clarity.
Across the globe, countries in Africa, Asia, and Europe are all working on crypto regulations, licensing virtual asset service providers (VASPs), and focusing on key areas like stablecoins, anti-money laundering (AML), and investor protection.
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(); } } });