Don't want to trade it yourself?
Our desk runs DEX portfolios on profit share.
Image
var isDesktop = window.innerWidth > 1050;
var cardOrTerminal = isDesktop
? `TerminalEvery BTC signal – one screen›`
: `ExchangesView top BTC exchanges (USA)›`;
var toppickThirdHeader = `
Top Tools & Picks
Bitbo ProUnlock 70+ private charts›WalletsView top BTC hardware wallets›
${cardOrTerminal}
`;
var postContent = document.querySelector(‘.post__content’);
if (postContent) {
var h2s = postContent.querySelectorAll(‘h2’);
if (h2s.length > 0) {
// Insert the main Top Picks above first h2
h2s[0].insertAdjacentHTML(‘beforebegin’, toppicksHTML);
}
if (h2s.length > 2) {
// Insert the Credit Card Top Pick above third h2
h2s[2].insertAdjacentHTML(‘beforebegin’, toppickThirdHeader);
}
}
// Add GoodMetrics event tracking for both Top Picks sections
setTimeout(function() {
var picks = document.querySelectorAll(‘.top-picks .pick-row’);
picks.forEach(function(pick) {
pick.addEventListener(‘click’, function() {
var pickName = pick.getAttribute(‘data-pick’);
if (typeof gmTrackEvent === ‘function’) {
gmTrackEvent(‘Click Top Pick’, { property: pickName || ‘Top Pick’ });
}
});
});
}, 0);
});
BlackRock’s head of digital assets Robbie Mitchnick says bitcoin’s investment case is getting stronger as U.S. fiscal concerns mount, drawing more investors toward it as an alternative store of value alongside gold.
Fiscal fears fuel bitcoin demand
In an interview with CNBC, Mitchnick said bitcoin’s recent rally reflects its distinct nature compared to equities and fixed income, both of which have struggled in recent weeks.
He pointed to growing alarm over the size of U.S. debt and deficits, with investors like Stanley Druckenmiller and Ray Dalio warning that America’s fiscal trajectory could pose a structural threat to markets.
“Debt and deficit levels are a major concern for markets. When those concerns return to the headlines, it tends to benefit assets like bitcoin and gold.”
Bitcoin logged its biggest three-day rally since 2023 last week before settling back below $80,000.
Mitchnick framed the move as consistent with bitcoin’s history of rebounding when investor sentiment is at its weakest, driven by concerns about the purchasing power of fiat currencies and the long-term devaluation of the dollar.
Bitcoin decouples from risk assets
Mitchnick pushed back against the idea that bitcoin is simply another risk-on asset, arguing its long-term return drivers are fundamentally different from stocks:
“In the last couple weeks, equities and other asset classes have been pretty challenged… fixed income markets have been choppy, and you’ve seen bitcoin have a fairly significant rally because of that distinct nature and the way it’s seen as this emerging store of value.”
Regulation takes a back seat
Mitchnick also addressed the stalled CLARITY Act, legislation aimed at streamlining crypto market structure.
He said the bill is “less critical” to bitcoin, which already has much of the regulatory acceptance it needs, than to other parts of the crypto industry like decentralized finance.
On the legislative outlook, he said:
“Markets in general and a lot of the participants around the ecosystem are seeing the regulatory clarity as further potential upside, but not necessarily banking on it or considering that in the base case today.”
Source: bitbo.io
