The post Charles Hoskinson Just Made Bitcoin DeFi Possible on Cardano appeared first on Coinpedia Fintech News
Cardano, the 10th largest crypto asset, has just made a bold move in the digital asset space. Founder Charles Hoskinson has introduced the Cardinal Protocol, the network’s first DeFi solution powered by Bitcoin. For the first time, Bitcoin can now be used on Cardano for lending, staking, and more, without the need for third-party custodians. The news has sparked market excitement, pushing ADA’s 24-hour trading volume to $500 million. Currently trading at $0.669, Cardano is also gaining momentum after its inclusion in the Nasdaq crypto index, signaling growing institutional interest.
Welcome to the first Bitcoin DeFi protocol developed for Cardano https://t.co/CoYvrYnIfI
Developed by InputOutput HK, Cardinal allows users to put their Bitcoin to work through lending, borrowing, farming, or staking on the Cardano blockchain. This is made possible using “wrapped UTXO” technology, which can be burned at any time to redeem the original Bitcoin or Ordinals. For the first time, Bitcoin holders have a way to tap into DeFi on Cardano without trusting centralized platforms.
Safe, Cross-Chain, and Fully Transparent
Instead of custodians, Cardinal uses a secure MuSig2 multi-signature system, making Bitcoin transactions safe, transparent, and decentralized. It also supports cross-chain compatibility with networks like Ethereum, Solana, and Avalanche. Cardinal uses BitVMX for off-chain verification, while Cardano smart contracts handle the on-chain logic.
4 U.S. Economic Reports This Week That Could Make or Break Bitcoin
,
Users can now interact with popular DeFi platforms like MinswapDEX, SundaeSwap, and Fluid Tokens to lend, farm, and trade Bitcoin-backed assets. Ordinals, too, can now be used as collateral for loans and traded on other chains without losing their identity.
More Features on the Way
Cardano’s CTO Romain Pellerin believes this is a huge step forward, but says there’s more to be done. Future upgrades may include wallet support, zero-knowledge proofs, and deeper liquidity.
This launch bridges the world’s biggest cryptocurrency with Cardano’s DeFi ecosystem — bringing Robert Kiyosaki’s belief that Bitcoin is “the people’s money” even closer to reality.
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
What is Cardano’s Cardinal Protocol?
Cardinal is Cardano’s DeFi protocol that lets users lend, borrow, or stake Bitcoin without third-party custodians.
Is Cardinal Protocol compatible with other blockchains?
Yes, Cardinal supports cross-chain DeFi with Ethereum, Solana, and Avalanche through wrapped BTC assets.
Can I use Bitcoin on Cardano’s DeFi platforms?
Yes, Cardinal enables wrapped Bitcoin use on Cardano for DeFi services like lending, farming, and staking.