Trump Media Bitcoin Holdings Hit 11,542 BTC

December 22, 2025

Trump Media Bitcoin Holdings Hit 11,542 BTC

Image Source`;
// HTML for second Top Pick (before 3rd h2)
var toppickThirdHeader = `

Top Tools & Picks


INTEREST
River: 3.3% interest on cash paid in bitcoin



IRA
Unchained: Keep BTC in an IRA & control your keys



CREDIT CARD
The Gemini Credit Card®: Earn up to 4% back in BTC

`;
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 fathom 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() {
if (typeof fathom !== “undefined” && fathom.trackEvent) {
fathom.trackEvent(‘Clicked Top Pick’);
var pickName = pick.getAttribute(‘data-pick’);
if (pickName) {
fathom.trackEvent(‘Clicked Top Pick: ‘ + pickName);
}
}
});
});
}, 0);
});

Trump Media & Technology Group added 451 bitcoin worth about $40.3 million, lifting its corporate holdings to 11,542 BTC valued at more than $1.0 billion, according to analytics firm Lookonchain.

Trump Media’s latest buy

The purchase marks the latest step in the company’s bitcoin-focused treasury strategy.

Earlier in 2025, Trump Media disclosed around $2 billion in bitcoin and related holdings as it repositioned itself as a bitcoin-heavy investment vehicle.

Corporate treasuries in focus

The move comes as more entities use bitcoin as a treasury asset.

BlackRock highlights bitcoin

BlackRock named bitcoin as one of its top investment themes for 2025, placing it alongside T-bills and the “Magnificent Seven” tech stocks.

The asset manager’s iShares Bitcoin Trust has grown into the largest US spot bitcoin ETF since launching last January.

BlackRock’s fund has reached $68 billion in assets under management and has drawn nearly $63 billion in net inflows since trading began, according to the report.

BlackRock CEO Larry Fink said sovereign wealth funds are accumulating bitcoin, according to the report.

Original Article