BREAKING

Strategy Pauses BTC Buying, Seeds $1.59B Liquidity Pool

Strategy made no Bitcoin purchases during the week of August 17–23, 2026, but filed an SEC Form 8-K on August 24, 2026 disclosing the creation of a new $1.59 billion USD Cash pool within its Digital Credit Capital Framework — capital set aside specifically to enable future Bitcoin acquisitions and other treasury operations.

Where the $1.59B Came From

The cash pool was seeded primarily from Strategy’s latest equity raise. Between August 17 and August 23, the firm sold 18,261,118 MSTR Class A shares via its at-the-market offering program, generating approximately $2.01 billion in net proceeds. Of that total, $136.4 million went toward repurchasing STRC preferred stock, $300 million was directed into the company’s existing USD Reserve, and the remainder seeded the new USD Cash account.

New Pool vs. Existing USD Reserve

The newly established USD Cash pool is structurally separate from Strategy’s existing $5.1 billion USD Reserve, which is designated to cover preferred dividends and interest payments on debt. Unlike the reserve, the new cash pool carries broader authorization — it can be deployed toward Bitcoin purchases, MSTR or preferred-stock buybacks, debt repayment, dividends, or other Bitcoin treasury purposes. Combined, Strategy’s total dollar liquidity now stands at $6.69 billion.

In its filing, the company indicated the arrangement would allow it to respond more swiftly to market dislocations — both in Bitcoin and in its own securities. This flexibility-first framing aligns with the Digital Credit Capital Framework Strategy introduced in mid-June 2026, which repositioned Bitcoin as a dynamic capital asset rather than a static permanent holding.

BTC Holdings Unchanged

Strategy’s Bitcoin stack remains at 840,447 BTC, acquired at a total cost basis of $63.36 billion, equating to an average purchase price of $75,385 per bitcoin. This marks the second consecutive week without any BTC buy or sell activity. Building liquidity buffers ahead of potential market dislocations has become a recurring theme among major institutions in 2026.

Preferred Stock Buyback Progress

Under its $1 billion Digital Credit Securities Repurchase Program — announced in June 2026 — Strategy has now completed approximately $483.4 million in preferred stock buybacks, leaving $516.6 million of capacity remaining in that program.

Market Context

MSTR shares advanced approximately 6% following the disclosure, reaching around $119.25 during Monday’s session. At the time of writing, Bitcoin is trading at $78,783, up 1.71% over the past 24 hours — a level that puts Strategy’s entire 840,447 BTC position above its average acquisition cost of $75,385.


.social-share-section { margin: 24px 0; padding: 16px 20px; background: #f8f9fa; border-radius: 8px; border-left: 4px solid #7c3aed; } .share-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; color: #0e1120; margin-bottom: 12px; } .share-buttons { display: flex; flex-wrap: wrap; gap: 8px; } .share-btn { display: flex; align-items: center; gap: 4px; padding: 5px 12px; background: #ffffff; border: 1px solid #e4e6f0; border-radius: 6px; color: #4a5068; text-decoration: none; font-family: 'Syne', sans-serif; font-weight: 600; font-size: 12px; transition: all 0.3s ease; cursor: pointer; height: 34px; } .share-btn:hover { transform: translateY(-2px); border-color: #7c3aed; color: #7c3aed; box-shadow: 0 4px 12px rgba(124, 58, 237, 0.15); } .share-btn svg { width: 18px; height: 18px; } /* Mobile responsive */ @media (max-width: 768px) { .social-share-section { padding: 12px 16px; margin: 16px 0; } .share-buttons { gap: 6px; } .share-btn { padding: 5px 8px; font-size: 10px; height: 32px; } .share-btn span { display: none; } .share-btn { justify-content: center; padding: 8px; } }
function copyToClipboard(text) { navigator.clipboard.writeText(text).then(function() { var btn = document.querySelector('.share-copy'); if (!btn) return; var originalText = btn.innerHTML; btn.innerHTML = ' Copied!'; btn.style.color = '#16a34a'; setTimeout(function() { btn.innerHTML = originalText; btn.style.color = ''; }, 2000); }).catch(function(err) { ('Failed to copy: ' + err); }); }