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›MCPAsk your Bitcoin data anything›
${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);
}
}
// 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 window.plausible === ‘function’) {
window.plausible(‘Click Top Pick’, { property: pickName || ‘Top Pick’ });
}
});
});
}, 0);
});
Commodity Futures Trading Commission (CFTC) Chair Michael Selig said Wednesday the agency is pressing ahead with crypto market-structure rules, even without new legislation from Congress.
Existing authority gives room to act
Selig told CNBC that “it’s go time” for crypto regulation, adding that the administration had planned for the possibility that legislation would stall.
“The president has said since day one we’re going to have crypto market structure done. That means either legislation or rulemaking, and the agencies have a ton of existing statutory authority.”
The CFTC reviewed those authorities earlier as part of the president’s working group on digital asset markets, and Selig said the agency would “continue to ship rules” to get ready for “the new frontier.”
His remarks come after the CLARITY Act failed to clear the Senate last week, leaving the path to a broader legislative framework unresolved.
Two proposals under White House review
Last week, the CFTC sent two proposals, Regulation Crypto Asset Transactions and Regulation Crypto Asset Markets, to the White House’s Office of Information and Regulatory Affairs (OIRA) for review.
Bitcoin and the wider crypto market rallied on the news.
Bitcoin has since slipped 2% over the past 24 hours to around $84,500, after touching an eight-month high above $86,000 in the previous session.
Preparing for 24/7 on-chain markets
Selig also pointed to crypto, prediction markets and artificial intelligence as technologies that are reshaping how financial markets operate.
“We really have to reevaluate all of our rules and regulations to make sure that we’re ready and prepared for this transition to 24/7 on-chain and these automated markets that are facilitated through the use of algorithms and agentic finance.”
He described the current period as an “exciting time” for financial markets.
U.S. stocks dipped in midday trading on Wednesday, as the S&P 500-tracking SPY fell 0.50%, the Dow-tracking DIA slipped 0.58% and the Nasdaq-100-tracking QQQ dropped 0.76%.
Source: bitbo.io
