Bitcoin Buying Spree May Continue With New Preferred Stock Plan: Strategy CEO

bitcoinistPublished on 2026-02-12Last updated on 2026-02-12

Abstract

Strategy Inc. is intensifying its Bitcoin strategy by expanding its perpetual preferred stock offering, branded as STRC, to fund further cryptocurrency acquisitions without diluting common equity. These shares trade near $100 and currently offer an 11.25% annualized reset dividend, targeting income-focused investors. CEO Phong Le emphasized relying more on preferred capital rather than common stock for Bitcoin purchases. Executive Chair Michael Saylor reaffirmed the company’s commitment to continuously buy and hold Bitcoin, regardless of price volatility. This approach aims to stabilize the stock by separating crypto-driven swings from the common share price, though it shifts certain risks to preferred shareholders. With a vast Bitcoin reserve already in place, Strategy’s balance sheet increasingly resembles a crypto fund, raising questions about traditional valuation metrics.

Strategy Inc. is doubling down on Bitcoin. The move is meant to calm investors while the company keeps buying the crypto asset it made core to its identity. Reports say the pivot centers on expanding a line of perpetual preferred shares that trade near $100 and pay a reset dividend each month.

Preferred Shares To Anchor Volatility

Stretch, often shown as STRC, now sits at the center of that plan. According to Strategy’s own listings, STRC carries an annualized dividend reset that currently reads 11.25% and is structured so its price tends to trade near a $100 par value.

Reports say Strategy CEO Phong Le told Bloomberg the company will lean more on preferred capital than on common equity to raise money for future Bitcoin buys.

A Relentless Buying Stance

Michael Saylor, the company’s executive chair, has been blunt about holding and buying. Based on reports, Saylor affirmed the company will not sell its Bitcoin holdings even if prices fell dramatically, and that Strategy plans to purchase each quarter on an ongoing basis. The comment is meant to reassure holders who have seen the stock move with Bitcoin’s swings.

Funding Bitcoin Buys Without Hitting Stock Price

The logic here is simple. Issue preferred stock that appeals to income-seeking investors and use the proceeds to buy more Bitcoin, rather than selling common shares or liquidating holdings.

BTCUSD currently trading at $67,926. Chart: TradingView

Stretch is marketed as a way for investors to get exposure while avoiding the same wild swings that hit Strategy’s common shares. Some market watchers argue this shifts risk to preferred holders, and critics in finance commentary have been vocal about the optics of pushing stability through yield products.

How Much Bitcoin And What It Means

Reports note Strategy’s disclosed Bitcoin stack remains vast, numbering in the hundreds of thousands of coins, and executives point to a long time horizon for returns.

The company’s approach makes its balance sheet look more like a crypto fund than a traditional software concern, and that raises questions about how investors should value the stock versus the underlying asset.

Investor Takeaways And Market Signals

Investors who want cash yield without direct crypto exposure may find preferred stocks appealing. At the same time, preferred shares carry their own risks: dividends can be reset, and the company’s obligations to preferred holders compete with the need to manage leverage and reserves.

Featured image from Unsplash, chart from TradingView

Trending Cryptos

Related Questions

QWhat is the main purpose of Strategy Inc.'s new preferred stock plan according to the article?

AThe main purpose is to raise capital for future Bitcoin purchases without negatively impacting the company's common stock price, while also providing a stable investment vehicle with regular dividends to attract income-seeking investors.

QHow does the STRC preferred share work in terms of dividends and price stability?

AThe STRC preferred share carries an annualized reset dividend currently at 11.25% and is structured to trade near its $100 par value, providing price stability compared to the company's common shares.

QWhat is Michael Saylor's stated position on selling Strategy's Bitcoin holdings?

AMichael Saylor affirmed that the company will not sell its Bitcoin holdings even if prices fall dramatically, and that Strategy plans to continue purchasing Bitcoin each quarter on an ongoing basis.

QWhat are the potential risks for investors in Strategy's preferred shares mentioned in the article?

AThe risks include that dividends can be reset, and the company's obligations to preferred holders compete with its need to manage leverage and reserves. Some critics also argue this approach shifts risk to preferred shareholders.

QHow does the article describe the effect of Strategy's Bitcoin accumulation on its balance sheet?

AThe article states that Strategy's approach makes its balance sheet look more like a crypto fund than a traditional software company, raising questions about how investors should value the stock versus the underlying Bitcoin asset.

Related Reads

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit3m ago

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit3m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit5m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit5m ago

Trading

Spot

Hot Articles

What is $BITCOIN

DIGITAL GOLD ($BITCOIN): A Comprehensive Analysis Introduction to DIGITAL GOLD ($BITCOIN) DIGITAL GOLD ($BITCOIN) is a blockchain-based project operating on the Solana network, which aims to combine the characteristics of traditional precious metals with the innovation of decentralized technologies. While it shares a name with Bitcoin, often referred to as “digital gold” due to its perception as a store of value, DIGITAL GOLD is a separate token designed to create a unique ecosystem within the Web3 landscape. Its goal is to position itself as a viable alternative digital asset, although specifics regarding its applications and functionalities are still developing. What is DIGITAL GOLD ($BITCOIN)? DIGITAL GOLD ($BITCOIN) is a cryptocurrency token explicitly designed for use on the Solana blockchain. In contrast to Bitcoin, which provides a widely recognized value storage role, this token appears to focus on broader applications and characteristics. Notable aspects include: Blockchain Infrastructure: The token is built on the Solana blockchain, known for its capacity to handle high-speed and low-cost transactions. Supply Dynamics: DIGITAL GOLD has a maximum supply capped at 100 quadrillion tokens (100P $BITCOIN), although details regarding its circulating supply are currently undisclosed. Utility: While precise functionalities are not explicitly outlined, there are indications that the token could be utilized for various applications, potentially involving decentralized applications (dApps) or asset tokenization strategies. Who is the Creator of DIGITAL GOLD ($BITCOIN)? At present, the identity of the creators and development team behind DIGITAL GOLD ($BITCOIN) remains unknown. This situation is typical among many innovative projects within the blockchain space, particularly those aligning with decentralized finance and meme coin phenomena. While such anonymity may foster a community-driven culture, it intensifies concerns about governance and accountability. Who are the Investors of DIGITAL GOLD ($BITCOIN)? The available information indicates that DIGITAL GOLD ($BITCOIN) does not have any known institutional backers or prominent venture capital investments. The project seems to operate on a peer-to-peer model focused on community support and adoption rather than traditional funding routes. Its activity and liquidity are primarily situated on decentralized exchanges (DEXs), such as PumpSwap, rather than established centralized trading platforms, further highlighting its grassroots approach. How DIGITAL GOLD ($BITCOIN) Works The operational mechanics of DIGITAL GOLD ($BITCOIN) can be elaborated on based on its blockchain design and network attributes: Consensus Mechanism: By leveraging Solana’s unique proof-of-history (PoH) combined with a proof-of-stake (PoS) model, the project ensures efficient transaction validation contributing to the network's high performance. Tokenomics: While specific deflationary mechanisms have not been extensively detailed, the vast maximum token supply implies that it may cater to microtransactions or niche use cases that are still to be defined. Interoperability: There exists the potential for integration with Solana’s broader ecosystem, including various decentralized finance (DeFi) platforms. However, the details regarding specific integrations remain unspecified. Timeline of Key Events Here is a timeline that highlights significant milestones concerning DIGITAL GOLD ($BITCOIN): 2023: The initial deployment of the token occurs on the Solana blockchain, marked by its contract address. 2024: DIGITAL GOLD gains visibility as it becomes available for trading on decentralized exchanges like PumpSwap, allowing users to trade it against SOL. 2025: The project witnesses sporadic trading activity and potential interest in community-led engagements, although no noteworthy partnerships or technical advancements have been documented as of yet. Critical Analysis Strengths Scalability: The underlying Solana infrastructure supports high transaction volumes, which could enhance the utility of $BITCOIN in various transaction scenarios. Accessibility: The potential low trading price per token could attract retail investors, facilitating wider participation due to fractional ownership opportunities. Risks Lack of Transparency: The absence of publicly known backers, developers, or an audit process may yield skepticism regarding the project's sustainability and trustworthiness. Market Volatility: The trading activity is heavily reliant on speculative behavior, which can result in significant price volatility and uncertainty for investors. Conclusion DIGITAL GOLD ($BITCOIN) emerges as an intriguing yet ambiguous project within the rapidly evolving Solana ecosystem. While it attempts to leverage the “digital gold” narrative, its departure from Bitcoin's established role as a store of value underscores the need for a clearer differentiation of its intended utility and governance structure. Future acceptance and adoption will likely depend on addressing the current opacity and defining its operational and economic strategies more explicitly. Note: This report encompasses synthesised information available as of October 2023, and developments may have transpired beyond the research period.

974 Total ViewsPublished 2025.05.13Updated 2025.05.13

What is $BITCOIN

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of BTC (BTC) are presented below.

活动图片