Connect with us

Crypto World

Bitcoin’s Quantum Defense Plan: What BIP-360 Actually Changes

Published

on

Bitcoin’s Quantum Defense Plan: What BIP-360 Actually Changes

Key takeaways

  • BIP-360 formally puts quantum resistance on Bitcoin’s road map for the first time. It represents a measured, incremental step rather than a dramatic cryptographic overhaul.

  • Quantum risk primarily targets exposed public keys, not Bitcoin’s SHA-256 hashing, making public key exposure the central vulnerability developers aim to reduce.

  • BIP-360 introduces Pay-to-Merkle-Root (P2MR), which removes Taproot’s key path spending option and forces all spends through script paths to minimize elliptic curve exposure.

  • Smart contract flexibility remains intact, as P2MR still supports multisig, timelocks and complex custody structures via Tapscript Merkle trees.

Bitcoin was built to withstand hostile economic, political and technical scenarios. As of March 10, 2026, its developers are preparing to confront an emerging threat: quantum computing.

The recent publication of Bitcoin Improvement Proposal 360 (BIP-360) officially adds quantum resistance to Bitcoin’s long-term technical road map for the first time. While some headlines portray it as a dramatic shift, the reality is far more measured and incremental.

This article explores how BIP-360 introduces Pay-to-Merkle-Root (P2MR) to reduce Bitcoin’s quantum exposure by removing Taproot key path spending. It explains what the proposal improves, what trade-offs it introduces and why it does not yet make Bitcoin fully post-quantum secure.

Why quantum computing poses a risk to Bitcoin

For security, Bitcoin depends on cryptography, primarily the Elliptic Curve Digital Signature Algorithm (ECDSA) and Schnorr signatures introduced via Taproot. Regular computers cannot realistically derive a private key from a public key. However, a powerful quantum computer running Shor’s algorithm could break elliptic curve discrete logarithms, exposing those keys.

Advertisement

Key distinctions include:

  • Quantum attacks hit public-key cryptography hardest, not hashing.

  • Bitcoin’s SHA-256 remains relatively strong against quantum methods. Grover’s algorithm only provides a quadratic speedup, not an exponential one.

  • The real risk appears when public keys become exposed on the blockchain.

This is why the community focuses on public key exposure as the primary quantum risk vector.

Bitcoin’s vulnerabilities in 2026

Not every address type in the Bitcoin network faces the same level of future quantum threat:

  • Reused addresses: Spending reveals the public key onchain, leaving it exposed to a future cryptographically relevant quantum computer (CRQC).

  • Legacy pay to public key (P2PK) outputs: Early Bitcoin transactions directly embedded public keys in transaction outputs.

  • Taproot key path spends: Taproot (2021) offers two paths: a compact key path (which exposes a tweaked public key on spend) or a script path (which reveals scripts via a Merkle proof). The key path is the main theoretical weak point under a quantum attack.

BIP-360 directly targets that key path exposure.

What BIP-360 introduces: P2MR

BIP-360 adds a new output type, Pay-to-Merkle-Root (P2MR), modeled closely on Taproot but with one critical change. It removes the key path spending option entirely.

Instead of committing to an internal public key like Taproot, P2MR commits solely to the Merkle root of a script tree. To spend:

Advertisement

No public key based spending route exists at all.

Eliminating key path spends means:

  • No public key exposure for direct signature checks.

  • All spending routes rely on hash-based commitments.

  • Long-term elliptic curve public key exposure drops sharply.

Hash-based methods are far more resilient to quantum attacks than elliptic curve assumptions. This significantly shrinks the attack surface.

What BIP-360 preserves

A common misconception is that dropping key path spending weakens smart contracts or scripting. It does not. P2MR fully supports:

Advertisement
  • Multisig setups

  • Timelocks

  • Conditional payments

  • Inheritance schemes

  • Advanced custody

BIP-360 executes all these functions via Tapscript Merkle trees. While the process retains full scripting capability, the convenient but vulnerable direct signature shortcut disappears.

Did you know? Satoshi Nakamoto briefly acknowledged quantum computing in early forum discussions, suggesting that if it became practical, Bitcoin could migrate to stronger signature schemes. This shows that upgrade flexibility was always part of the design philosophy.

Practical implications of BIP-360

BIP-360 may sound like a purely technical refinement, but its impact would be felt at the wallet, exchange and custody levels. If activated, it would gradually reshape how new Bitcoin outputs are created, spent and secured, especially for users prioritizing long-term quantum resilience.

  • Wallets could introduce opt-in P2MR addresses (likely starting with “bc1z”) as a “quantum-hardened” choice for new coins or long-term holdings.

  • Transactions will be slightly larger (more witness data from script paths), potentially raising fees somewhat compared to Taproot key path spends. Security trades off against compactness.

  • A full rollout would require updates to wallets, exchanges, custodians and hardware wallets. Planning should start years in advance.

Did you know? Governments are already preparing for “harvest now, decrypt later” risks, where encrypted data is stored today in anticipation of future quantum decryption. This strategy mirrors concerns about exposed Bitcoin public keys.

Advertisement

What BIP-360 explicitly does not do

While BIP-360 strengthens Bitcoin in the face of future quantum threats, it is not a sweeping cryptographic overhaul. Understanding its limits is just as important as understanding its innovations:

  • No automatic upgrade for existing coins: Old unspent transaction outputs (UTXO) remain vulnerable until users manually move funds to P2MR outputs. Migration depends on user behavior.

  • No new post-quantum signatures: BIP-360 does not replace ECDSA or Schnorr with lattice-based (for example, Dilithium or ML-DSA) or hash-based (for example SPHINCS+) schemes. It only removes the Taproot key path exposure pattern. A full base layer transition to post-quantum signatures would require a much larger change.

  • No complete quantum immunity: A sudden CRQC breakthrough would still require massive coordination among miners, nodes, exchanges and custodians. Dormant coins could create complex governance issues and network stress could follow.

Why developers are acting now

Quantum progress is uncertain. Some believe it is decades away. Others point to IBM’s late 2020s fault-tolerant goals, Google’s chip advances, Microsoft’s topological research and US government transitions planned for 2030-2035.

Critical infrastructure migrations take many years. Bitcoin’s developers stress planning across BIP design, software, infrastructure and user adoption. Waiting for certainty in quantum progress could leave insufficient time for infrastructure upgrades.

If consensus builds, a phased soft fork could unfold:

Advertisement
  1. Activate the P2MR output type

  2. Wallets, exchanges and custodians add support

  3. Gradual user migration over years

This mirrors the optional then widespread adoption of SegWit and Taproot.

The broader debate around BIP-360

Debate continues on urgency and costs. Questions under discussion include:

  • Are modest fee increases acceptable for HODLers?

  • Should institutions lead the migration?

  • What about coins that never move?

  • How should wallets signal “quantum safety” without causing unnecessary alarm?

This is an ongoing conversation. BIP-360 advances the discussion but does not close it.

Did you know? The idea that quantum computers could threaten cryptography dates back to 1994, when mathematician Peter Shor introduced Shor’s algorithm, long before Bitcoin existed. Bitcoin’s future quantum planning is essentially a response to a 30-year-old theoretical breakthrough.

Advertisement

What users can do right now

There is no need to panic for now, as quantum threats are not imminent. Prudent steps you might take include:

  • Never reuse addresses

  • Stick to up-to-date wallet software

  • Follow protocol upgrade news

  • Watch for P2MR support in wallets

Those with large holdings should quietly map exposures and consider contingency plans.

BIP-360: The first step toward quantum resistance

BIP-360 represents Bitcoin’s first concrete step toward reducing its quantum exposure at the protocol level. It redefines how new outputs can be created, minimizes public key leaks and sets the stage for long-term migration planning.

It does not change existing coins automatically, keeps current signatures intact and underscores the need for a careful, coordinated ecosystem-wide effort. True quantum resistance will come from sustained engineering and phased adoption, not a single BIP.

Advertisement

Cointelegraph maintains full editorial independence. The selection, commissioning and publication of Features and Magazine content are not influenced by advertisers, partners or commercial relationships.

Source link

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Crypto World

Ethereum price outlook as network activity reaches record levels

Published

on

Ethereum price outlook as network activity reaches record levels - 1

Ethereum price continues to move sideways even as its on-chain activity surges, highlighting a growing divergence between network fundamentals and short-term market performance.

Summary

  • Data from CryptoQuant shows Ethereum’s active addresses reaching near-record levels, signaling growing participation across DeFi, stablecoins and smart-contract interactions.
  • Rising on-chain usage suggests strengthening fundamentals for Ethereum despite mixed price performance in recent weeks.
  • ETH is trading around $2,020, with $2,207 (50-day SMA) acting as the next resistance while $1,950–$2,000 remains a crucial support zone for traders.

According to analysis from CryptoQuant, the number of active Ethereum (ETH) addresses has climbed to some of the highest levels in the network’s history, signaling increased participation across the ecosystem.

The rise in active addresses suggests expanding usage in key sectors such as decentralized finance (DeFi), stablecoins and automated smart-contract activity. These segments often generate frequent on-chain transactions, which can push address activity higher even during periods when prices remain relatively subdued.

Advertisement
Ethereum price outlook as network activity reaches record levels - 1

The data indicates that network adoption continues to grow despite mixed market sentiment, a divergence that analysts often view as a constructive long-term signal.

Rising activity can reflect increasing demand for block space and applications built on Ethereum, potentially strengthening the blockchain’s fundamental outlook over time.

However, the price of Ethereum has yet to fully reflect the growing on-chain momentum.

Ethereum price analysis

Ethereum is currently trading around $2,020, according to the attached price chart.

Advertisement
Ethereum price outlook as network activity reaches record levels - 2
Ethereum price analysis | Source: Crypto.News

The asset remains below the 50-day simple moving average near $2,207, which now serves as the primary resistance level. A decisive move above this level could signal a shift in short-term momentum and open the door for a retest of the $2,200–$2,300 zone.

On the downside, Ethereum appears to have established near-term support around $1,950–$2,000, a range where buyers have repeatedly stepped in following the sharp selloff seen in early February.

Momentum indicators suggest the market is still in a consolidation phase. The Bull Bear Power (BBP) indicator on the chart has recently turned slightly positive after an extended period of negative readings, hinting that bearish pressure may be gradually weakening.

If Ethereum manages to hold above the $2,000 psychological level, traders may begin watching for a potential attempt to reclaim the 50-day moving average.

Conversely, a breakdown below support could expose the market to another test of $1,900.

Advertisement

Taken together, the current setup highlights a notable contrast: Ethereum’s network activity is strengthening rapidly, while its price continues to consolidate, leaving traders closely watching whether growing adoption will eventually translate into upward price momentum.

Source link

Advertisement
Continue Reading

Crypto World

Antalpha Moves Funds After Massive Tether Gold Bet

Published

on

Screenshot 2026-03-11 111947


Whether Antalpha plans a full exit or simply a partial realization remains to be seen, but the latest transfer suggests the firm is beginning to actively manage its highly profitable gold position.

Is gold’s top in? Well, Antalpha – a leading fintech company, which made a massive bet on the asset, seems to lean in this direction.

The company appears to be locking in profits after its bet on tokenized gold – more specifically, Tether Gold (XAUt). The firm purchased a whopping $241 million worth of XAUt, representing an astonishing 1.8 tonnes of physical gold, at an average price of $3,693 per ounce.

Advertisement

With gold prices skyrocketing over the past months, the position is now sitting on over $100 million in unrealized profit.

On-chain activity documented by Arkham suggests that the company may be starting to move part of that position. Just recently, $15 million worth of XAUt was transferred from associated wallets to crypto custody platform Cobo, which raises questions if they are preparing to offload.

Massive Bet on Tokenized Gold

To those unaware, Tether Gold (XAUt) is a blockchain-based token that’s backed by physical gold. The latter is stored in a Swiss vault, and each token represents one troy ounce of gold.

As CryptoPotato reported earlier this month, tokenized gold is one of the hottest market segments and one that institutions have been getting increasingly involved in.

Advertisement

For reference, XAUt’s total market capitalization increased from around $800 million in August 2025 to almost $3 billion today.

You may also like:

Screenshot 2026-03-11 111947
Source: CoinGecko

Antalpha’s $241 million purchase stands out as one of the largest recent allocations in the asset class. It’s worth noting that at the time of their buy, gold prices were already trending higher amid central bank demand, macro uncertainty, and continued investor interest in hedge assets. The rally has since turned the position into an incredibly profitable trade.

But is Antalpha Taking Profits?

The $15 million transfer to Cobo could be a signal that the company will be realizing profits, but it does not necessarily confirm an immediate sale.

Custody platforms are commonly used to rebalance portfolios, execute OTC trades, or collateralize positions.

Still, the move comes at a time when gold prices are near to historically high prices, which makes it a very logical moment for large holders to start securing profits.

Advertisement
SPECIAL OFFER (Exclusive)

Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).

LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!

Source link

Advertisement
Continue Reading

Crypto World

Centene (CNC) Stock Plunges 14% as CEO Warns of Massive ACA Enrollment Decline

Published

on

CNC Stock Card

TLDR

  • Shares of Centene plummeted 14% Tuesday, claiming the title of S&P 500’s biggest loser for the session
  • Membership in ACA programs projected to decline to 3.5 million members by Q1 conclusion, a steep fall from December’s 5.5 million
  • Management stood by its 2026 adjusted EPS forecast of above $3
  • Mizuho Securities downgraded its price objective from $47 down to $41 while keeping a Neutral stance
  • Medicare Advantage operations continue to operate at a loss and won’t reach profitability until after 2026

Investors in Centene have experienced a turbulent 2026, and Tuesday’s trading session only amplified the pain. The managed care provider’s shares tumbled 14% following remarks made by CEO Sarah London during her presentation at the Barclays Global Healthcare Conference, where her disclosure about plunging enrollment figures sent shockwaves through the market.


CNC Stock Card
Centene Corporation, CNC

During her presentation, London informed conference participants that all three primary business segments at Centene continue to perform in line with 2026 projections. She confirmed the company’s adjusted earnings forecast of more than $3 per share — a figure that aligns precisely with the $3 consensus among analysts tracked by FactSet.

However, the market response was far from positive. With the guidance failing to deliver any upward revision, market participants focused their attention on the troubling membership trends.

The health insurer now projects ACA marketplace enrollment will sink to 3.5 million by the conclusion of the first quarter, representing a dramatic decrease from the 5.5 million members it had in December. As of the most recent February data, enrollment stood at 3.6 million participants.

London revealed that company leadership had predicted the overall marketplace would contract “somewhere between the high teens and the mid-thirties” on a percentage basis. She noted Centene anticipated finishing “at the higher end of that and possibly higher than the top end of that.”

Advertisement

She explained that some of the membership decline stems from strategic pricing adjustments implemented at year’s start, where the company chose to emphasize profitability enhancement rather than expanding its member base.

Medicare Advantage Still a Drag

The Medicare Advantage segment at Centene remains a significant headwind for overall performance. Profitability in this division was negative throughout 2025 and is projected to stay marginally unprofitable during 2026, with management targeting break-even status by 2027.

Adding to market uncertainty is the pending final rate announcement from the Centers for Medicare and Medicaid Services, scheduled for release by April 6 at the latest. The Trump administration’s earlier proposal to maintain essentially flat Medicare reimbursement rates for 2027 triggered widespread selling in Centene shares and throughout the managed care sector.

London disclosed that Centene had filed formal commentary with CMS regarding the Advance Rate Notice and voiced optimism that the final rate schedule would more appropriately account for current medical cost inflation trends affecting the entire industry.

Advertisement

Analyst Reaction

Mizuho responded swiftly following the conference presentation. The investment firm reduced its price objective on Centene shares to $41 from the previous $47 while maintaining its Neutral rating.

Mizuho pointed to worries surrounding health insurance marketplace attrition and specialty pharmaceutical cost pressures. The firm indicated it would employ a more cautious valuation approach until greater visibility emerges regarding the ultimate severity of the enrollment deterioration.

Truist Securities adopted a more constructive perspective, preserving its Buy recommendation with a $49 price objective, highlighting margin expansion potential and confidence from executive leadership. Cantor Fitzgerald maintained its Neutral position with a $41 target, characterizing the 2026 operating landscape as difficult.

For perspective, Centene shares have declined 9.7% during 2026, compared to a modest 0.7% pullback for the broader S&P 500 index.

Advertisement

Despite the selloff, the stock has actually outperformed several competitors. Molina Healthcare has retreated 17% year-to-date, Elevance Health is off 18%, and UnitedHealth Group has lost 14%.

Centene’s fourth quarter 2025 results revealed an adjusted diluted loss per share of $1.19, which marginally surpassed expectations for a $1.22 loss. Total revenue reached $49.73 billion, exceeding the anticipated $48.39 billion.

InvestingPro estimates Centene’s fair value at $62.11, with Wall Street analysts forecasting full-year 2026 EPS of $3.05.

Advertisement

Source link

Continue Reading

Crypto World

February 2026 CPI Data Preview: Inflation Outlook Ahead of Wednesday’s Release

Published

on

Brian Armstrong's Bold Prediction: AI Agents Will Soon Dominate Global Financial

Key Takeaways

  • Economists project February CPI will increase 0.3% monthly with a 2.4% annual rate, matching January figures
  • Data collection period ended before Iran War escalation, meaning recent oil price jumps aren’t reflected
  • Declining used vehicle and food prices may counterbalance upward pressure in other categories
  • Federal Reserve anticipated to maintain current 3.50%–3.75% interest rate range at upcoming meeting
  • Extended Middle East conflict could elevate oil costs and alter Fed policy trajectory

The Bureau of Labor Statistics will unveil its February Consumer Price Index figures on Wednesday, March 11, at 8:30 a.m. Eastern Time. Market analysts anticipate a monthly increase of 0.3% and an annual gain of 2.4%.

The core inflation measure, excluding volatile food and energy components, is projected to advance 0.3% from the prior month and 2.5% year-over-year. These projections mirror the patterns observed in January’s data release.

January’s inflation figures surprised to the downside, primarily due to declining prices for pre-owned vehicles and reduced energy expenses. Market watchers believe these disinflationary forces will persist through February.

Advertisement

According to Josh Jamner, senior investment strategy analyst at ClearBridge, both used automobile and grocery price growth should moderate further. “Food has been a source of upside price pressure over the last couple of months,” he noted, “but we expect food and home prices to be cooler this month.”

Shelter costs are also anticipated to show moderation. Jamner suggested the possibility of “outright deflation” in food categories, though he characterized this as an optimistic scenario rather than the central forecast.

However, not every category faces downward pressure. Goldman Sachs analysts point to tariff-affected goods — particularly recreational items — as likely sources of continued price increases. Wells Fargo’s research team observed that “progress on lowering inflation is stalling out again.”

Middle East Conflict’s Price Impact

The Iran War, which erupted after February’s data collection window closed, has already elevated crude oil prices. Bank of America analyst Stephen Juneau highlighted that the US-Israel military campaign in Iran has pushed oil valuations up approximately 18% from late February benchmarks.

Since Wednesday’s CPI release captures only February activity, this petroleum price surge remains outside the report’s scope. Financial analysts anticipate the energy shock will materialize in March and April inflation readings.

“This data is from before the recent conflict in the Middle East broke out,” Jamner explained. “That’s going to be a March and April dynamic.”

A protracted Middle East confrontation could apply upward force to both headline and underlying inflation metrics in coming months, Bank of America researchers warn.

Advertisement

Federal Reserve Rate Path Expectations

Market pricing indicates roughly 97% probability that the Federal Reserve will maintain its current 3.50%–3.75% policy rate at next week’s monetary policy meeting. Only 3% of market participants anticipate a 25 basis point reduction.

Fed officials aren’t expected to respond solely to Wednesday’s inflation print. Policymakers are simultaneously monitoring Middle East developments and deteriorating labor market conditions before adjusting monetary stance.

Last month saw 92,000 jobs eliminated from payrolls, pushing the unemployment rate to 4.4%. This disappointing employment report adds another complicating factor to the Fed’s policy calculus.

Bank of America strategists suggest elevated energy prices will likely keep the Fed in holding pattern near-term. However, should petroleum costs begin suppressing consumer spending, they predict the central bank “would likely turn more dovish in the medium term.”

Advertisement

The Federal Reserve’s primary inflation gauge, the Personal Consumption Expenditures index, registered a 2.9% annual increase in December — significantly above the 2% policy target. January PCE figures are scheduled for Friday release.

Source link

Advertisement
Continue Reading

Crypto World

A Complete Guide to AI Game Development in 2026

Published

on

How Are Digital Currencies Created

AI Summary

  • AI is revolutionizing the gaming industry, enhancing gameplay experiences through intelligent NPCs, adaptive environments, and automated testing.
  • Studios are leveraging AI to speed up production, enhance gameplay quality, and create dynamic player interactions.
  • This shift has sparked a demand for specialized expertise in AI game development.
  • By integrating AI technologies effectively, organizations can maintain creative direction and scalable infrastructure.
  • The blog post explores the role of AI in modern gaming, detailing how AI game development works and how businesses can build intelligent gaming platforms.

AI is rapidly reshaping how games are designed, developed, and experienced. From smarter non-player characters (NPCs) to adaptive game worlds and automated testing, AI in gaming has moved from experimental features to a core part of modern game development.

Today, studios are increasingly using artificial intelligence to accelerate production cycles, improve gameplay quality, and create dynamic player experiences. AI systems can generate assets, simulate thousands of gameplay scenarios, and analyze player behavior to refine game mechanics, thereby helping developers build better games faster.

For enterprises, gaming studios, and startups, this shift has created demand for specialized expertise. Working with an experienced AI Game Development Company allows organizations to integrate AI technologies effectively while maintaining creative direction and scalable infrastructure.

This guide explores how AI is used in modern gaming, how AI game development works, and how businesses can build intelligent gaming platforms.

What Is AI in Gaming?

AI in gaming refers to the use of artificial intelligence techniques to create responsive, adaptive, and intelligent gameplay experiences. AI systems control behaviors of non-player characters, generate game environments, and analyze player interactions to improve engagement. Unlike traditional scripted systems, AI-driven mechanics allow games to respond dynamically to player actions. Typical AI capabilities in games include:

Advertisement
  • Intelligent NPC behavior
  • Adaptive difficulty levels
  • Procedural content generation
  • Player behavior analytics
  • Automated testing systems

These technologies enable developers to create more immersive experiences while reducing development time.

The Rapid Growth of AI Game Development

The adoption of AI technologies is accelerating across the gaming industry. Developers are integrating AI into multiple stages of the development lifecycle, from design and testing to live gameplay systems. Key factors driving the growth of AI game development services include:

  • Increasing demand for dynamic and personalized gameplay
  • The need for faster production cycles
  • Advances in machine learning and generative AI
  • Growing popularity of live-service gaming platforms
  • Demand for smarter NPCs and adaptive environments

AI tools also help developers automate repetitive tasks such as asset creation and testing, allowing teams to focus more on creativity and game design. As a result, studios that leverage AI can often bring new titles to market faster than those relying solely on traditional development workflows.

How AI Game Development Works

Building an AI-powered game requires combining traditional game development with artificial intelligence models, data pipelines, and real-time analytics systems.

A typical AI game development process includes the following stages.

1. Game Design and AI Planning

The first step involves identifying where AI can enhance gameplay. Developers decide how AI systems will interact with the player experience. Examples include:

Advertisement
  • NPC behavior systems
  • Dynamic difficulty adjustment
  • Procedural level generation
  • AI-driven storytelling
2. AI Model Development

AI models are trained using machine learning algorithms or rule-based systems. These models analyze player behavior or control in-game entities. Typical AI technologies used in games include:

  • Behavior trees
  • Reinforcement learning
  • Pathfinding algorithms
  • Neural networks

These models enable NPCs and game systems to respond intelligently to player actions.

3. Game Engine Integration

AI models must be integrated into the game engine so they can interact with gameplay mechanics and world environments. Common engines used for AI game development solutions include:

  • Unity
  • Unreal Engine
  • Custom game engines

These engines allow developers to integrate AI features such as dynamic environments, real-time analytics, and NPC behaviors.

4. Testing and Optimization

AI systems generate large numbers of gameplay scenarios during testing. Automated testing frameworks simulate thousands of player interactions to detect bugs and balance gameplay. This approach helps studios identify design flaws early in development.

Key Applications of AI in Gaming

AI can be applied across multiple aspects of game design and development.

1. Intelligent NPC Behavior

AI allows non-player characters to respond intelligently to player actions. Modern NPC systems can adapt strategies, communicate with players, and react to changing game environments. These systems create more realistic and engaging gameplay experiences.

Advertisement
2. Procedural Content Generation

AI can automatically generate levels, environments, and missions, enabling developers to create large and diverse game worlds with less manual effort. Procedural generation also increases replayability by producing unique experiences each time a player explores the game world.

3. Adaptive Gameplay and Difficulty

AI can analyze player behavior and adjust gameplay difficulty in real time. This ensures that players remain challenged without becoming frustrated. Adaptive gameplay systems improve player retention and engagement.

4. Player Behavior Analytics

AI tools can analyze gameplay data to understand how players interact with the game. These insights help AI game developers refine game mechanics, improve monetization strategies, and reduce churn. Studios often use AI to predict when players may leave a game and adjust content accordingly.

5. Automated Game Testing

Testing is one of the most time-consuming parts of game development. AI-powered testing tools can simulate thousands of gameplay scenarios to identify bugs and balance issues quickly. This plays a significant role in reducing testing cycles and improving game stability before release.

Advertisement
All Set to Build Your AI-Powered Game?

Technologies Used in AI Game Development

Building intelligent gaming platforms requires a combination of game engines, AI frameworks, and cloud infrastructure. Common technologies used in AI game development solutions include:

1. Game Engines
  • Unity
  • Unreal Engine
  • Custom 3D engines
2. AI and Machine Learning Frameworks
  • TensorFlow
  • PyTorch
  • Reinforcement learning frameworks
3. Data and Analytics Platforms
  • Real-time player analytics
  • Behavior tracking systems
  • Predictive modeling tools
4. Cloud Infrastructure
  • Scalable servers for multiplayer environments
  • AI model deployment systems
  • Real-time data pipelines

Together, these technologies enable developers to build intelligent game systems capable of learning and adapting over time.

Benefits of AI Game Development for Studios and Enterprises

Integrating AI into gaming platforms provides several advantages for developers and publishers.

1. Faster Development Cycles

AI tools automate repetitive tasks such as asset generation and testing, allowing teams to deliver games faster.

2. Improved Player Experiences

Dynamic NPCs and adaptive gameplay mechanics create more immersive game worlds.

Advertisement
3. Smarter Game Balancing

AI systems analyze gameplay data and adjust game mechanics to maintain balance and fairness.

4. Scalable Live-Service Gaming

AI helps developers manage live gaming ecosystems by analyzing player behavior and optimizing engagement strategies.

AI Game Development Architecture

Developing an intelligent gaming platform requires integrating multiple systems that support real-time gameplay, machine learning models, and player analytics. A typical AI game development architecture consists of several interconnected layers.

1. Game Engine Layer

The game engine forms the foundation of the gaming experience. Engines such as Unity or Unreal Engine handle graphics rendering, physics simulations, and player interactions within the game environment. This layer ensures that AI-driven mechanics interact smoothly with gameplay elements.

Advertisement
2. AI Logic Layer

The AI layer manages intelligent game mechanics such as NPC behavior, decision-making systems, and adaptive gameplay mechanics. Key components include:

  • Behavior trees and decision systems
  • Reinforcement learning algorithms
  • AI-driven pathfinding systems
  • Machine learning models for player analysis

These systems allow the game to respond dynamically to player actions.

3. Data and Analytics Layer

Modern games collect large volumes of player behavior data. AI systems analyze this data to improve gameplay balance and predict player engagement patterns. Typical analytics functions include:

  • Player behavior tracking
  • Churn prediction models
  • Gameplay optimization insights
  • Monetization performance analysis

This data allows developers to continuously improve the gaming experience.

4. Cloud Infrastructure Layer

AI-powered games require scalable infrastructure to support multiplayer environments and AI model processing. Cloud systems provide:

  • Scalable server infrastructure
  • Real-time data pipelines
  • AI model training environments
  • Multiplayer synchronization systems

Together, these layers enable the development of intelligent gaming ecosystems capable of supporting millions of players.

AI Game Development vs Traditional Game Development

AI has fundamentally changed how games are designed and operated. Compared to traditional development methods, AI-driven systems provide greater flexibility and adaptability.

Advertisement
Aspect Traditional Game Development AI Game Development
NPC Behavior Scripted responses Intelligent, adaptive NPC behavior
Game Content Manually created levels Procedurally generated environments
Difficulty Balancing Fixed difficulty settings Dynamic difficulty based on player behavior
Testing Manual QA testing AI-driven automated testing
Player Personalization Limited customization AI-driven personalized gameplay

Choosing the Right AI Game Development Company

Crafting AI-powered games requires expertise across multiple technical disciplines, including machine learning, game design, and scalable infrastructure. When selecting an AI game development company, businesses should evaluate several factors.

1. Technical Expertise

The development team should have experience with AI frameworks, game engines, and real-time multiplayer systems.

2. Experience with AI Game Mechanics

AI game developers should understand how to implement intelligent NPC behavior, adaptive gameplay systems, and AI-driven analytics.

3. Scalable Architecture

AI-powered games often process large volumes of data. The development architecture must support real-time analytics and AI model deployment.

Advertisement
4. Long-Term Support

AI systems require ongoing optimization and monitoring. The right development partner should offer continuous improvement and support after launch.

The Future of AI Game Development

The future of gaming will likely be shaped by increasingly sophisticated AI technologies. Emerging innovations such as generative AI, intelligent agents, and AI-driven storytelling systems are already transforming how games are created. In the coming years, we may see:

  • AI-generated game worlds
  • intelligent NPCs capable of natural conversation
  • AI-powered dynamic storytelling
  • Fully autonomous game balancing systems

These innovations will allow AI game developers to create immersive gaming environments that evolve continuously based on player behavior. For gaming businesses looking to build next-generation gaming platforms, partnering with an experienced AI game development company like Antier can help translate emerging technologies into real, scalable gaming products.

Frequently Asked Questions

01. What is AI in gaming?

AI in gaming refers to the use of artificial intelligence techniques to create responsive and intelligent gameplay experiences, including controlling NPC behaviors, generating game environments, and analyzing player interactions.

02. How is AI transforming game development?

AI is transforming game development by accelerating production cycles, improving gameplay quality, and enabling dynamic player experiences through automation of tasks like asset creation and testing.

Advertisement
03. Why is there a growing demand for AI in the gaming industry?

The demand for AI in gaming is growing due to the need for dynamic and personalized gameplay, faster production cycles, advances in machine learning, and the popularity of live-service gaming platforms.

Source link

Continue Reading

Crypto World

Paramount Skydance (PSKY) Stock Plunges 8% Following Bank of America Downgrade

Published

on

PSKY Stock Card

Key Takeaways

  • Paramount Skydance (PSKY) declined approximately 7.7% on Tuesday, closing at $10.37
  • Bank of America reduced its price target from $13 down to $11 while maintaining its “Underperform” stance
  • Fitch downgraded the company’s credit rating to junk territory; S&P issued a negative watch warning
  • The shares have completely wiped out the 21% rally that followed the Warner Bros. Discovery acquisition announcement on Feb. 27
  • Year-to-date, PSKY has fallen 21.8% and trades 47.8% beneath its 52-week peak

Paramount Skydance emerged victorious in the battle for Warner Bros. Discovery. But investors are now questioning: was the price too high?

Shares of PSKY tumbled approximately 7.7% during Tuesday’s trading session, settling at $10.37. This marks the sixth decline in seven trading days. The stock has completely erased the impressive 21% jump it experienced on Feb. 27, following the company’s announcement of its Warner Bros. Discovery acquisition after Netflix exited the bidding process.


PSKY Stock Card
Paramount Skydance Corporation Class B Common Stock, PSKY

The sharp decline followed Bank of America Securities analyst Jessica Reif Ehrlich’s decision to maintain her Underperform rating while cutting her price objective from $13 down to $11. Her analysis painted a challenging picture: while the merger offers long-term upside potential, the path to achieving it remains lengthy and filled with uncertainties.

“PSKY had already been undergoing an integration process from the Paramount Skydance merger — which had only just begun — and now would be adding an even larger entity to the mix,” Ehrlich noted in her research.

The context is crucial. Paramount and Skydance Media finalized their combination just last summer. CEO David Ellison, whose father Larry Ellison co-founded Oracle, had only recently begun that integration work before taking on an acquisition approximately double in size.

Mounting Debt Concerns Spook Investors

The balance sheet situation is causing unease among market participants. Upon completion of the Warner Bros. transaction, Paramount will carry a net debt-to-EBITDA multiple of 4.3, even after accounting for anticipated cost savings. Management believes it can reduce this ratio to an investment-grade 3-to-1 level within a three-year timeframe — however, credit rating agencies are responding now.

Advertisement

Fitch Ratings has lowered PSKY’s credit rating into junk territory. S&P Global Ratings has put the company under negative credit watch. Adding to investor concerns, the deal has attracted political scrutiny due to financing arrangements that partially involve Middle Eastern sovereign wealth funds.

The merged entity would create an entertainment powerhouse. Combined, Paramount Pictures and Warner Bros. command roughly 30% of the domestic box office market, bringing together beloved franchises such as Star Trek, Harry Potter, and DC Comics properties. The deal also unites major television networks including CBS, TNT, and CNN.

Rising Content Expenditures

Ellison has demonstrated an aggressive spending approach. Paramount has already locked in rights agreements for South Park and UFC programming through TKO Group. Bank of America’s research highlighted that PSKY “paid well above the next best offer for both of these deals.”

The studio plans to distribute 30 theatrical releases annually — 15 from each production house — while simultaneously expanding streaming content production. Ehrlich characterized this production volume as “a significant undertaking” with unpredictable results.

Advertisement

The NFL presents another major financial question mark. Paramount currently holds a portion of the league’s broadcast rights and seeks renewal in the upcoming negotiation cycle. BofA cautioned the company faces a difficult choice: either lose the package to a competitor willing to pay more, or commit to a substantial price increase to retain it.

PSKY has dropped 21.8% since the beginning of the year. Trading at $10.31, the stock sits 47.8% below its 52-week high of $19.73 reached in September 2025. Over the past twelve months, the stock has experienced 27 price swings exceeding 5%, illustrating the extreme volatility surrounding this equity.

Paramount chose not to provide commentary on Bank of America’s research report.

Advertisement

Source link

Continue Reading

Crypto World

Bitcoin Could Flip ‘Highly Volatile’ Tag as Bulls Eyes $80K by April

Published

on

Crypto Breaking News

Bitcoin paused in choppy trading near the $70,000 mark as markets priced in geopolitical risk and shifting macro cues. After weeks of rangebound action, bulls are betting that a sustained push above the key level could unlock the next leg higher, while bears warn a breakdown remains a possibility if liquidity dries up. In the background, futures open interest has shown signs of revival in recent days, signaling fresh positions and mounting leverage that could amplify price swings into the spring. With traders watching the chart from multiple angles, the next moves may hinge on whether support around $70,000 holds or a breakout above resistance emerges.

Key takeaways

  • Bitcoin remains stuck in a narrow range around $70,000, with many market participants awaiting a decisive breakout above or below the level.
  • Open interest in Bitcoin futures has risen over the past 30 days, suggesting new positions and heightened leverage that could fuel increased volatility.
  • Analysts highlight risk of liquidity-driven moves, including potential sweeps of the $64,000 liquidity pool if price action weakens toward the monthly and weekly opens around $66,000–$66.9K.
  • A move above $72,000–$73,000 could shift attention to the $74,000–$76,000 area as the next point of interest for bulls.
  • Macro risk sentiment, regulatory signals, and liquidity conditions remain critical drivers shaping the near-term trajectory.

Tickers mentioned: $BTC

Market context: The trading backdrop is defined by a cautious mood as macro headlines and geopolitical tensions influence risk appetite, while futures data points to growing leverage that could widen price swings.

Why it matters

The price action around $70,000 is more than a technical milestone; it acts as a proxy for ongoing sentiment about Bitcoin’s ability to sustain a new leg higher after a protracted consolidation. If Bitcoin can establish $70,000 as a reliable support, traders anticipate a renewed push toward higher bands—potentially into the high $70,000s and beyond toward the low $80,000s by month’s end. Conversely, a failure to defend the level could invite a test of lower supports as risk-off flows and stop-loss clustering generate cascading moves.

Market commentary from prominent voices underscores the duality. Some traders see $70,000 as a critical inflection point: a successful hold could set the stage for a breakout, while a breach could accelerate selling pressure, especially if liquidity providers trigger tighter risk controls. In particular, a handful of analysts emphasized that the market remains vulnerable to rapid swings if leveraged positions unwind in the wake of rising open interest. They point to recent dynamics in which fresh long exposure compounds downside risk and raises the likelihood of abrupt reversals when bids disappear at key levels.

Advertisement

From a technical perspective, the longer-term structure continues to point sideways unless a clear breakout or breakdown emerges. The last weekly candle’s behavior and the ongoing consolidation suggest that traders await a conclusive cue before committing capital in large size. The market’s sensitivity to macro triggers is evident in the way traders frame risk-reward around the $66,000–$64,000 liquidity pockets, which could be targeted in a dip if $70,000 fails as support and retail and institutional players re-strategize around risk controls.

On the upside, the literature of potential targets remains clear. A move above the 72,000–73,000 area could reorient the narrative toward a new zone around $74,000–$76,000, where previously observed liquidity clusters and order-flow dynamics may define the next major milestone. Market observers who emphasize this path argue that as long as $70,000 continues to act as a magnetic point for bids and offers, bulls will keep the door open for a sustained advance into the mid-to-high $70,000s. On the other side, bears stress that if the market cannot sustain gains beyond short-term liquidity spikes, a retest of the monthly open near $66,000 could occur, potentially drawing in stop-loss activity that accelerates the move to the downside.

In a broader sense, the story is not only about price levels but about market mechanics. The 30-day Open Interest change has signaled a transition from a quiet period to a renewed phase of position-building, a sign that participants are more willing to contemplate larger bets. This shift, combined with ongoing macro uncertainty, suggests that Bitcoin could experience a more volatile environment in the weeks ahead as traders adjust to evolving risk appetite and hedging activity. The dynamic invites caution, but it also leaves room for significant upside if price action confirms a sustained bid above critical thresholds.

What to watch next

  • Whether BTC can defend the $70,000 level as support in the coming sessions, paving the way for a sustained break above $73,000.
  • Short-term liquidity risk around the $64,000–$66,000 zone, where a sweep could trigger further volatility if price moves toward the monthly or weekly opens.
  • Shifts in open interest and leverage on futures platforms over the next few weeks, as noted by CryptoQuant’s Quicktake analysis on rising Open Interest.
  • Price action around the $74,000–$76,000 area as the next potential magnet for bulls if higher-timeframe momentum resumes.
  • Macro and regulatory developments that could alter risk sentiment and liquidity provision in cryptocurrency markets.

Sources & verification

  • CryptoQuant Quicktake: Bitcoins Open Interest Is Rising Again—Volatility Ahead (30-day OI trend and implications for leverage).
  • BTC price observations and chart references from TradingView (BTC/USD price action and notable levels around $70k).
  • Cryptomorphic’s X-posts discussing rangebound price action and the bearish weekly candle context.
  • KillaXBT’s X-posts identifying potential liquidation scenarios near key levels and next targets around 74–76k.
  • Mark Cullen’s X-posts noting $70,000 as a critical level for potential range breaks or hold.
  • Previous coverage noting resistance around $70,000 and the broader discussion of price dynamics (contextual reference to related analyses).

Bitcoin teeters at a pivotal price threshold as open interest rises

Bitcoin (CRYPTO: BTC) has spent the midweek session hovering near the $70,000 level, with traders weighing a possible breakout against the risk of renewed volatility. The current setup reflects a clash between the bulls’ desire to push the market higher and the bears’ caution about a potential breakdown if buyers fail to convert the price into a sustained move. Across the market, sentiment is mixed: while some participants expect a move toward the high $70,000s and into the low $80,000s by month’s end, others warn that a break below the $66,000 region could catalyze a more pronounced downward sweep toward the lower end of the trading range.

In recent weeks, a steady uptick in Open Interest in Bitcoin futures signals the return of new positions and greater leverage. CryptoQuant’s Quicktake notes that the 30-day Open Interest change has entered a stronger recovery phase, implying that traders are layering on new bets as price action remains undecided. This dynamic can translate into heightened swings, as leveraged bets unwind or amplify intraday moves when liquidity concentrates around key levels. The market’s short-term risk therefore remains asymmetric: upside potential exists if buyers sustain momentum, but downside risk persists if demand wanes and liquidity providers pull back.

Advertisement

From a price-formation perspective, the path forward hinges on the daily and weekly clock. Several analysts mentioned that the weekly candle’s structure points to a sideways range unless a decisive breakout materializes. The neighborhood around $70,000 is repeatedly framed as a make-or-break zone; hold it, and bulls may attempt a breakout toward the upper echelon of the range, while a close below could invite a testing of the liquidity pools near $64,000 and the surrounding zones. Observers point to specific price landmarks as potential inflection points: a drop toward the monthly open around $66,000 or slightly below could trigger rapid liquidations, whereas a push above the current resistance band could direct attention to the $74,000–$76,000 corridor as the next waypoint.

Market participants also weigh the broader context. The narrative around Bitcoin’s price action remains tethered to macro risk sentiment and liquidity conditions, with a continued emphasis on whether the market can sustain bids beyond immediate support levels. In the near term, the landscape suggests that the next moves will be driven by how traders manage risk, how much new leverage enters the market, and how external shocks—ranging from geopolitical headlines to regulatory developments—shape risk appetite. While some indicators point to a favorable setup for bulls should the $70,000 threshold hold, others caution that a renewed burst of volatility could come swiftly if liquidity tightens and positions unwind.

As the week unfolds, the combination of recaptured open interest and cautious price action keeps Bitcoin at a delicate crossroads. The story is less about a single run and more about a sequence of micro-episodes that could culminate in a clearer directional cue. For market participants, the immediate question remains whether the congestion around $70,000 will resolve in a durable breakout or a renewed test of support, a distinction that will likely dictate the tone of trading in the weeks ahead.

Risk & affiliate notice: Crypto assets are volatile and capital is at risk. This article may contain affiliate links. Read full disclosure

Advertisement

Source link

Continue Reading

Crypto World

Euro Recovers Early-Week Losses Ahead of Key Inflation Data

Published

on

Euro Recovers Early-Week Losses Ahead of Key Inflation Data

The euro is strengthening after declining earlier in the week. During the first trading sessions the single currency remained under pressure, but was later followed by a sharp rebound. The recovery was supported by easing geopolitical tensions in the Middle East, where signs have emerged of a slowdown in the escalation surrounding Iran. The reduction in geopolitical risks has weakened demand for safe-haven assets and allowed European currencies to partially recover their losses.

At the same time, market participants remain cautious as important inflation figures from both the eurozone and the United States are due to be released soon.

Inflation data remain a key factor shaping expectations for the future policy path of central banks. Higher inflation in the US could strengthen the dollar by reinforcing expectations that the Federal Reserve will maintain a tight monetary policy stance. Meanwhile, accelerating inflation in Europe could support the euro, as it would strengthen arguments for the European Central Bank to keep interest rates elevated for a longer period.

Overall, the current movement in major euro pairs appears largely corrective, while the next directional move will likely depend on the upcoming macroeconomic releases.

Advertisement

EUR/USD

The EUR/USD pair began the current trading week with a price gap, after which it tested an important support level near 1.1510. However, the sharp decline attracted buyers and the price soon returned above 1.1600. Technical analysis suggests that the pair may advance towards the 1.1700–1.1740 area, as a bullish engulfing pattern has formed on the daily timeframe.

If the price settles below 1.1600, a renewed test of the recent low at 1.1510 may follow.

Key events for EUR/USD:

  • today at 09:00 (GMT+2): Germany Consumer Price Index (CPI);
    today at 12:30 (GMT+2): Germany 10-year government bond auction;
  • today at 14:30 (GMT+2): US Consumer Price Index (CPI).

EUR/JPY

A renewed test of the key support level at 182.40, observed at the beginning of the week, triggered a sharp rebound and pushed the pair above 183.00. If the news flow from the eurozone remains supportive, the pair could test the next important resistance levels in the 184.30–184.70 range.

A decisive move below 183.40 would invalidate the bullish scenario.

Advertisement

Key events for EUR/JPY:

  • today at 14:30 (GMT+2): speech by Bundesbank representative Mauderer;
  • today at 01:30 (GMT+2): Japan BSI Large Manufacturing Conditions Index.

Trade over 50 forex markets 24 hours a day with FXOpen. Take advantage of low commissions, deep liquidity, and spreads from 0.0 pips (additional fees may apply). Open your FXOpen account now or learn more about trading forex with FXOpen.

This article represents the opinion of the Companies operating under the FXOpen brand only. It is not to be construed as an offer, solicitation, or recommendation with respect to products and services provided by the Companies operating under the FXOpen brand, nor is it to be considered financial advice.

Source link

Advertisement
Continue Reading

Crypto World

ICP and PI Defy Altcoin Correction, BTC Price Slips Below $70K: Market Watch

Published

on

BTCUSD Mar 11. Source: TradingView


ICP has skyrocketed by double digits daily after a listing on a major Korean exchange.

Bitcoin’s adventure above $70,000 didn’t last long as the asset was rejected at $71,800 and now sits over two grand below that local peak.

Most larger-cap alts are also in the red today, as ETH continues to fight for the coveted $2,000 level. ICP and PI are among the few exceptions with notable gains today.

Advertisement

BTC Falls Below $70K

It was a week ago when the primary cryptocurrency reached a monthly high at $74,000 after gaining $11,000 since that Saturday low of $63,000 when the strikes in the Middle East began. However, it couldn’t keep marching forward, and the subsequent retracement drove it south to $68,000 over the weekend.

As the war only intensified during the weekend, BTC dipped to $65,600 on Monday morning alongside the legacy financial markets. However, it rebounded almost immediately, especially after US President Donald Trump claimed that the war was almost over. BTC climbed toward $70,000, and even though that resistance was too strong at first, the asset managed to reclaim it yesterday.

The bulls drove it to a six-day peak of $71,800, where it was rejected and pushed south. As of now, bitcoin trades well below $70,000, with a market capitalization of $1.390 trillion on CG. Its dominance over the altcoins has also declined, and it’s now below 57%.

BTCUSD Mar 11. Source: TradingView
BTCUSD Mar 11. Source: TradingView

ICP, PI in the Green

Although ETH is down by over 2% in the past day, it still trades inches above the coveted $2,000 level. BNB is down to $640 after a minor decline, while XRP has lost the $1.40 support. LINK has declined the most from the larger-cap alts, followed by HYPE, SOL, and ADA.

More losses are evident from ZEC, TAO, SKY, and UNI, while ICP has defied the overall market trend with a notable 12% surge to $2.7 after a listing by Upbit. Pi Network’s PI token is the other impressive gainer today, as a 6% increase has driven it to almost $0.23 as of now.

Advertisement

The total crypto market cap has decreased by around $50 billion daily to $2.450 trillion as of press time.

Cryptocurrency Market Overview Daily Mar 11. Source: QuantifyCrypto
Cryptocurrency Market Overview Daily Mar 11. Source: QuantifyCrypto
SPECIAL OFFER (Exclusive)

Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).

LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!

Disclaimer: Information found on CryptoPotato is those of writers quoted. It does not represent the opinions of CryptoPotato on whether to buy, sell, or hold any investments. You are advised to conduct your own research before making any investment decisions. Use provided information at your own risk. See Disclaimer for more information.

Source link

Advertisement
Continue Reading

Crypto World

XTI/USD Chart Analysis: Oil Prices Remain Volatile

Published

on

XTI/USD Chart Analysis: Oil Prices Remain Volatile

Against the backdrop of military developments in the Middle East, the situation in the oil market is evolving rapidly. Only two days have passed since 9 March, when we published a morning analytical note in which we:

→ highlighted the rise of XTI/USD above $100 and a sharp spike in volatility (as reflected by the ATR indicator);
→ outlined an ascending channel and pointed to signs of a bearish engulfing pattern, suggesting that sellers were gaining the initiative.

Subsequent price action in the following hours confirmed that selling pressure was strong enough to break below the lower boundary of the channel later that same day. This occurred amid statements from President Trump, and a wide bearish candle formed on the XTI/USD chart.

On 10 March, the former lower boundary of the channel (marked by red arrows) acted as resistance while traders closely monitored developments around the Strait of Hormuz. According to The Wall Street Journal, the International Energy Agency proposed the largest oil reserve release in its history, which added another bearish factor for the market.

Advertisement

Technical Analysis of the XTI/USD Chart

Today the oil market remains highly volatile. Although the ATR indicator is pointing lower, its readings remain far above typical levels.

The sequence of lower highs and lower lows in WTI prices over the past 36 hours outlines the structure of a potential downward trajectory (shown in red). However, the chart also suggests that sustained downside momentum remains uncertain. This is reflected in the aggressive rebound from yesterday’s low.

It is possible that the XTI/USD price may continue to fluctuate within the orange range defined by the bearish candle formed on 9 March until significant news emerges that could shift the current balance in the market. In particular, traders remain focused on the risks of further escalation of the conflict in the Middle East.

Start trading commodity CFDs with tight spreads (additional fees may apply). Open your trading account now or learn more about trading commodity CFDs with FXOpen.

This article represents the opinion of the Companies operating under the FXOpen brand only. It is not to be construed as an offer, solicitation, or recommendation with respect to products and services provided by the Companies operating under the FXOpen brand, nor is it to be considered financial advice.

Advertisement

Source link

Continue Reading

Trending

Copyright © 2025