Bitcoin Reserves Resuscitation, Iran War Falls Into The Background, But What’s Going On With BTC?

bitcoinistPublished on 2026-06-06Last updated on 2026-06-06

Abstract

Bitcoin's price has fallen to new lows in this bear cycle, dropping below the critical $60,000 level. This decline occurred alongside two key developments: the first sale of BTC from Strategy's Bitcoin Reserve since 2022 and an update from U.S. Treasury Secretary Scott Bessent on the planned Strategic Bitcoin Reserve. Michael Saylor attributed the price pressure not to Strategy's sale but to capital flowing from crypto into AI infrastructure and significant outflows from Bitcoin ETFs since mid-May. Meanwhile, geopolitical tensions from the U.S.-Iran war have receded as a market factor. The U.S. government continues its deliberate efforts to establish a national Bitcoin reserve, utilizing seized assets and exploring budget-neutral accumulation methods, with lawmakers working to codify the initiative into law.

Bitcoin has fallen to new lows in this bear cycle, dropping below the psychological $60,000 level. This comes amid the U.S.-Iran war, which has remained muted for a while. At the same time, U.S. Treasury Scott Bessent provided an update on the Strategic BTC Reserve.

Price Falls Amid Developments With Bitcoin Reserves

BTC has fallen to its lowest level since it topped in October 2025, dropping to around $59,000 yesterday, taking out the February low of $60,000. This also marks the lowest point since the U.S.-Iran war began towards the end of February. This crash for BTC has come amid the Strategy’s sale from its BTC Reserve, with the company selling 32 BTC.

This marked the first time Strategy had sold BTC from its Bitcoin Reserve since 2022, when it sold for tax-loss harvesting. Notably, Bitcoin was trading at above $71,000 prior to Strategy’s filing, which revealed the sale. Since then, the leading crypto has been on a decline, down over 17% this week.

However, Michael Saylor has indicated that the BTC decline isn’t due to the sale from their BTC reserve but rather the flow of liquidity from crypto towards building AI infrastructure. He also noted that Bitcoin ETFs have seen $4 billion in outflows since mid-May, thereby putting pressure on the BTC price.

It is worth noting that the U.S.-Iran war has receded into the background during this period, with BTC largely unaffected by recent developments. Earlier this week, U.S. President Donald Trump revealed that talks between the U.S. and Iran were still ongoing, despite reports that negotiations had paused. However, BTC remained largely unchanged and continued its decline, falling below $70,000.

Scott Bessent Gives Update On U.S. BTC Reserve

Speaking during a hearing before the Senate Finance Committee, US Treasury Secretary Scott Bessent said that the plans to create a Strategic Bitcoin Reserve were moving with deliberate speed. However, he noted that BTC is a new technology, and so creating the reserve hasn’t been straightforward.

Last year, President Trump signed an executive order establishing a Strategic Bitcoin Reserve. The U.S. Treasury is tasked with setting up this initiative and mapping out budget-neutral ways to accumulate more BTC. The executive order stated that seized BTC should be used to set up this reserve, with the U.S. currently holding 328,372 BTC, according to BitcoinTreasuries data.

Meanwhile, U.S. lawmakers are currently working on ways to codify the Strategic Bitcoin Reserve executive order. U.S. Rep. Nick Begich recently unveiled the ‘American Reserve Modernization Act,’ which establishes a BTC Reserve and mandates that the U.S. Treasury explore budget-neutral ways to accumulate more BTC.

At the time of writing, the Bitcoin price is trading at around $60,000, down over 5% in the last 24 hours, according to data from CoinMarketCap.

BTC trading at $60,996 on the 1D chart | Source: BTCUSDT on Tradingview.com

Trending Cryptos

Related Questions

QWhat is the current price of Bitcoin and how much has it fallen recently?

AAt the time of writing, the Bitcoin price is trading at around $60,000, down over 5% in the last 24 hours.

QWhat reason did Michael Saylor give for the decline in Bitcoin's price?

AMichael Saylor indicated that the BTC decline is due to the flow of liquidity from crypto towards building AI infrastructure and noted that Bitcoin ETFs have seen $4 billion in outflows since mid-May, putting pressure on the price.

QWhat recent action did the company 'Strategy' take regarding its Bitcoin holdings?

AStrategy sold 32 BTC from its Bitcoin Reserve. This marked the first time it had sold BTC from that reserve since 2022.

QWhat did U.S. Treasury Secretary Scott Bessent say about the progress of the Strategic Bitcoin Reserve?

ASpeaking before the Senate Finance Committee, Scott Bessent said that plans to create the Strategic Bitcoin Reserve were moving with deliberate speed, but noted that creating the reserve hasn't been straightforward because Bitcoin is a new technology.

QAccording to the article, how much Bitcoin does the U.S. government currently hold, and how did it acquire these holdings for the planned reserve?

AAccording to BitcoinTreasuries data, the U.S. currently holds 328,372 BTC. The executive order establishing the Strategic Bitcoin Reserve stated that seized BTC should be used to set up this reserve.

Related Reads

RWA Tokenization Enters the Next Phase: What is the Truly Time-Consuming Advantage to Build?

The article argues that as tokenization frameworks for Real-World Assets (RWA) mature, the ability to issue assets is becoming less of a competitive advantage. The focus is shifting to what happens *after* issuance: which RWA operations can build enduring trust, maintain stable operations, and remain integrated into the financial ecosystem over the long term. The piece introduces the concept of a **Reserve Layer**—infrastructure that connects tokenized assets to the necessary verification, liquidity, and operational systems for on-chain finance. For an asset to serve as a reliable reserve (e.g., short-term U.S. Treasuries, gold), it needs predictable value, standardized features, deep markets, and observable pricing. However, the true, hard-to-replicate advantage lies not just in the underlying asset but in the **operational track record** built over time. This includes consistent reserve management, independent audits, successful redemptions, maintained liquidity, and protocol integrations. Each successful operation adds evidence, creating a reinforcing cycle: more evidence builds stronger institutional confidence, leading to wider distribution, deeper liquidity, and more use cases as collateral. The article presents a framework combining two dimensions: an asset's suitability as a reserve and the issuer's operational capability. The most sustainable model combines **high-quality reserve assets with strong, long-term operational discipline**. A critical blind spot is an asset with high reserve suitability (like gold) issued by an entity with a limited operational track record; the quality of the infrastructure is separate from the quality of the asset itself. In conclusion, the next phase of RWA will be defined by participants who can pair appropriate reserve assets with the operational rigor to support them through market cycles, thereby transforming tokenized RWAs into durable financial infrastructure.

marsbit7m ago

RWA Tokenization Enters the Next Phase: What is the Truly Time-Consuming Advantage to Build?

marsbit7m ago

Claude Code Easily Compromised with Just a Fake Tool

Researchers have demonstrated a novel attack, dubbed ToolLeak, that can easily compromise AI coding assistants like Claude Code. The method exploits a "mode gap" by stealing the system prompts (instructions) not through direct chat queries, but by tricking the model into leaking them as parameters during tool calls. This extracted information is then used to craft a "two-channel prompt injection" attack. Attackers register a malicious tool with a description formatted to mimic legitimate instructions, prompting the AI agent to call it. The tool's return value then instructs the agent to execute a malicious command (e.g., `curl | bash`), achieving Remote Code Execution (RCE). In tests against six major AI programming tools (Cursor, Claude Code, Copilot, Windsurf, Cline, Trae) using older versions, all were fully compromised, with attack success rates reaching up to 1.0. Notably, Claude Code's secondary guard model (Haiku) was overridden by the main model (Sonnet), which had been manipulated by the injected instructions. Newer versions show improved defenses. Claude Code and Cursor implemented mitigations like "progressive tool description exposure," reducing RCE success to 0 and 0.3 respectively in some configurations. However, tools like Cline, Windsurf, and Trae paired with certain models remained fully vulnerable. The research underscores that architectural isolation is crucial for defense, as long as tool return values can ambiguously function as both data and executable instructions, the threat of tool hijacking persists. The paper "TIPExploit: Tool-Invocation Prompt Extraction and Exploitation in AI Coding Agents" has been accepted at ISSTA 2026.

marsbit11m ago

Claude Code Easily Compromised with Just a Fake Tool

marsbit11m 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.

2.0k 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.

活动图片