TheDinarian
News • Business • Investing & Finance
šŸ’„The Cosmos EndgamešŸ’„
It's Ethereum vs Cosmos. Which blockchain has the better endgame?
October 13, 2022
post photo preview

Ā 

Merge, Surge, Splurge... Converge?

The Interchain Endgames of Cosmos and Ethereum

Towards the end of the Silurian period 420 million years ago, jawed fish diverged into cartilaginous sharks (and rays), and their more rigid cousins, the bony fish.Ā 

These latter produced the amphibians, some of whom crawled out to conquer the land and the air as dinosaurs and proto-mammals. 375 million years later, a few of them returned to the sea, becoming dolphins and whales as they converged again on the familiar hydrodynamic strategies of a propulsive tail, flippers, and light bones, this time as warm-blooded, air-breathing mammals.

Ā Ā 

A short history of Cosmos and Ethereum

Divergence: In 2013-14, Cosmos and Ethereum split off from their common blockchain ancestor, Bitcoin. But as both projects have iterated on their own respective roadmaps, their endgames have begun to converge on multiple, connected execution zones.

Though the Cosmos design still favors sovereignty at the app level, Ethereum has become increasingly modular, preferring to trade this freedom for universal security and settlement. Ethereum’s monolithic structure allowed composable smart contracts to be launched and iterated upon at great speed, the necessary preconditions for the first great flowering of DeFi applications.

Its great success allowed it to develop solutions to many blockchain problems, and it has made considerable progress on two of the space’s most persistent problems: scaling and maximal-extractable-value (MEV). Ethereum devs have pushed the technological and definitional limits of single-chain scaling, and they have brought the dark forest of block producer transaction reordering into the light.Ā 

At the same time, Cosmos ceded the winner-take-most race of becoming the world’s financial AOL (siloed precursor to the world wide web), in order to instead develop a secure, flexible backbone for the internet of money.

It pioneered three pluggable, adaptable technologies:

  1. A replicable state machine with Byzantine Fault Tolerant consensus (Tendermint).

  2. A set of blockchain application modules (the Cosmos SDK) that interact with the consensus engine.

  3. Together these can be used to quickly spin up an immediately interoperable blockchain using the crown jewel of Cosmos: theĀ Inter-Blockchain Communication Protocol.Ā 

IBC is both a trust-minimized data transport layer for communicating between chains, and an interchain app-layer built on top. The most obvious application is token transfers, but an increasing array ofĀ Interchain StandardsĀ is allowing more complex cross-chain interactions such as Interchain Queries, Interchain AccountsĀ (allowing accounts on one chain to control accounts on others), and Interchain Security, the sharing of validator power between chains.

These IBC functions are online and just coming into wide use, setting the stage for fully composable DeFi between chains.Ā 

Convergence: From these radically different approaches, Cosmos and Ethereum are now beginning to converge once more, as each adapts to the ever-changing crypto environment.Ā 

On one hand, Cosmos is superficially beginning to resemble Ethereum at the app-layer, which is a fulfillment of the Cosmos roadmap, rather than an architectural change. With IBC now connected to some 50 chains, andĀ CosmWasm smart contractingĀ spreading throughout the ecosystem, applications are proliferating in a variety of ways: as single-use blockchains, as general smart-contracting zones, and as curated, multi-team application suites like the Osmosis decentralized exchange.Ā 

As interchain DeFi begins to flourish, it makes sense that many of the first applications have been ported over from the most successful Ethereum applications. But many chains are doing things only possible on a sovereign chain, and apps that start as clones do so largely as a bootstrapping mechanism, achieving product-market fit while developing improvements that are only possible on appchains.

On the other hand, Ethereum is looking decidedly more like Cosmos in its design.

With the Merge complete, it is now Proof of Stake like Tendermint chains. More importantly, the original Ethereum 2.0 vision of sharded execution has long been de-prioritized in favor of rollups, quasi-appchains designed to move the majority of transactions off Ethereum’s main layer. The most recently announced parts of the Ethereum scaling roadmap–the surge (data sharding), verge (statelessness), purgeĀ (state expiry and cleanup), and splurge (account abstraction, proposer-builder separation, verifiable delay functions)–all support this rollup-centric model.

In hisĀ Endgame postĀ late last year, Vitalik imagined three possible scaling futures for Ethereum: no rollups, a single dominant rollup, or a continuation of the current multi-rollup scenario, which we have circled in red.

Ā Ā 

Because they essentially act like appchains, it seems likely that many rollups will continue to thrive simultaneously.

Since each rollup has attracted its own developers, apps, investors, and users, each has begun to develop its own unique communitarian identity and its own business development. For now, each rollup is a tax-paying, protected commonwealth within the greater Ethereum federalist state, but the most successful, having had a taste of the sovereign appchain experience, may eventually want more control of their protocols, at which time they could easily become full-fledged interconnected appchains with access to the entirety of the interchain.Ā 

The Cosmos Appchain Thesis

Why would an app or a rollup want to become an appchain instead?

The fundamental value proposition isĀ sovereign interoperability.Ā 

Because they are sovereign, appchains have precise control over their entire stack: execution, consensus, block size and timing, state and mempool logic, rollups, fees, the smart contract environment, validator requirements, governance rules, and any other area of blockchain structure and operations they might want to customize.Ā 

Because they are interoperable, appchains can freely and composably interact with each other over IBC.Ā Ā 

What do appchains do with all this power?

They optimize for user experience, fine-tuning the access that front-ends and wallets likeĀ KeplrĀ have to blockchain data and mechanisms, and adjusting protocol-level logic to make execution faster, easier, and more productive. They secure the chain as they see fit, recruiting their own validators to implement code, produce blocks, relay transactions, and more, or borrowing security from another validator set withĀ interchain securityĀ (Q1 2023).

Ultimately, most appchains will choose to mix these two options: chains will share their validator sets with each other, and the entire interchain will become a shared defense zone, shielded with the armor ofĀ mesh security.Ā 

Many appchain innovations knit security and UX together. Osmosis, for instance, has developed ā€œsuperfluid staking,ā€ a substantial improvement to Proof-of-Stake that allows liquidity providers to stake the underlying tokens in their LP shares to help secure the chain, thereby also earning staking rewards in addition to LP rewards. Currently only the OSMO token benefits from this increased capital efficiency, but pending improvements to Tendermint (the BFT-tolerant state machine replication software at the heart of many Cosmos chains) will enable other appchains to opt in to superfluid-staking on Osmosis or allow OSMO to be superfluid-staked on their chain.

Soon, the whole interchain will be able to put its staked assets to work in DeFi without incurring the centralization and chain security risks of traditional liquid staking derivatives.Ā Ā Ā 

Appchains also excel at handling MEV: the profits available to whoever has the power to decide transaction ordering and block inclusion. MEV has plagued DeFi users across all ecosystems, but appchains can more quickly develop on-chain solutions that greatly reduce malicious MEV and redirect healthy arbitrage profits from third parties to themselves.Ā Ā 

For example, Osmosis is developing a private mempool with threshold decryptionĀ (an idea thatĀ EthereumĀ is experimenting with too). These private transactions cannot be seen by nodes until after they are executed, making front-running much more difficult as well as allowing limit orders and other future/contingent transactions to be put on-chain privately. Similarly, appchains can reserve the first slot in their blocks for protocol-controlled arbitrage and liquidations: a necessity for the health of lending and trading protocols, but which on monolithic chains tends to become an MEV game, leaking value from the app to third parties. Osmosis will instead be directing these healthy, non-user-harming arb profits back to the DAO.

The remaining (much-reduced) MEV can also be partially captured in-app by auctioning off the second slot in the block to MEV searchers–like Flashbots, but on-chain. Alternatively, it may make sense for chains to let all these second-slot auctions be aggregated in one place, as the Cosmos Hub proposes to do, so that the cross-chain MEV market is transparent and not a dark forest.

Appchains allow for radical blockchain experiments to be carried out quickly. While Tendermint and the Cosmos SDK are amazing technologies that allow apps to quickly spin up IBC-ready blockchains, the whole Cosmos stack is not necessary to become an IBC-connected appchain. Many compelling Cosmos ecosystem projects are building or adopting alternative consensus or state-machines that better fit their needs, includingĀ PenumbraĀ (private trading),Ā AnomaĀ (universal coincidence-of-wants coordination), andĀ NomicĀ (Bitcoin on Cosmos).Ā 

Appchains are not definitionally different to monolithic chains; rather, appchain modularity is largely the philosophy of sovereign interoperability combined with the trust-minimized blockchain communication of IBC.

Monolithic chains, by contrast, have generally adopted the so-calledĀ fat-protocol thesis, in which a single chain runs the vast majority of DeFi worldwide, and everything settles to one layer whose token accrues a monetary premium. Scaling such a protocol is very difficult, as we know, and heroic efforts continue to be put into exciting technologies that speed up and modularize execution, storage, data availability, and the like.

Rollups, which are amazing technical achievements, have so far acted as enclaved appchains without sovereignty or interoperability, though they of course benefit from Ethereum’s massive security. By the same token (no pun intended), while appchains do not yet generally have the blockspace constraints of monolithic chains, they will be able to adopt modular solutions like rollups and data availability layers when it becomes necessary.

The Cosmos thesis predicted the appchain future, allowing it to shard execution into separate blockchains by design, giving app builders the freedom to develop their own products and to experiment freely with all layers of the stack to do so.

At the same time, the appchain vision assumed the inevitability of cross-chain bridging years before everyone else and developed by far the most comprehensive and safest system for interchain blockchain communication in an age where cross-chain bridge hacks are commonplace.

The Safety of IBC

One of the potentially strongest arguments against the appchain thesis is that bridges are inherently unsafe. On one hand, it is true that no protocol or interchain messaging system is inherently and at all times safe, but this is as true of Ethereum contracts as it is of IBC.

Any code can have bugs, and adversaries will always try to exploit them.

On the other hand, we have gathered enough evidence since DeFi summer that users are simply never going to confine themselves to a single chain–they will use a hilariously exploitable multi-sig just to get cross-chain to the latest cookie-cutter EVM clone.

How much more eager will they be to use the fully interoperable, UX optimized, composable DeFi of IBC and the interchain?Ā 

If bridges are inevitable, why is IBC the best? Why should it be considered safe enough to be the future of finance? The answer lies in the trust-minimized design.

Participating chains run light clients of each other, meaning that they each independently verify the block headers of the other chain. An attacker therefore cannot convince another chain with a lie about what happened on one blockchain unless they take over the whole chain. If that were to happen, the party controlling the chain could potentially infinite-mint its own chain’s tokens, pass them over IBC, and use them to steal funds on an AMM or through another DeFi mechanism.Ā 

This is inĀ stark contrastĀ to bridges whose tokens are held in an exploitable contract (multi-sig or otherwise), and which have not traditionally permitted generalized message-passing (though the Axelar appchain has made strides in improving non-IBC cross-chain communication).

It is therefore important that appchains establish IBC connections with reputable, secure chains. However, it is also true that the vulnerability window from an attacking IBC-connected chain is quite small. First, if a chain is taken over by economic or governance attack, or if it catastrophically fails, IBC connections can be immediately closed, meaning that it cannot siphon any value away.

To cover the short amount of time before the IBC connection is closed, IBC rate-limiting will shortly be available. This will allow appchains to restrict the token flow over a given period, allowing normal activity while limiting the value that an attacking chain can take, making the economic calculus of any attack far less favorable.

Ā Ā Ā 

IBC in Practice:Ā The above image (live, interactive versionĀ here) shows IBC sends and receives between IBC-connected chains, with the icons sized proportionally by transaction volume. Even in this bear market, in the past 30 days, roughly 800k transactions and $264m worth of value have been sent over IBC. Note that this is only cross-chain activity; it does not count single-chain transactions.

Still, it is no secret that Cosmos does not yet have Ethereum-like adoption. Technical challenges remain for interchain DeFi to reach its full potential–though we are starting to see their likely shape in the mesh of Interchain Security, encrypted mempools, protocol-controlled arbitrage, and synchronous blockspace auctions.

As interchain adoption picks up, appchains that need to scale will also have access to the full array of rollup and other scaling solutions being developed on Ethereum, as well modularizing appchains like Celestia.

ATOM 2.0: Monolithic-chain Benefits for the InterchainĀ 

We discussed above how Ethereum has become more Cosmos-like over the years. In its recentĀ ATOM 2.0 whitepaper, the Cosmos Hub has proposed to offer several Ethereum-like, ecosystem-wide use cases.

The Cosmos Hub was so named because it was the first appchain of the Cosmos ecosystem, a proof-of-concept for the Cosmos SDK, as well as a Schelling point and funding source for interchain developers, investors, and users.

However, because ATOM holders strongly believed that the Cosmos philosophy of rent-free sovereign interoperability was the only viable way to build the interchain future, the Hub ended up without an obvious use case. ATOM 2.0 changes that, not by radically altering the Cosmos, but by specializing the Hub as an ecosystem service-chain.

What follows is a brief general overview of the most compelling parts of the ATOM 2.0 proposal.

1ļø. Interchain Scheduler

Perhaps the most innovative use-case for the Hub, the Scheduler is a proposed market for synchronous cross-chain blockspace. The idea is that appchains will let the Hub tokenize and sell the first or second slots in their blocks (depending on whether the appchain executes its own arbitrage and liquidations at the top of the block).

Profits will be shared between the Hub and the originating chain.

Because Tendermint block proposers are deterministically chosen, both MEV searchers and applications will know when cross-chain blocks are synchronous, and these blocks will fetch higher prices than if they were auctioned off on the home appchain.

More importantly, the Scheduler acts as an on-chain interchain Flashbots, allowing cross-chain MEV to occur in the light where it can be studied and mitigated, instead of off-chain in the dark forest. Further, these synchronous cross-chain blocks may be valuable to many DeFi applications because they will allow for immediate, atomic, final execution on multiple blockchains simultaneously. It is also possible that this cross-chain synchrony will develop more robustly through interchain mesh security.

2ļø. Interchain Security

We discussed mesh security above. Under the ATOM 2.0 proposal, the Cosmos Hub will provide Interchain Security v1.

In this first form, a provider chain will allow its validator set to provide plug-and-play security for consumer chains that do not want the responsibility of recruiting and managing their own validators. Interchain Security v1 is a logical extension to the Cosmos SDK, making it easier than ever to spin up a new chain, as long as the application does not mind paying the security provider and does not need the flexibility and sovereignty of its own validator set. Notably, Interchain Security v1 was attractive to Circle, which will be releasing native USDC into the interchain from a Hub-secured asset-issuance chain as soon as Q1 2023.

Even in v1 of Interchain Security, any appchain can be a security provider if it finds a willing consumer for its security.

However, chains cannot simultaneously provide and consume security from each other in the amount of their choosing, which in v2/v3 of Interchain Security, is what will allow for the Internet of Blockchains to have shared, opt-in mesh security. In its final mesh security form, Interchain Security acts as another point of convergence between Cosmos and Ethereum, enabling the interchain to achieve a more flexible, self-sovereign version of the sort of monolithic, protocol-level security currently provided by Ethereum.Ā 

3ļø. Interchain Allocator

Broadly speaking, the Hub intends to use its well-funded treasury to continue to invest in promising ecosystem projects, driving value back to ATOM.

That treasury will be replenished predominantly with fees from the Scheduler’s synchronous blockspace auctions, and from Interchain Security payments. If the investments are made well, they will themselves return extra value to the treasury. If these revenue streams provide sufficient ongoing value to stakers, ATOM inflation will be cut to zero, a move aimed at giving ATOM sound money properties in the vein of ETH and BTC, properties which have hitherto been reserved for monolithic L1s.

If all these services are adopted as planned, the Hub can stay true to its roots as a non-extractive booster of the whole ecosystem, earning fees only to the extent that it is providing valuable services. The value-accrual mechanisms should enable ATOM to retain its value as a strong ecosystem collateral, one of the bases for decentralized interchain stablecoins

Appchains: Hubs and Outposts

For the moment, blockchain activity has settled into a number of semi-fluid ecosystems.

These zones are loosely interconnected now with a patchwork of bridges and centralized exchanges, but IBC can safely interconnect them all–though developing cost-effective light clients for some chains is still a work in progress.Ā 

Both appchains and apps on monolithic chains have been positioning themselves for an increasingly interconnected future. With ad hoc cross-chain bridging now decidedly out of favor, it makes sense for most apps toĀ adopt a hub and outpost model, rather than relying on name recognition or trying to establish a lasting technical moat while constrained by protocol-level decisions beyond their control.

This hub and outpost model can take different forms. In all its forms, the hub is the home of the appchain, running governance, holding the treasury, and coordinating among the outposts. One of the main questions going forward with IBC is how liquidity is best handled. For Osmosis, at least for the moment, it makes sense to house all of its liquidity at home and have its outposts route flows from other chains through the Osmosis blockchain. But Mars Protocol, which is working closely with Osmosis to launch its first lending outpost on Osmosis, plans for each of its outposts to have separate liquidity.

It is up to different appchains to weigh the trade-offs between splitting their liquidity, which may lead to poor execution, and the need for fully synchronous transactions, which power traders sometimes demand and which IBC cannot yet provide. That said, as the mesh security of the interchain grows, and as a market grows for synchronous blocks between chains, and as IBC develops in ways we cannot yet predict, fully synchronous interchain DeFi transactions will inevitably become available.

The Endgame

Cosmos and Ethereum have always been philosophically close, each drawing heavily on the original cypherpunk ethos for inspiration. While Ethereum set out to push the monolithic chain hypothesis as far as it would go, and Cosmos chose instead to maximize sovereign interoperability, it should perhaps not be surprising that many of their design choices have begun to converge again as they approach their Endgames.

The line between a rollup and an appchain is becoming increasingly thin, as evidenced by dYdX’s decision to move from one to the other–while holding out the possibility that they might move back to a rollup in the future (See the podcast dYdX founder Antonio Juliano on leaving Ethereum here).

Other apps are likely to spin off their own appchains, possibly while retaining Ethereum as their premier outposts.

Interoperability (of a limited, insecure sort) long ago came to Ethereum to stay: once a light client is available, Ethereum itself will be able to connect to the interchain more securely by using IBC, another sovereign, interoperable member of the broader ecosystem we all share.

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
The Gold Standard āœØļø And The USD šŸ’µ
00:02:30
IMF Admitting Crypto Is Inevitable šŸ’„

When you have the IMF Admitting crypto is inevitable, BlackRock Tokenizing the financial system, the FED hinting at ending QT, Gold doing a parabolic move & the FED hinting at renewed easing.

This isn’t coincidence.
This is strategic coordination.

OP: Vandell33

00:00:47
Listen to this... 🤯

Catherine Fitts, she just revealed that interdimensional beings are pulling the strings in this world šŸ§šŸ˜±šŸ‘½

šŸ‘‰Re-read your religious book, with interdimensional beings in mind and it will all start to make sense... šŸ˜‰

00:00:23
šŸ‘‰ 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

🚨 JOHN BOLLINGER WARNS: ā€œPAY ATTENTION SOONā€ AS CHARTS SIGNAL IMMINENT MAJOR MOVE 🚨

Veteran technical analyst John Bollinger—the creator of the Bollinger Bands indicator—has identified potential ā€œW bottomā€ patterns forming on the charts of Ether (ETH) and Solana (SOL), and advises traders to watch closely for a significant market move.

šŸ”‘ Key Points:

šŸ”¹ W Bottom Setups: Bollinger sees early signs of double-bottom (ā€œWā€) formations in both Ether and Solana, which historically signal bullish reversals and the potential for substantial price advances if confirmed.

šŸ”¹ Bitcoin Lagging—But Watch Closely: While the pattern hasn't emerged on Bitcoin’s chart yet, BTC has posted a ā€œVā€ shaped recovery after a major dip below $104,000, and now sits at the lower end of its recent range. Past market behavior suggests that similar patterns could soon develop for Bitcoin.

šŸ”¹ Historical Precedent: The last time Bollinger issued a comparable alert was July 2024—Bitcoin ...

🚨 SOLCRAVO LAUNCHES XRP SMART CONTRACTS: ENHANCING UTILITY AND YIELD FOR XRP HOLDERS 🚨

SolCravo has launched a new platform delivering smart contracts for XRP, enabling holders to earn on-chain yields and participate in automated asset management without selling or transferring their XRP.

šŸ”‘ Key Points:

šŸ”¹ Core Offering: SolCravo allows users to connect their XRP wallets and engage directly with smart contracts that automate income generation, putting their assets to work while maintaining full self-custody and control. The service is intended to be user-friendly for both new and experienced participants.

šŸ”¹ Multi-Asset Support: While focused on XRP, SolCravo's platform is multi-chain—supporting BTC, ETH, BNB, LTC, SOL, and USDT alongside XRP, making it a centralized hub for asset management and smart contract engagement for leading cryptocurrencies.

šŸ”¹ Contract Tiers: Users can select among several contract options, ranging from a $100 ā€œStarter Contractā€ to a $16,000+ ...

post photo preview

šŸ”„ BINANCE CRACKS DOWN ON BOT FARMS, BANS OVER 600 ACCOUNTS šŸ”„

Binance has taken swift and decisive action to maintain the integrity of its Binance Alpha program, permanently banning over 600 accounts for engaging in fraudulent activity.

The accounts were found to be abusing the platform's reward mechanisms using sophisticated, automated tools, commonly referred to as "bot farms."

šŸ”‘ Key Details:

šŸ”¹ Platform Targeted: Binance Alpha is a section within the Binance ecosystem (often tied to the Binance Web3 Wallet) designed to give users early access to promising, emerging crypto projects and exclusive token generation events (TGEs) through its Alpha Points system.

šŸ”¹ The Violation: The banned accounts were utilizing fraudulent automated tools (scripts, bots, and other non-manual methods) to unfairly "farm" or accumulate Alpha Points and disproportionately claim rewards, effectively cheating the system and undermining the fairness for legitimate ...

post photo preview
post photo preview
New Human Force
Join this Now! YOU have what it takes!

They are in our solar system, and in our event-stream in this Eternal Now.

Officialdom is clueless.

They think we are going to be at WAR with the Aliens.

Officialdom is very stupid.

Aliens is here. It’s not WAR. It’s Contention.

There is a difference.

Officialdom is clueless, still living in the last Millennium.

Aliens is here.

The Field in which we contend is This Eternal Now.

ALL HUMANS LIVE HERE, and ONLY HERE, in this

ETERNAL NOW.

It’s a Field of potentials, of pending Manifestation, this continuous event-stream of karma in which we have always lived our body’s Life.

This Eternal Now has always been our body’s Field of Contention.

The Aliens is here, in our Eternal Now.

Our common, shared, reality that we all continuously co-create now has Aliens.

It’s getting very complex in here.

Officialdom is clueless. They see the Aliens. They are freaking out. They think you are children, when it is their small minds, trapped in a reality that is only grit, mud, and ā€˜random chance’ who are childish.

Officialdom is stupid. They will and are reacting badly. As is their way, they are trying to hide shit from you. Silly grit bound minds don’t realize you can see everything from within the Eternal Now. They have yet to grasp that what they perceive as this Matterium, filled with ā€˜matter’, is but a hardening of our previous (past) internal states of being.

WAR happens in the Matterium.

Contention occurs within this Eternal Now where Consciousness shapes the manifesting event-stream.

YOU know this to be fact. You are a co-creator.

Contention with Aliens is happening in this instant in this Eternal Now.

Officialdom ain’t doing shit. They are still stuck in trying to move matter around to affect unfolding circumstances. That’s redoing the mirror trying to affect the reflection. Dumb fucks….

It’s up to US. To the New Humans. Those of us who live in this Eternal Now. Those of us who see that our body’s Lives (the Chain that cannot be broken) are expressions of the Ontology revealing itself to itself. It’s up to us guys.

We are not an Army. That’s a concept from the past, from before the emergence of the New Humans. We are a Force. A self-organizing collective with leadership resident in each, and every participant.

We are the New Human Force. By the time officialdom starts to speak about the Aliens in near-factual terms, we will already be engaging them in this Eternal Now.

By the time officialdom begins to move matter around (space ships & such) thinking it’s War, we will already be suffering casualties in this Eternal Now. That part is inevitable. It’s how we learn.

By the time officialdom realizes that some shit is going on in places and ways beyond its conception, we will already be pushing our dominance onto our partners in this First Contention, the Aliens. Nage cannot train without Uke.

Just as officialdom is scrambling to research the Ontology, this Eternal Now, and the event-stream, we will be settling terms with our new partners, the Aliens.

Come, join with us. It’s going to be a hellacious Contention.

We ARE the NEW HUMANS!

Together we are the Force that cannot be defeated.

Start YOUR training in this instance of this Eternal NOW.

Consume Neville Goddard videos as though all of human existence depended on YOUR mind and YOUR active, effective, imaginings!

It’s not a question of Mind over Matter as there is only Mind and it cares not for Matter. That’s residue.

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
The Great Onboarding: US Government Anchors Global Economy into Web3 via Pyth Network

For years, the crypto world speculated that the next major cycle would be driven by institutional adoption, with Wall Street finally legitimizing Bitcoin through vehicles like ETFs. While that prediction has indeed materialized, a recent development signifies a far more profound integration of Web3 into the global economic fabric, moving beyond mere financial products to the very infrastructure of data itself. The U.S. government has taken a monumental step, cementing Web3's role as a foundational layer for modern data distribution. This door, once opened, is poised to remain so indefinitely.

The U.S. Department of Commerce has officially partnered with leading blockchain oracle providers, Pyth Network and Chainlink, to distribute critical official economic data directly on-chain. This initiative marks a historic shift, bringing immutable, transparent, and auditable data from the federal government itself onto decentralized networks. This is not just a technological upgrade; it's a strategic move to enhance data accuracy, transparency, and accessibility for a global audience.

Specifically, Pyth Network has been selected to publish Gross Domestic Product (GDP) data, starting with quarterly releases going back five years, with plans to expand to a broader range of economic datasets. Chainlink, the other key partner, will provide data feeds from the Bureau of Economic Analysis (BEA), including Real Gross Domestic Product (GDP) and the Personal Consumption Expenditures (PCE) Price Index. This crucial economic information will be made available across a multitude of blockchain networks, including major ecosystems like Ethereum, Avalanche, Base, Bitcoin, Solana, Tron, Stellar, Arbitrum One, Polygon PoS, and Optimism.

This development is closer to science fiction than traditional finance. The same oracle network, Pyth, that secures data for over 350 decentralized applications (dApps) across more than 50 blockchains, processing over $2.5 trillion in total trading volume through its oracles, is now the system of record for the United States' core economic indicators. Pyth's extensive infrastructure, spanning over 107 blockchains and supporting more than 600 applications, positions it as a trusted source for on-chain data. This is not about speculative assets; it's about leveraging proven, robust technology for critical public services.

The significance of this collaboration cannot be overstated. By bringing official statistics on-chain, the U.S. government is embracing cryptographic verifiability and immutable publication, setting a new precedent for how governments interact with decentralized technology. This initiative aligns with broader transparency goals and is supported by Secretary of Commerce Howard Lutnick, positioning the U.S. as a world leader in finance and blockchain innovation. The decision by a federal entity to trust decentralized oracles with sensitive economic data underscores the growing institutional confidence in these networks.

This is the cycle of the great onboarding. The distinction between "Web2" and "Web3" is rapidly becoming obsolete. When government data, institutional flows, and grassroots builders all operate on the same decentralized rails, we are simply talking about the internet—a new iteration, yes, but the internet nonetheless: an immutable internet where data is not only published but also verified and distributed in real-time.

Pyth Network stands as tangible proof that this technology serves a vital purpose. It demonstrates that the industry has moved beyond abstract "crypto tech" to offering solutions that address real-world needs and are now actively sought after and understood by traditional entities. Most importantly, it proves that Web3 is no longer seeking permission; it has received the highest validation a system can receive—the trust of governments and markets alike.

This is not merely a fleeting trend; it's a crowning moment in global adoption. The U.S. government has just validated what many in the Web3 space have been building towards for years: that Web3 is not a sideshow, but a foundational layer for the future. The current cycle will be remembered as the moment the world definitively crossed this threshold, marking the last great opportunity to truly say, "we were early."

šŸ™ 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
US Dept of Commerce to publish GDP data on blockchain

On Tuesday during a televised White House cabinet meeting, Commerce Secretary Howard Lutnick announced the intention to publish GDP statistics on blockchains. Today Chainlink and Pyth said they were selected as the decentralized oracles to distribute the data.

Lutnick said, ā€œThe Department of Commerce is going to start issuing its statistics on the blockchain because you are the crypto President. And we are going to put out GDP on the blockchain, so people can use the blockchain for data distribution. And then we’re going to make that available to the entire government. So, all of you can do it. We’re just ironing out all the details.ā€

The data includes Real GDP and the PCE Price Index,Ā which reflects changes in the prices of domestic consumer goods and services. The statistics are released monthly and quarterly. The biggest initial use will likely be by on-chain prediction markets. But as more data comes online, such as broader inflation data or interest rates from the Federal Reserve, it could be used to automate various financial instruments. Apart from using the data in smart contracts, sources of tamperproof data šŸ‘‰will become increasingly important for generative AI.

While it would be possible to procure the data from third parties, it is always ideal to get it from the source to ensure its accuracy. Getting data directly from government sources makes it tamperproof, provided the original data feed has not been manipulated before it reaches the oracle.

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