TheDinarian
News • Business • Investing & Finance
Fantom Foundation Launches Testnet for Fantom Sonic
October 24, 2023
post photo preview

We are thrilled to announce Fantom Sonic, the latest breakthrough upgrade to Fantom that will scale the network to new heights.

With a brand-new virtual machine, improved database storage, and optimized consensus, Sonic is anticipated to achieve 2,000+ transactions per second (TPS) at an average finality of one second while consuming a fraction of the storage used by its predecessor, Opera. The upgrade is the latest step in Fantom’s mission to improve its underlying platform without resorting to sharding or additional layers.

Today, we are releasing access to the Fantom Sonic testnet environment to give users and developers a first-hand experience of the groundbreaking speed offered by the upgrade before its mainnet release, which is scheduled for spring 2024. Scroll further to learn more about Sonic and instructions on how to use the testnets.

What is Fantom Sonic?

Fantom Sonic is the name that covers the new Fantom technology stack, replacing the previous Opera. The new technology stack is included in the new Fantom Sonic Client that validators and other nodes will run to power the network, which comprises mainly the Fantom Virtual Machine, Carmen database storage, and an optimized Lachesis consensus mechanism. In other words, Sonic is the next iteration of the Fantom network, with no hard fork required for the upgrade. Existing smart contracts, services, and tools on Fantom Opera should be fully compatible with mainnet Fantom Sonic.

In unison, these three upgraded components elevate Fantom to unprecedented levels and allow the network to achieve an anticipated 2,000 TPS at a finality of around one second with up to a 90% reduction in storage, putting Fantom far ahead of its peers. Learn more about these components in technical detail further below.

As users continue to embrace blockchain-powered applications, a single popular application can slow an entire network. Sluggish performance of the network prevents the overall adoption of emerging decentralized applications. With its innovative technology, Fantom will allow new markets to adopt blockchain technology previously hindered by limited transaction throughput and slow finality.

We envision a new era of DeFi platforms, blockchain games, high-frequency oracles for perpetual trading, and many other applications that can leverage the speed and scalability of Sonic. Additionally, due to the significantly reduced storage requirements, it will be far more affordable and accessible to run a node on Fantom to partake in network consensus or provide data to dApps.

Sonic testnet environment

The Fantom Sonic testnet environment consists of two separate testnets to demonstrate the upgrade before its mainnet release. The closed testnet aims to showcase the maximum theoretical limits of Sonic, whereas the open testnet is interactive, allowing any user to experience Sonic directly.

Closed testnet

The Sonic closed testnet is observable to the public but does not allow users to submit transactions. A web dashboard shows the maximum performance of Sonic, such as transactions per second, time to finality, average block time, and more.

The dashboard shows that the closed testnet Sonic can process around 2,048 TPS with end-to-end transaction confirmation times (finality) of around 1.1 seconds. At the time of writing, the testnet is processing over 175 million transactions per day, showing the stability of the network even when driven to its limits.

In the closed testnet, a transaction feeder submits synthetic transactions and drives the network to its maximum performance. The transaction feeder is throttled when transaction finality rises beyond roughly 1.1 seconds, which occurs when transactions per second surpass roughly 2,048.

There is no room for public interaction in this testnet setup as the transaction feeder drives the network to its maximum performance. The synthetic transactions resemble transactions on the current Fantom mainnet with an average of 210,000 gas. The workload is distributed roughly as follows:

 

The closed testnet uses an evenly spread stake of 10 million FTM per validator. With 21 validators, the total stake is 210 million FTM. The required consensus quorum is two-thirds of the validators plus one, with a stake of 140,000,001 FTM. The consensus mechanism requires at least 15 validators to confirm blocks for this setup.

We will compare this to the Fantom mainnet, on which the stake is non-uniformly distributed. The total stake on September 25, 2023, at 2:00 PM UTC was 1,379,985,181 FTM. With these numbers, a quorum is reached by a minimum of 919,990,122 FTM. The combined stake of the top 14 validators is 926,970,795 FTM, which was sufficient to confirm blocks with one less validator than the Sonic closed testnet. As such, the closed testnet mimics the consensus of mainnet closely to demonstrate a realistic performance.

With this setup, the closed testnet achieves above 2,000 TPS with a finality of around 1.1 seconds and over 400 million gas per second. This is far beyond the achievable performance of the current Fantom mainnet, which sits at around 30 TPS. There will be a significant reduction in disk space requirements for validators and archive nodes. Currently, for approximately 518 million transactions, an offline pruned validator requires 1,194 GB (i.e. offline pruning removes historical states by stopping the validator), whereas Sonic with online pruning requires 351 GB only. Similarly, archival nodes require 10,893 GB on Opera but only 1,000 GB on Sonic.

We will upgrade and maintain the closed testnet with Fantom’s latest technology regularly. Hence, the closed testnet will be reset every two weeks.

Open testnet

The Sonic open testnet allows anyone to interact with Sonic by submitting transactions and experiencing the true speed the new Fantom upgrade offers.

Similarly to the closed testnet, the open testnet has a transaction feeder that submits synthetic transactions. However, it submits 130 TPS at an end-to-end finality of around 0.6 seconds, which leaves ample throughput for user interactions.

The open testnet dashboard allows users to search for addresses, transactions, and blocks. Note that the open testnet’s history will be retained for longer than the closed testnet’s history. Furthermore, it is possible to deploy dApps on this testnet with a few limitations: the client source code currently is unavailable, and there is no full explorer similar to FTMScan and no transaction tracing support on our public RPCs. 

The tutorial below covers the instructions to interact with the open testnet.

How to use Sonic testnet

Follow this tutorial to unveil the capabilities of Sonic and experience the next generation of blockchain technology. We use MetaMask in this tutorial, but any wallet that can mimic MetaMask will work.

  1. Connect wallet
    1. Go to the Sonic open testnet dashboard
    2. In the top-right corner, click on Connect
    3. Choose your desired wallet account and connect
    4. Go to the account page, unless automatically redirected
  1. Configure network
    1. In the Network section, click on Add to MetaMask
    2. Ensure the network details in your wallet match those on the web page
    3. Approve the action in your wallet and click Switch network when prompted
  1. Get testnet tokens
    1. In the Faucet section, choose a token to request
    2. Click Request and sign the transaction in your wallet
    3. We recommend requesting Fantom for gas and various other tokens to test the swapping feature
  1. Use Sonic Trade
    1. In the Sonic Trade section, choose a token to swap for another token
    2. Click on Swap and confirm the transaction in your wallet
    3. Witness the incredible speed of Sonic!

Behind the scenes

A range of technological innovations have been introduced to enable Sonic to scale Fantom beyond its current potential. This section will provide a more in-depth technical overview of these innovations.

Fantom Virtual Machine

Sonic uses a new virtual machine that achieves superior execution performance compared to the previous Ethereum Virtual Machine implementation.

The Fantom Virtual Machine (FVM) converts EVM bytecode of smart contracts seamlessly into a new virtual machine format on the fly (while executing transactions). Deployed smart contracts that are available only in EVM bytecode remain executable without retranslating the high-level source code (e.g. Solidity) into the new virtual machine format.

The new virtual machine format accelerates the execution of single operations and permits super instructions, optimized bundles of commonly occurring instruction patterns. Super instructions comprise multiple instructions that are consolidated and executed as one instruction, reducing the instruction dispatch time of the virtual machine. The conversion from EVM bytecode to the new format of the FVM is cached, such that subsequent executions of the same code reuse the previously converted EVM bytecode, saving execution time.

The FVM supports caching of cryptographic hashing for the EVM instruction SHA3. Cryptographic operations, especially hashing, are computationally expensive. Repetitive calculations of the identical hashes can occur due to contract operations, state changes, or transaction verifications. By caching previously computed hashes, the FVM can bypass the need to recalculate the same values, saving time and resources. 

Additionally, the FVM supports the caching of JUMPDEST analysis results. In the virtual machine, there are special instructions called JUMP and JUMPDEST. The JUMP instruction allows the code to leap to different locations, while JUMPDEST marks safe places for these jumps to land. The JUMPDEST analysis pre-scans the bytecode to map out all these safe landing spots. By doing so, the FVM ensures that during execution, any jumps are directed only to legitimate and safe points in the code, optimizing performance and increasing security against potential malicious manipulations.

Block processing intense operations, such as synchronizing a new validator with up to 65 million blocks from the first block, can take up to four weeks with Opera. Sonic’s advanced block processing, which includes the FVM and new database storage, can synchronize a new validator in less than two days entirely for the full range from scratch.

Carmen database storage

Sonic uses a new database storage, called Carmen, which reduces node storage requirements and improves performance. Carmen is a new StateDB that stores the world state of Fantom’s blockchain. The world state contains account information, such as balance, nonce, EVM bytecode, and persistent storage of smart contracts.

Carmen features implicit live pruning. Pruning refers to discarding historical data that is no longer needed, which is essential due to a growing blockchain with increasing storage demands. Previously, pruning required nodes to be offline, which burdened validators with financial and operational risks due to their temporary lack of network rewards and the pressure to restart the client software successfully after offline pruning. However, unlike on Opera, validators now can leverage live pruning to remain operational around the clock, preventing disruptions. Consequently, validators will require smaller disks that can yield savings of up to 65% using Sonic’s new database storage.

We achieve live pruning by specializing the database into two types: the LiveDB and the ArchiveDB. The LiveDB contains the world state of the current block only, whereas the ArchiveDB contains the world states of historical blocks of the blockchain. The diagram below shows the interaction of LiveDB and ArchiveDB with the block processing.

The FVM interacts with the LiveDB and the ArchiveDB. As mentioned, the LiveDB contains only the current world state and is optimized for progressing the world state from one block to the next. Validators only have a LiveDB but no ArchiveDB. The FVM reads and writes the data in the LiveDB. In contrast, archive nodes have the LiveDB and ArchiveDB to stay synced. They process requests of historical states via the RPC interface. Its data is read only by the RPC server, and the FVM adds the world state of new blocks.

This specialization of LiveDB and ArchiveDB has been a performance-critical insight for an efficient StateDB design and implementation. We discovered that the access patterns of validators and archive nodes require different implementation techniques. So far, we have developed five evolutionary steps, so called schemas, for LiveDB and ArchiveDB, which differ in how the world state is structured and stored on disk for LiveDB and ArchiveDB, respectively. The version deployed for the Sonic testnet, Schema 3, offers superior storage performance compared to Opera’s MPT data structure.

Schema 3 uses flat storage, which stores data sequentially instead of tree-like or hierarchical structures like the ones used in the MPT. Its flat storage approach simplifies data retrieval. Importantly, Schema 3 still provides cryptographic signatures for a world state and archive capabilities using an incremental version of a prefix algorithm. All schemas utilize a native disk format rather than storing the world state indirectly via key-value stores (e.g. LevelDB/PebbleDB).

Lachesis consensus mechanism

Lachesis is Fantom’s aBFT consensus mechanism. A consensus mechanism is the engine that receives user transactions and serializes them to form blocks. Lachesis has a peer-to-peer module that exchanges events and a transaction pool module for collecting transactions from users and queuing them for validators.

Sonic continues to use the Lachesis technology of Opera, but it has vastly improved the transaction pool for collecting transactions of users. Optimizing and fine-tuning the peer-to-peer network was essential for sustaining such high transaction throughput with a very low time to finality.

Sonic and Opera comparison

A summary of the key differences between Fantom Sonic and the Opera mainnet is shown below.

Summary of Sonic

As shown by the performance of the Sonic closed testnet, the mainnet release will bring a groundbreaking blockchain experience, which we have summarized below for a quick overview.

Sonic is anticipated to achieve beyond 2,000 TPS at a finality of around one second. However, as this is the upper limit, the network will offer a far quicker sub-second finality under real-world circumstances. Storage requirements are reduced by up to 90%, which reduces validator node size from around 2,000 GB to 300 GB and non-pruned archival node size from above 11 TB to below 1 TB.

The storage reductions will allow anyone to launch validator nodes at far lower costs with vastly improved synchronization times and live-pruning support. The Fantom Foundation, and other relevant parties, can deploy archival nodes in approximately 36 hours, which previously would take weeks. If a genesis file for a certain block height is available, or an actual copy of an archive StateDB, the synchronization will be even shorter.

The Sonic mainnet is scheduled for spring 2024, which will transport Fantom into a new era of blockchain technology.

Link

 

community logo
Join the TheDinarian Community
To read more articles like this, sign up and join my community today
0
What else you may like…
Videos
Podcasts
Posts
Articles
🇺🇸 Jerome Powell said banks are free to provide Bitcoin and crypto services

TRILLIONS incoming 🚀

00:00:24
This Is A CONGRESSWOMAN, LISTEN..

🚨 “Something Big Is Being Hidden… 3IATLAS” – Congresswoman Luna Breaks Silence 🚨

Congresswoman Anna Paulina Luna has spoken out about the mystery of 3I/ATLAS, showing her full support for Harvard scientist Avi Loeb’s investigation. She’s now teaming up with Loeb to uncover what the government might be hiding about non-human life forms, and why access to key footage is being blocked from the public.

Luna says this fight for UFO and ET disclosure is a bipartisan battle, but warns that powerful forces inside the intelligence community and the Department of Defense are pushing back hard to keep the truth hidden.

Meanwhile, sources claim that NASA’s Mars Reconnaissance Orbiter (MRO) captured rare images of 3I/ATLAS on October 2–3, but those pictures still haven’t been released — adding even more mystery to the case.

Could this be the moment the truth finally breaks through? 👀

00:03:33
🚨BREAKING: Today, the LAST Penny will be minted!

🚨BREAKING: IT'S OFFICIAL: The US Mint will officially STOP minting pennies. Today, the LAST Penny will be minted!

One Penny Costs the U.S Taxpayer $0.37 cents to Mint.

U.S. Mint lost $85,300,000,000 BILLION minting pennies in FY2024 alone.

00:01:00
👉 Coinbase just launched an AI agent for Crypto Trading

Custom AI assistants that print money in your sleep? 🔜

The future of Crypto x AI is about to go crazy.

👉 Here’s what you need to know:

💠 'Based Agent' enables creation of custom AI agents
💠 Users set up personalized agents in < 3 minutes
💠 Equipped w/ crypto wallet and on-chain functions
💠 Capable of completing trades, swaps, and staking
💠 Integrates with Coinbase’s SDK, OpenAI, & Replit

👉 What this means for the future of Crypto:

1. Open Access: Democratized access to advanced trading
2. Automated Txns: Complex trades + streamlined on-chain activity
3. AI Dominance: Est ~80% of crypto 👉txns done by AI agents by 2025

🚨 I personally wouldn't bet against Brian Armstrong and Jesse Pollak.

👉 Coinbase just launched an AI agent for Crypto Trading

🚨U.S. Nuclear Forces on Alert: Sub Hunters, Doomsday Plane, and Mysterious Signals Over Europe

BREAKING: Multiple indicators of elevated U.S. military readiness today.
A Navy P-8 sub hunter flew an unusual low-altitude pattern up the East Coast from Jacksonville to Maine before returning south.

A Presidential Doomsday Plane (E-4B) is airborne over Kansas, capable of commanding the U.S. nuclear arsenal midair.
Missile tracking aircraft spotted over North Dakota and Arkansas.
Meanwhile, shortwave listeners across Europe recorded strange clapping spy signals on multiple frequencies, the origin of which was unknown.

A B-52 bomber conducted a deterrence patrol over Finland & the Baltics.
Two U.S. sub hunters currently active over the Baltic Sea, one looping at just 2,000 ft near Gotland Island.
Something’s up...

https://x.com/UAPWatchers/status/1988704871034266093

🚨 FIRST SPOT XRP ETF BEGINS TRADING IN THE US 🚨

The first US spot XRP ETF, managed by Canary Capital, has officially launched and began trading on the Nasdaq exchange under the ticker symbol XRPC. This marks a significant milestone for XRP, expanding regulated investment options in the crypto market.

🔑 Key Points

  • Launch Details: The Canary XRP ETF (XRPC) started trading on November 13, 2025. It is the first spot XRP ETF to be listed on a US exchange, offering investors regulated exposure to XRP.

  • Market Impact: The ETF’s launch has been met with strong initial demand, pulling in significant trading volume. This development could attract more institutional and retail investors to XRP.

  • Technical Analysis: XRP’s price has shown a modest increase, trading around 2.46 at launch. Analysts suggest that a breakout above 2.60 could signal further price increases.

💡 Why It Matters

  • Regulated Exposure: The ETF provides a regulated way for investors to gain exposure to XRP without needing ...
post photo preview

Bitcoin falls under $97,000

post photo preview
3I/ATLAS — Secret Laws Of Gravity
Unlocking the future of space travel through the precise calculation of time and orbital trajectories.

"My preliminary analysis suggests two principal hypotheses regarding the reported phenomenon known as '3I/Atlas':

  1. A Coordinated Psychological Operation (PsyOp): The phenomenon may constitute a calculated effort to manipulate public sentiment or induce fear, potentially preceding a planned, large-scale deception (referred to informally as 'Project Bluebeam').

  2. A Highly Anomalous Object: Alternatively, the phenomenon represents an authentic, significant anomaly warranting serious scientific or intelligence scrutiny.

Regardless of its origin, '3I/Atlas' represents an historically noteworthy development that necessitates close, informed observation."

 

~Crypto Michael | The Dinarian 🙏

Abstract Introduction:

New data is now showing something that arrived early and its changing colors as we previously predicted.

In orbital mechanics where trajectories are calculated centuries in advance with accurate precision measured in seconds.

A 11-minute deviation is not a rounding error.

It’s not a typo in the database.

It’s not close enough.

"It’s Physically impossible.”

Now The longest government shutdown in U.S. history still blocking NASA releases while the object executed its closest Fly-by approaches to Mars, The Sun and Venus at the moment of maximum observational blackout.

But orbital mechanics don’t care about “government shutdowns.”

Our observations Don’t Stop.

And the math doesn’t wait for “Press releases.”

The math says this:

“If 3I/ATLAS is natural, it should have lost about 5.5 billion tons of mass.”

It didn't.

1. The 5.5 Billion Ton Problem:

Let’s start with what everyone agrees on: 3I/ATLAS “now” arrived earlier than pure gravitational predictions would allow. Even though we have been mentioning this trajectory change over 2 Weeks ago (October 21st Article HERE) TRACKING 3I/ATLAS .

The scientific consensus explanation? “Natural outgassing” the "rocket effect." As water ice sublimates near the Sun, it creates thrust, like a slow-motion rocket engine powered by evaporating ice. Comets do this all the time. It’s normal. It’s natural. It’s explainable.

Except for ONE problem.

The Physics Don’t Add Up!”

To generate enough thrust to arrive approximately “11 minutes early” would require shedding a staggering amount of mass.

Our calculations show “over 5.5 billion tons” of gas ejected over the perihelion passage.

Think about that for a moment.

That’s not a little puff of vapor.

That’s not some gas leaking from surface cracks.

That’s 15% of the object’s total estimated mass.

If 3I/ATLAS lost that much material naturally, it would create a debris cloud larger than Jupiter’s magnetosphere—visible to amateur telescopes from Earth. Absolutely impossible to miss in professional observations, and bright enough to be catalogued by every sky survey on the planet.

1.1 ~ The Plume Paradox:

Here’s where it gets interesting:

No such cloud has yet to be observed.

Not by Hubble. Not by JWST. Not by ground-based observatories. Not by the Mars orbiters that watched it pass at 30 million kilometers.

The brightness remained within “expected limits.” The coma showed stable & geometric shifting features. The tail structure now disappeared (but that’s another story). The main one is that: “The debris cloud that should exist — simply doesn’t.”

This isn't a minor discrepancy.

This is complete, mathematical failure of the natural comet hypothesis.

Part 2: The Industrial Signature:

So if natural sublimation didn't create the thrust, what did?

The answer is hidden in the chemistry—specifically, in what shouldn’t be there. “The Nickel Anomaly.” When multiple astronomers analyzed 3I/ATLAS’s spectral signature, they found something extraordinary: “nickel vapor” (Ni) at extreme distances from the Sun, where temperatures should be far too cold for metals to vaporize naturally.

Nickel doesn't just evaporate on its own at those temperatures.

It needs HELP.

And there’s only one known process—natural or industrial—that produces a volatile nickel-carbon compound at cold temperatures which we have said several times previously;

Nickel Tetracarbonyl: Ni(CO)₄

This is not a natural cosmic process.

This is an “industrial chemical pathway” used on EARTH for metal refinement!!!

It forms at 120°C and decomposes at 180°C allowing nickel to vaporize at temperatures where water ice would remain frozen solid.

It is LITERALLY, an industrial refrigerant for metal processing.

The presence of Ni(CO)₄ in the plume tells us two things:

  • The core is not ice — It’s a nickel-rich, engineered structure.
  • The process is not passive sublimation — it’s an active, controlled system.

The nickel vapor isn’t contamination.

It’s not a coincidence.

It’s Exhaust.

3. Secret Gravity (SOEG) Model:

This is where our research team proposes something NEW.

We call it The “Self-Optimizing Ejection Guidance (SOEG) Model”

A Brand New Scientifically defensible framework that explains the acceleration not as chaotic outgassing, but as “controlled propulsion.”

The SOEG Model (Project EE / 3IE)

The System:
• Volatile Reservoir — CO₂ ice + Nickel-rich metallic core.
• Solar Heating — Perihelion triggers sublimation at optimal moment.
• Magnetic Ionization — Internal magnetic field ionizes nickel vapor into plasma.
• Anisotropic Jets — Plasma channeled through focused nozzles. (not random cracks)
• Thrust Optimization — Maximum momentum transfer with minimal mass loss.

Unlike natural cometary outgassing—which is chaotic, omnidirectional, and wildly inefficient. The SOEG Model Fully Represents: (CONTROLLED, DIRECTIONAL, OPTIMIZED PROPULSION.)

It’s the engineering solution to interstellar navigation: Using a “magnetofluidic drive” that uses the Sun’s + Nearby Planets & Star energy to activate a propulsion system that was BUILT.

The secret is in the magnetic field. By ionizing the nickel-carbon vapor into a high-velocity plasma jet, the system achieves thrust efficiencies that natural sublimation could never match.

This isn’t science fiction. This is “magnetohydrodynamics” the same physics that powers experimental plasma thrusters being developed by NASA and ESA for deep-space missions.

The difference?

We’re building prototypes…

Someone else already perfected it.

4. The Scientific Statistical Test:

Here’s what makes it undeniable.

Natural comets exhibit HIGH temporal variance in their acceleration parameters.

Technical terms like (A₁) and (A₂) that describe how thrust changes over time. Natural outgassing is messy, chaotic & unpredictable.

Our Prediction:

We formally predict that when sufficient post-perihelion data is published — expected from JUICE observations (data release February 2026) and ground-based telescopes through December 2025— 3I/ATLAS WILL show:

  • (A₂ parameter near zero) — phase-locked rotational coherence.
  • Temporal drift < 0.5σ — stability far beyond natural variance.
  • “Thrust vector alignment” with rotational axis — body-fixed engine signature.

If ALL 3 conditions are met.

The probability that 3I/ATLAS is a natural comet drops below 0.01% (a >4σ statistical rejection).

This is not speculation. This is a time-stamped, falsifiable prediction.

By February — March 2026, we will either be proven right or wrong.

The data doesn’t care about our theories. It only cares about what actually happens.

5. The Blue Hue 🔵:

Now there’s one more piece of evidence—and it’s visible to the naked eye (well, through a telescope). “The Color Anomaly.”

Natural comets scatter sunlight off dust particles, producing a yellowish-red glow. At 1.36 AU from the Sun, 3I/ATLAS should have appeared reddish-orange from thermal emission.

Instead, observers noted something strange: “A distinct blue fluorescence” in the coma.

What Blue Light Means?

Blue emission in a comet’s coma comes from highly ionized species—primarily “CO” (carbon monoxide ions) and certain excited metallic vapors. This requires enormous, “FOCUSED” energy to achieve.

You don’t get this level of ionization from passive solar heating. You get it from ~ Active Plasma Generation. The blue hue is the visible proof of the SOEG engine operating at perihelion. It’s the "engine glow" of a magnetofluidic drive generating high-energy plasma to achieve maximum thrust efficiency.

Compare:
- Natural comets (Hale-Bopp, NEOWISE, 67P, Etc.): Usual Yellowish-red dust scattering.
- Expected for 3I/ATLAS at 1.36 AU: Reddish-orange thermal glow.
- Observed in 3I/ATLAS: Distinct “Blue” plasma fluorescence.

This isn't subtle.

This is the difference between reflected sunlight and an active thruster firing.

5.5 ~ Convergence of Evidence:

Let's put it all together.

The Self-Optimizing Ejection Guidance (SOEG) Model is not speculation. It’s not wild theorizing. It’s one of the only frameworks that coherently explains:

✅ The early arrival— non-gravitational acceleration without natural explanation.

✅ The missing 5.5-billion-ton debris cloud — controlled thrust with minimal mass loss.

✅ The Ni(CO)₄ industrial signature — engineered propulsion chemistry.

✅ The blue plasma glow — active ionization system visible during perihelion.

✅ The statistical impossibility — phase-locked stability beyond natural variance. (pending verification)

However each piece of evidence, standing alone, is anomalous but potentially explainable.

Together, they form an interlocking pattern that demands a technological origin.

But then there’s the Silence.

Venus conjunction: Still offline.

This is not incompetence.

This is recognition.

THEY know something we’re still calculating.

December 19, 2025: 3I/ATLAS reaches closest approach to Earth at 167 million miles.

“If the calculations are correct, the 5.5-billion-ton debris cloud should be impossible to miss. Every telescope on the planet will be watching.”

All of this new information scheduled to be released should definitely include the following: High-resolution spectroscopy, morphological analysis, particle environment data and MOST CRITICALLY the astrometric parameters that will confirm or refute our SOEG model’s predictions.

“If the A₂ parameter shows phase-locked stability, the SOEG model is confirmed.”

Conclusion:

The Numbers Don’t Lie. The orbital path was not set by gravity alone. The acceleration was not powered by ice. The chemistry was not natural. And the timing is not “coincidental.”

3I/ATLAS is a message written in orbital mechanics, plasma physics, and industrial chemistry—a message we have “74 days” left to fully decode.

The mathematics are clear.

The predictions are calculated.

We don't have to speculate about what it is.

We just have to (wait) for the complete data packet to arrive.”

And when it does, one of two things will happen:

Either the natural hypothesis survives (unlikely, given the evidence). Or we confirm what the numbers have been screaming to us since October are TRUE.

Something pushed it. Something controlled it. Something arrived exactly when it needed to.”

Or The A-parameters will lock.

The plasma signature will confirm.

The debris cloud will be absent.

And the institutional silence will make perfect sense.

Because you don’t announce a discovery like this through a press release.

You announce it through a “Calculated Strategy.”

Analogy Conclusion:

The orbital path was set by laws that were not known,
For where the starlight failed, a force was subtly sown.

No dust and ice, but Nickel in the plume’s blue gleam,
A pulse of hidden power, of controlled, forgotten dreams.

The A-Parameter locks, The true secret of the sphere,
The Simultaneous Truth arrives, When all the numbers are near.

— Earth Exists

Additional Reference & Data Source Links 🖇️:

EARTH EXISTS Documentation:
- [Previous article. 35 Days of Silence — 3I/ATLAS]

Source

🙏 Donations Accepted 🙏

If you find value in my content, consider showing your support via:

💳 PayPal: 
1) Simply scan the QR code below 📲
2) or visit https://www.paypal.me/thedinarian


🔗 Crypto Donations👇
XRP: r9pid4yrQgs6XSFWhMZ8NkxW3gkydWNyQX
XLM: GDMJF2OCHN3NNNX4T4F6POPBTXK23GTNSNQWUMIVKESTHMQM7XDYAIZT
XDC: xdcc2C02203C4f91375889d7AfADB09E207Edf809A6

Read full Article
post photo preview
BlackRock Is Manipulating The Price Of Bitcoin👀

Blackrock possess a strategic depth that goes far beyond initial appearances. When the general market perceives selling and traders respond with emotion, these major players are often operating on a much more profound level. They adeptly identify and leverage every available mechanism to influence market dynamics. Their power isn't in direct control of the asset, but in understanding how to move the market without ever taking direct ownership.

What entity has become the most prominent corporate champion of Bitcoin ($BTC)?

It's the one with the massive treasury holdings, known as Microstrategy.

 

However, the major strategic challenge lies here: the size of their Bitcoin position is fundamentally linked to their external financing, typically in the form of debt.

This reliance on significant debt creates an inherent vulnerability—a dependence on creditors and shareholders. When an entity's position is highly leveraged, that dependence makes them susceptible to market manipulation or strategic pressure from external financial forces.

When a highly leveraged corporate holder of a significant asset (like $BTC) faces external financial stress, that pressure inevitably transfers to the asset itself.

Blackrock's goal isn't to induce a market crash, but rather to establish a dominant position and control.

Any substantial sale of major cryptocurrencies like $BTC or $ETH initiated by Blackrock, can be interpreted not as routine trading, but as a deliberate effort to manipulate market sentiment and pricing.

Blackrock is deploying a sophisticated combination of tactics: they simultaneously generate market volatility through strategic sales of the asset ($BTC) while accumulating shares in key corporate holders (the stock symbolized by $MSTR).

The deeper intent is to leverage this equity stake to direct the corporate strategy of the highly leveraged Bitcoin champion.

With a sufficiently large ownership percentage, this influence becomes highly effective. The resulting market power is therefore a function of both manipulating price movement and controlling corporate policy.

Is Microstrategy (the company represented by the $MSTR stock) vulnerable to this kind of pressure? The evidence suggests yes.

A substantial stake held by Blackrock grants them effective leverage to influence and manipulate the company itself.

When the company's shares experience a significant decline, the leadership is often compelled to take action, potentially buying back their own stock. This action is driven by the fact that falling share prices directly intensify financial and market pressure on the entire organization.

If the stock of Microstrategy continues a sustained decline, lenders will inevitably begin to re-evaluate and revise the terms of existing loans. This is a critical point of failure for the entire strategy.

The fundamental operational model of this corporate champion works like a closed loop:

  • It secures debt financing (taking loans) to acquire $BTC.

  • Alternatively, it issues new equity (selling shares) to acquire $BTC.

Crucially, the ongoing interest payments on this substantial debt are often managed by the mechanism of issuing even more shares, creating a continuous cycle of dilution and reliance on a high stock price.

A major consequence of rising leverage is the escalating cost of borrowing, requiring Microstrategy to source even larger amounts of capital.

The most straightforward solution—to issue and sell more stock—proved to be insufficient.

In fact, the situation worsened: the company’s recent attempt to raise funds through a stock offering did not fully sell out. This failure directly resulted in a significant liquidity shortfall, hamstringing Microstrategy’s ability to meet its financial obligations and continue its asset acquisition strategy.

And the ultimate shock came when Microstrategy—the very entity that vowed it would never liquidate its holdings—began to sell.

These weren't insignificant trades; the sales were valued at billions of dollars.

The key question now becomes: Does this sudden, massive reversal signal the imminent collapse of Microstrategy, or is it simply a necessary, albeit drastic, maneuver of 'business as usual' under extreme duress?

There appear to be two primary strategic objectives behind Blackrock's calculated moves:

  • Scenario A (Direct Dominance): Blackrock aims to neutralize its most prominent competitor (the corporate Bitcoin accumulator) in order to seize the title as the largest holder of $BTC.

  • Scenario B (Indirect Control): The institution’s goal is to establish absolute market control and influence, preferring to leverage Microstrategy to execute the most aggressive or politically difficult actions.

The outright financial destruction of Microstrategy is highly improbable. Such an action would trigger a severe market crash that could take years to fully repair.

The far more intelligent strategy is integration and control.

Under this model, Microstrategy remains operational, while Blackrock secretly dictates strategy. This allows Microstrategy to absorb the market blame for any necessary but controversial manipulation, a classic and often dirty tactic used by high-powered financial entities.

In the immediate future, the market will continue to exhibit strong reactions to the strategic maneuvers of Blackrock.

When they execute sales, it instantly captures headlines, is aggressively amplified by the media, and causes fearful retail traders ('weak hands') to panic and exit their positions.

Every decrease in price that results from this panic directly translates into a superior entry point for Blackrock. This clearly illustrates that the current market environment is driven purely by emotion, making it a survival game reserved only for those with the strongest resolve.

In the long run, the nature of $BTC will likely shift, moving away from its original ideals of being completely free and decentralized.

The vast majority of the available supply is projected to become highly concentrated within a small number of major corporations and investment funds.

Consequently, the price cycles will no longer be reliably tied to events like halvings or popular narratives. Instead, they will be driven primarily by government and central bank policy decisions, overarching macroeconomic conditions, and the internal political maneuverings of the world's most dominant funds and corporations.

Blackrock's goal is not to eliminate $BTC; instead, they are focused on constructing an elaborate system of control around the asset.

Microstrategy (the stock symbolized by $MSTR) remains a powerful tool, but it now operates under terms and directives that the company's leadership no longer fully dictates.

Since direct command over the decentralized asset is impossible, control is established through strategic influence over the largest corporate and fund custodians. Moving forward, Blackrock will be the primary entity determining the market's trajectory.

🙏 Donations Accepted 🙏

If you find value in my content, consider showing your support via:

💳 PayPal: 
1) Simply scan the QR code below 📲
2) or visit https://www.paypal.me/thedinarian

🔗 Crypto Donations👇


XRP: r9pid4yrQgs6XSFWhMZ8NkxW3gkydWNyQX
XLM: GDMJF2OCHN3NNNX4T4F6POPBTXK23GTNSNQWUMIVKESTHMQM7XDYAIZT
XDC: xdcc2C02203C4f91375889d7AfADB09E207Edf809A6

Read full Article
post photo preview
A Request for NASA to Release Scientific Data on 3I/ATLAS

During my recent podcast interview with Joe Rogan (accessible here), I had mentioned the unfortunate circumstances, under which NASA had not released for four weeks the images collected by the HiRISE camera onboard the Mars Reconnaissance Orbiter. These images were taken on October 2–3, 2025, when the interstellar object 3I/ATLAS passed within 30 million kilometers from Mars. The images are extremely valuable scientifically because they possess a spatial resolution of 30 kilometers per pixel, about 3 times better than the spatial resolution achieved in the best publicly available image from the Hubble Space Telescope, taken on July 21, 2025 (accessible here and analyzed here). Whereas the Hubble image was taken from an edge-on perspective since Earth and the Sun were separated by only ~10 degrees relative to distant 3I/ATLAS, the HiRISE image offers a sideways perspective, valuable in decoding the mass loss geometry and glow around as it approached the Sun.

The delay in the data release was argued to be the result of the government shutdown on October 1, 2025. Nevertheless, conspiracy theorists suggested that it may have to do with evidence for extraterrestrial intelligence in the HiRISE images. When asked about it, I suggested that the delay is probably not a sign of extraterrestrial intelligence but rather of terrestrial stupidity. We should not hold science hostage to the shutdown politics of the day. The scientific community would have greatly benefited from the dissemination of this time-sensitive data as astronomers plan follow-up observations in the coming months.

Joe Rogan suggested that I contact the interim NASA administrator, Sean Duffy. The following day, I corresponded with congresswoman Anna Paulina Luna regarding a related formal request from NASA. Following our exchange, Representative Luna wrote a brilliant letter to NASA’s acting administrator Duffy.

We all owe a debt of deep gratitude for the visionary support displayed by Representative Luna to frontier science through her letter, attached below.

Avi Loeb is the head of the Galileo Project, founding director of Harvard University’s — Black Hole Initiative, director of the Institute for Theory and Computation at the Harvard-Smithsonian Center for Astrophysics, and the former chair of the astronomy department at Harvard University (2011–2020). He is a former member of the President’s Council of Advisors on Science and Technology and a former chair of the Board on Physics and Astronomy of the National Academies. He is the bestselling author of “Extraterrestrial: The First Sign of Intelligent Life Beyond Earth” and a co-author of the textbook “Life in the Cosmos”, both published in 2021. The paperback edition of his new book, titled “Interstellar”, was published in August 2024.

Source

🙏 Donations Accepted 🙏

If you find value in my content, consider showing your support via:

💳 PayPal: 
1) Simply scan the QR code below 📲
2) or visit https://www.paypal.me/thedinarian

🔗 Crypto Donations👇
XRP: r9pid4yrQgs6XSFWhMZ8NkxW3gkydWNyQX
XLM: GDMJF2OCHN3NNNX4T4F6POPBTXK23GTNSNQWUMIVKESTHMQM7XDYAIZT
XDC: xdcc2C02203C4f91375889d7AfADB09E207Edf809A6

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals