RBI Governor suggested other central banks to promote CBDCs over stablecoin | Current Affairs | Vision IAS
Notes Ecosystem
January 2024
Weekly Focus
Daily News Summary
Monthly Affairs
PT Test Series
PT cum Mains Test Series
Mains Test Series
Downloads
Latest Edition
Semiconductors: The ‘New Oil’ of the Digital Economy and India’s Quest for Global Resilience
Semiconductors: The ‘New Oil’ of the Digital Economy and India’s Quest for Global Resilience
October 2025
Semiconductors: The ‘New Oil’ of the Digital Economy and India’s Quest for Global Resilience
September 2025
August 2025
Infrastructure Failures in India: A Crisis of Quality, Governance, and Accountability
December 2024
November 2024
- India’s Bioeconomy: Pioneering Growth Through Innovation and Sustainability
- Nudging in Policy Making
- Reforming India’s Water Governance To Meet Emerging Challenges
- Inclusive Wealth as a measure for Economic Development
September 2024
India’s Cultural Heritage: Preserving the past, Inspiring the future
June 2024
Threads of Transformation: India’s Textile Industry Weaving a Modern Future
May 2024
Redefining Governance: India’s Path to Administrative Reforms
March 2024
- Beyond Metros: The Ascent Of India’s Tier 2 and TIer 3 Cities
- Climate Change Negotiations (CCNs): From Rio (1992) to Dubai (2023)
- Changing Dynamics of Family Structure in India
- India’s Creative Economy: From Imagination to Innovation
February 2024
January 2024
Latest Edition
September
2025
2024
Weekly Focus
Videos
- News Today
- Weekly Focus: In Conversation
- Simplified by VisionIAS
- /a>
- Schemes in Focus
- Master Classes
- Deep Dive
- Economic Survey
- Budget
Daily News Summary
Daily Practice
`;
}
// Output the HTML
container.innerHTML = html;
},
async deleteAllHighlights() {
const loader = document.getElementById(‘loader’);
loader.style.display = ‘flex’; // Show loader
try {
const response = await fetch(“https://visionias.in/current-affairs/delete-all-highlights”, {
method: ‘DELETE’,
headers: {
‘X-CSRF-TOKEN’: ‘JPSNgBIufb4MrQOHgZfqXfQXwVhHi0vB6gTLE9uK’
}
});
const result = await response.json();
if (response.ok) {
window.location.reload();
} else {
console.error(‘Error deleting all highlights:’, result);
}
} catch (error) {
console.error(‘Error deleting all highlights:’, error);
} finally {
loader.style.display = ‘none’; // Hide loader
}
},
init() {
// Load highlights when the component is initialized
if (isAuthenticated && isSubscribed) {
this.loadHighlights();
}
}
};
}
// Initialize the component
highlightsManager.init();
});
`;
}
}
// Output the article body
container.innerHTML = html;
}
// Load the article’s highlights
async function loadArticleHighlights() {
const response = await fetch(“https://visionias.in/current-affairs/get-article-highlights/28572″, {
method: ‘GET’,
headers: {
‘X-CSRF-TOKEN’: ‘JPSNgBIufb4MrQOHgZfqXfQXwVhHi0vB6gTLE9uK’
}
});
const result = await response.json();
if (response.ok) {
displayArticleHighlights(result);
} else {
console.error(‘Error fetching article highlights:’, result);
}
}
// Display the article’s highlights
function displayArticleHighlights(highlights) {
const container = document.getElementById(‘articleHighlights’);
let html = ”;
// Append highlights to the HTML
for (let i = 0; i < highlights.length; i++) {
html += `
${highlights[i].highlight}
${highlights[i].url}
`;
}
// Display ‘Records not found!’ if no highlights are available
if (highlights.length <= 0) {
html = `
Records not found!
`;
}
// Output the HTML
container.innerHTML = html;
}
// Load the article’s highlights when the window loads
window.onload = loadArticleHighlights;
The suggestion comes in the backdrop of recent global developments such as Guiding and Establishing National Innovation for US Stablecoins Act (GENIUS Act), Digital Asset Basic Act bill of South Korea, etc.
About Central Bank Digital Currency (CBDC) and Stablecoin
- CBDC is a new form of money that exists only in digital form.
- Instead of printing money, the central bank issues widely accessible digital coins so that digital transactions and transfers become simple.
- A stablecoin is a programmable cryptocurrency whose value is pegged to another asset, most often the US Dollar or other currencies.
Why does CBDC need to be preferred over Stablecoin?
- Sovereign Backing: CBDC are considered legal tender, i.e. they are recognised and accepted by the government for every transaction.
- CBDCs operate within a regulated framework, ensuring consumer protection, etc. unlike many stablecoins which lack regulatory oversight.
- Cross-Border Payment Efficiency: CBDCs can simplify and speed up international trade payments, reducing reliance on intermediaries like SWIFT.
- Other: Better integration with monetary policy, promotes inclusive and low-cost public payment systems, etc.
RBI Governor suggested other central banks to promote CBDCs over stablecoin
The suggestion comes in the backdrop of recent global developments such as Guiding and Establishing National Innovation for US Stablecoins Act (GENIUS Act), Digital Asset Basic Act bill of South Korea, etc.
About Central Bank Digital Currency (CBDC) and Stablecoin
- CBDC is a new form of money that exists only in digital form.
- Instead of printing money, the central bank issues widely accessible digital coins so that digital transactions and transfers become simple.
- A stablecoin is a programmable cryptocurrency whose value is pegged to another asset, most often the US Dollar or other currencies.
Why does CBDC need to be preferred over Stablecoin?
- Sovereign Backing: CBDC are considered legal tender, i.e. they are recognized and accepted by the government for every transaction.
- CBDCs operate within a regulated framework, ensuring consumer protection, etc. unlike many stablecoins which lack regulatory oversight.
- Cross-Border Payment Efficiency: CBDCs can simplify and speed up international trade payments, reducing reliance on intermediaries like SWIFT.
- Other: Better integration with monetary policy, promotes inclusive and low-cost public payment systems, etc.
CBDC in India
- Digital Rupee is India’s CBDC.
- It is issued by the RBI in digital form and offers features similar to physical cash like convenience of use, guarantee of RBI, finality of settlement, etc.
- It is stored in the user’s digital wallet and can be used to receive / send money, and / or make payment for transactions, just like any physical ₹ note.
- The RBI is currently conducting pilot projects of two types of CBDCs – retail and wholesale.
- Retail CBDC: It is available to the general public via digital wallets, smartphone apps, etc.
- Wholesale CBDCs: Used among banks and other licensed financial institutions for interbank payments and securities transactions.
Stay informed about crucial UPSC preparation updates. Connect with the VisionIAS community on social media to remain engaged with our informative and collaborative network.
Welcome Back !
Please login to your account for a personalized experience.