The post Vitalik Buterin Warns Ethereum Treasuries Could Become an “Overleveraged Game” appeared first on Coinpedia Fintech News
Ethereum co-founder Vitalik Buterin has welcomed the rise of ETH treasury companies, saying they open the door for a broader range of investors to gain exposure to ETH. However, he cautioned that the trend could backfire if it turns into an “overleveraged game.”
Speaking on the Bankless podcast, Buterin noted that these treasury firms, public companies that buy and hold ETH, offer “valuable services” and provide “more options” for investors who may not want or be able to hold the token directly.
Notably, ETH has surged over 160% in 2025, but Vitalik Buterin warns that treasury companies must manage their holdings responsibly to maintain this momentum and avoid the kind of collapses seen in past crypto booms.
The Rise of ETH Treasuries
Over the past year, crypto treasury companies have become a hot play on Wall Street, mirroring the strategy of Bitcoin treasury holders like MicroStrategy. By pooling investor capital to buy and hold ETH, these firms create indirect exposure for traders through publicly traded shares.
The sector has already ballooned to $11.77 billion in assets. BitMine Immersion Technologies leads the pack with 833,100 ETH worth $3.2 billion, followed by SharpLink Gaming with $2 billion, and The Ether Machine with $1.34 billion. The Ethereum Foundation and PulseChain round out the top five largest holders. Meanwhile, Fundamental Global has filed with the SEC to launch a new $5 billion Ethereum treasury fund, signaling rising institutional demand for ETH exposure.
In short, ETH treasuries can boost Ethereum adoption and price by putting large amounts of Ether in the hands of public companies and investment firms, which makes it easier for traditional investors to get exposure without directly buying and managing crypto.
Why is the Crypto Market Going Up Today? XRP Price Rises 10%, BTC and ETH Follow
,
Leverage: The Potential Achilles’ Heel
While Buterin is optimistic, he also warned of a worst-case scenario in which excessive leverage could trigger a chain reaction of forced liquidations. A sharp price drop, he said, could lead to margin calls, further sell-offs, and ultimately a collapse in credibility for Ethereum.
“If you woke me up three years from now and told me that treasuries led to the downfall of ETH… my guess for why would basically be that somehow they turned it into an overleveraged game,” Buterin said.
Still, he expressed confidence that current ETH treasury companies are more disciplined than the reckless risk-taking seen in past collapses, quipping: “These are not Do Kwon followers.”
ETH’s Price Comeback
The growth of ETH treasury holdings has coincided with a strong market recovery for the token. After plunging to $1,470 in April, ETH has surged more than 160% to around $3,870. Analysts say this influx of treasury demand has been a major factor behind Ethereum’s price rally, helping it close the performance gap with Bitcoin and Solana.
For now, the future of ETH treasuries looks bright, but Buterin’s warning is clear: success will depend on resisting the temptation to overextend in pursuit of bigger returns.
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
How big is the ETH treasury market in 2025?
It’s worth about $11.77B, led by BitMine Immersion Technologies with 833,100 ETH.
How has ETH’s price changed in 2025?
ETH surged over 160% from $1,470 in April to around $3,870, partly driven by treasury demand.
Why does Vitalik Buterin support ETH treasuries?
He says they expand ETH access for investors who can’t or don’t want to hold crypto directly.