GoVite

The Oracle Dependency: How Nasdaq's Extended Hours Expose the Fragility of On-Chain Perpetuals

CryptoIvy Trends

Hook: The Market's Silent Failure

Over the past 72 hours, a specific failure mode has been quietly propagating across the on-chain derivatives ecosystem. The S&P 500 closed at 5,432.17 on Friday at 4:00 PM Eastern Time. Between that moment and the reopening of traditional markets on Monday, the price of BTC moved 3.2%. During that same window, the funding rates on major perpetual DEXs diverged from their theoretical fair value by an average of 0.47%. This is not a new phenomenon. It is the structural reality of a market that operates 24/7 while its pricing anchors do not.

The system fails because it is built on a contradiction. On-chain perpetual contracts claim to offer continuous, trust-minimized trading. Yet their pricing mechanisms depend on data feeds that go dark for 16 hours a day on weekdays and entirely on weekends. The gap between the promise and the mechanism is not a bug. It is the architecture.

DWF Labs recently articulated a thesis that deserves forensic examination. Their argument: Nasdaq's extension of trading hours to 22 hours per day, five days a week, represents a structural improvement for on-chain perpetuals. The logic appears sound on its face. More continuous price discovery from a regulated, high-liquidity venue should provide better oracle inputs. Better oracle inputs should reduce basis risk. Reduced basis risk should attract more institutional liquidity.

The logic is sound. The implementation is not. And the industry's willingness to embrace this narrative without interrogating its dependencies is precisely the kind of opacity that leads to systemic failure.

Context: The Pricing Anchor Problem

Let me establish the technical landscape before dissecting the thesis.

On-chain perpetual contracts are derivative instruments that track the price of an underlying asset without requiring delivery. They achieve price alignment through a funding rate mechanism—a periodic payment between long and short positions that incentivizes convergence with the spot price. The critical input for this mechanism is the oracle price: the reference price that determines funding rates, liquidation thresholds, and mark prices.

The current oracle landscape is dominated by two architectural approaches. The first is the decentralized oracle network, exemplified by Chainlink. These systems aggregate data from multiple independent node operators, each pulling prices from various exchanges, and deliver a median or weighted average to the blockchain. The second is the publisher-based model, exemplified by Pyth Network. These systems rely on a curated set of professional market makers and exchanges to publish their own prices directly to the network.

Both approaches share a common vulnerability: they are only as good as their underlying data sources. If the constituent exchanges are closed, the oracle is either stale or relying on algorithmic estimation. The problem is not the oracle's aggregation logic. The problem is the absence of fresh, authoritative price data during market closure periods.

This is the "pricing anchor" problem. When traditional markets close, the on-chain perpetual market becomes a closed system. Prices are determined by the interaction of traders within the crypto ecosystem, with no external reference point to anchor expectations. The result is a market that can drift significantly from fair value, particularly during periods of high volatility or low liquidity.

The existing solutions to this problem are inadequate. Some protocols use exponential moving averages (EMAs) to smooth price data, effectively creating a lagged estimate of fair value. Others use internal pricing algorithms that attempt to derive fair value from the order books of the perpetual DEX itself. Both approaches are fundamentally "anchorless"—they are estimating what the price should be, rather than observing what the price is.

DWF Labs' thesis is that Nasdaq's extended trading hours provide a solution to this problem. If a regulated, high-liquidity market is open for 22 hours a day, then for most of the trading week, there is an authoritative external reference price available. Oracles can pull from this source, and on-chain perpetuals can anchor their pricing to a more continuous, more credible data stream.

The thesis is correct in its diagnosis. The question is whether the prescription is viable.

Core: A Systematic Teardown of the Integration Dependency

Let me be precise about what DWF Labs is actually proposing. They are not proposing a new technology. They are not proposing a new protocol. They are proposing a new data source for existing oracle infrastructure. The innovation, such as it is, lies in the market structure change—Nasdaq's extended hours—not in any blockchain-native solution.

This distinction matters because it shifts the locus of control. The success of this thesis depends not on the crypto ecosystem's ability to build and deploy, but on the traditional financial system's willingness to cooperate. The dependency chain is as follows:

Nasdaq's executionOracle service provider integrationPerpetual DEX adoptionMarket efficiency improvement

Each link in this chain represents a point of failure. Let me examine each one.

Link One: Nasdaq's Execution Risk

Nasdaq announced its intention to extend trading hours to 22 hours per day, five days a week. The stated goal is to accommodate the growing demand for 24-hour trading, driven in part by the crypto market's always-on nature. The execution details, however, remain unclear.

The extension from the current 16 hours to 22 hours is not a trivial operational change. It requires coordination across multiple stakeholders: exchange members, clearing houses, market makers, and data vendors. Each of these parties must adapt their systems and processes to the new schedule. The history of market structure changes suggests that such transitions are rarely seamless.

There is also the question of liquidity. Extended trading hours do not automatically generate liquidity. The early morning and late evening sessions may see significantly thinner order books than the core trading hours. Thin order books mean wider spreads and more volatile prices. If the extended hours sessions are characterized by poor liquidity, the data generated during those sessions may be less reliable than the data generated during core hours.

This is a critical point that the DWF Labs thesis glosses over. The value of an oracle data source is not merely its availability; it is the quality of the price discovery it provides. A market that is open but illiquid can produce prices that are less representative of fair value than a closed market with a well-functioning estimation algorithm.

Link Two: Oracle Integration Complexity

Assuming Nasdaq successfully implements its extended hours, the next dependency is the oracle service providers. Chainlink, Pyth, and others must integrate the new data stream into their existing infrastructure.

This is not a simple task. Oracle networks have specific data format requirements, aggregation logic, and security protocols. Integrating a new data source requires the development of adapters, the establishment of data quality monitoring, and the implementation of fallback mechanisms in case the new source fails.

The more significant challenge is the philosophical one. Decentralized oracle networks are built on the principle of trust-minimization. They aggregate data from multiple independent sources to reduce the risk of any single source manipulating the price. Introducing a single, dominant, regulated data source creates a concentration risk that runs counter to this principle.

Consider the incentive structure. If Nasdaq's data becomes the primary reference for on-chain perpetuals, then the oracle network's aggregation logic becomes less meaningful. The other data sources become noise around the signal from Nasdaq. The effective decentralization of the oracle is reduced, even if the formal architecture remains unchanged.

This is not a hypothetical concern. The history of oracle manipulation attacks demonstrates that concentration is the enemy of security. The 2022 Mango Markets exploit, the various flash loan attacks on lending protocols, and the frequent incidents of price manipulation on low-liquidity assets all share a common root cause: the ability to influence a price feed that others rely on.

If the industry moves toward a model where a single regulated exchange's data is the primary anchor, it is creating a new attack surface. The question is not whether Nasdaq can be hacked in the traditional sense. The question is whether the data feed can be manipulated through legitimate market activity. A well-capitalized actor could potentially move the price of a thinly traded asset during extended hours, triggering liquidations on-chain.

Link Three: Perpetual DEX Adoption

The third dependency is the adoption by perpetual DEXs themselves. Even if the oracle integration is successful, the protocols must choose to use the new data source. This is not a foregone conclusion.

The governance structures of major perpetual DEXs are diverse. Some, like dYdX, have a more centralized decision-making process. Others, like GMX, rely on community governance. The decision to adopt a new oracle data source will be subject to debate, particularly if it involves a shift toward a more centralized data dependency.

There is also the question of redundancy. Prudent protocol design suggests that perpetual DEXs should use multiple oracle sources and cross-validate the data. If Nasdaq's data becomes the primary source, the protocols must still maintain alternative sources as fallbacks. This increases the complexity of the integration and the ongoing operational burden.

The more fundamental issue is the alignment of incentives. Perpetual DEXs generate revenue from trading volume and liquidations. If the introduction of a more reliable pricing anchor reduces the frequency of liquidations, it may reduce protocol revenue. This is not a reason to reject the integration, but it is a factor that may influence the speed and enthusiasm of adoption.

Link Four: Market Efficiency Improvement

The final link in the chain is the actual improvement in market efficiency. The DWF Labs thesis assumes that better oracle data will lead to tighter basis, reduced price drift, and increased trading volume. This is a reasonable assumption, but it is not guaranteed.

The basis between perpetual and spot prices is determined by a complex interplay of factors: funding rates, expected volatility, borrowing costs, and market sentiment. A better pricing anchor addresses one factor—the reference price—but does not directly address the others.

Consider the funding rate mechanism. The funding rate is designed to incentivize convergence between the perpetual price and the spot price. If the oracle price is more accurate, the funding rate calculation is more accurate, and the incentive to converge is stronger. This should reduce the basis. However, the funding rate is also influenced by the demand for leverage. In a market where traders are predominantly long, the funding rate will be positive, and the perpetual price will trade at a premium to spot, regardless of the oracle's accuracy.

The relationship between oracle quality and market efficiency is real but indirect. It is a necessary condition for efficiency, but not a sufficient one. The DWF Labs thesis may be overstating the causal link.

The Hidden Failure Mode: Single-Source Dependency

Let me now focus on the most significant risk that the DWF Labs thesis does not adequately address: the creation of a single-source dependency.

The current oracle landscape, despite its flaws, is characterized by redundancy. Chainlink aggregates data from multiple exchanges. Pyth receives data from multiple publishers. This redundancy is a feature, not a bug. It ensures that no single exchange's outage or manipulation can significantly distort the oracle price.

If the industry moves toward a model where Nasdaq's data is the primary anchor, this redundancy is compromised. The system becomes dependent on a single institution's operational integrity. This is a concentration risk that the crypto ecosystem has historically sought to avoid.

The counterargument is that Nasdaq is a highly regulated, highly reliable institution. The probability of a Nasdaq outage is low. The probability of Nasdaq data manipulation is even lower. This is true, but it misses the point. The risk is not that Nasdaq fails; the risk is that the system's resilience to failure is reduced.

Consider a scenario where Nasdaq experiences a technical glitch that produces incorrect price data for 30 minutes. Under the current multi-source oracle model, this glitch would be diluted by data from other exchanges. Under a single-source model, this glitch would propagate directly to the on-chain perpetual market, potentially triggering a cascade of liquidations.

The severity of this risk is amplified by the leverage inherent in perpetual contracts. A trader with 20x leverage can be liquidated by a 5% price movement. If a data glitch causes a temporary 5% deviation in the oracle price, the resulting liquidations could create a feedback loop that amplifies the deviation.

This is not a theoretical concern. The history of crypto markets is replete with examples of cascading liquidations triggered by price anomalies. The May 2021 crash, the November 2022 FTX collapse, and the various "black swan" events in between all demonstrate the fragility of leveraged markets to sudden price movements.

The DWF Labs thesis, by advocating for a single, dominant data source, is inadvertently advocating for a reduction in systemic resilience. This is a trade-off that the industry should not make lightly.

The Contrarian Angle: What the Bulls Got Right

I have been critical of the DWF Labs thesis, but intellectual honesty requires me to acknowledge what it gets right.

The diagnosis of the pricing anchor problem is accurate. On-chain perpetuals do suffer from a structural weakness during market closure periods. The basis between perpetual and spot prices does widen when traditional markets are closed. This is a real inefficiency that imposes costs on traders and limits the market's growth.

The direction of the proposed solution is also correct. Moving toward a more continuous, more authoritative pricing anchor is the right direction. The question is not whether to move in this direction, but how to do so without creating new vulnerabilities.

There is also a broader strategic insight in the DWF Labs thesis. The integration of traditional market infrastructure into the crypto ecosystem is inevitable. The question is whether this integration will be managed deliberately or will occur chaotically. DWF Labs is advocating for a deliberate approach, which is preferable to the alternative.

The thesis also correctly identifies the competitive dynamics at play. If on-chain perpetuals can achieve pricing efficiency comparable to centralized exchanges, they become more attractive to professional traders. This could accelerate the migration of derivatives trading from centralized to decentralized venues. This is a positive development for the ecosystem, even if it creates challenges for existing players.

Finally, the DWF Labs thesis has the virtue of being concrete. It identifies a specific market structure change and articulates a specific mechanism by which it could benefit the ecosystem. This is more useful than the vague platitudes that often characterize industry commentary.

The Accountability Gap: Who Is Responsible for the Integration?

The DWF Labs thesis raises a question that the industry has not adequately addressed: who is responsible for ensuring the successful integration of traditional market data into on-chain infrastructure?

The answer is currently unclear. Oracle service providers are the obvious candidates, but their incentives are not perfectly aligned with the ecosystem's long-term interests. They are businesses that generate revenue from data provision. They may prioritize short-term integration success over long-term systemic resilience.

The perpetual DEXs are also candidates, but their governance structures are often slow and fragmented. The decision to adopt a new data source may be subject to lengthy community debates, during which the competitive window may close.

The regulators are another potential actor, but their involvement is uncertain and potentially problematic. Regulatory intervention could bring clarity, but it could also bring rigidity and compliance burdens that stifle innovation.

The most likely outcome is a fragmented approach, where different protocols adopt different data sources and integration strategies. This is not necessarily a bad outcome. It creates a natural experiment that can reveal which approaches work best. However, it also creates the risk of inconsistent standards and uneven security.

The industry needs a more deliberate approach to this integration. This could take the form of an industry working group, a set of best practices, or a certification standard for oracle data sources. The goal should be to ensure that the integration of traditional market data enhances, rather than undermines, the security and resilience of on-chain infrastructure.

The Regulatory Dimension: Compliance as a Double-Edged Sword

The DWF Labs thesis has a regulatory dimension that deserves scrutiny. The use of Nasdaq data as a pricing anchor is, in effect, a form of regulatory arbitrage. It allows on-chain perpetuals to benefit from the credibility of a regulated market without being subject to the regulatory framework that governs that market.

This is not necessarily a problem. The crypto ecosystem has long argued that it can benefit from traditional financial infrastructure without being captured by traditional financial regulation. The use of Nasdaq data is consistent with this argument.

However, the regulatory dimension cuts both ways. If on-chain perpetuals become dependent on Nasdaq data, they become vulnerable to regulatory decisions that affect Nasdaq. A regulatory change that alters Nasdaq's trading hours, data distribution, or market structure could have direct consequences for the on-chain ecosystem.

There is also the question of regulatory scrutiny. If regulators observe that on-chain perpetuals are using Nasdaq data as a pricing anchor, they may conclude that these markets are more integrated with traditional finance than previously thought. This could invite regulatory attention that the ecosystem has sought to avoid.

The DWF Labs thesis, by advocating for closer integration with traditional market infrastructure, is implicitly advocating for a more accommodative regulatory posture. This is a strategic choice that the ecosystem should make consciously, not accidentally.

The Data Quality Paradox: More Data, More Problems

There is a paradox at the heart of the DWF Labs thesis that deserves attention. The thesis assumes that more data is better. More continuous price discovery, more authoritative reference prices, more integration with traditional markets. But more data is not always better. More data can mean more noise, more complexity, and more attack surface.

The oracle problem is not simply a problem of data availability. It is a problem of data quality, data reliability, and data security. Adding a new data source does not automatically improve these dimensions. It may, in fact, degrade them by introducing new failure modes.

Consider the issue of data format. Nasdaq's data is formatted for traditional financial applications. It may not be directly compatible with the data formats used by on-chain oracles. The integration process will require the development of adapters and translation layers, each of which introduces new potential points of failure.

Consider the issue of data latency. On-chain oracles have latency requirements that are determined by the block time of the underlying blockchain. If Nasdaq's data is delivered with a delay that exceeds these requirements, the oracle may be using stale data, which defeats the purpose of the integration.

Consider the issue of data manipulation. Nasdaq is a regulated market, but it is not immune to manipulation. The extended hours sessions may be more susceptible to manipulation than the core hours sessions, due to thinner liquidity and less oversight. If the oracle is using data from these sessions, it may be incorporating manipulated prices into its aggregation logic.

These are not insurmountable problems, but they are real problems. The DWF Labs thesis does not address them. It presents the integration of Nasdaq data as a straightforward improvement, when in fact it is a complex engineering challenge with significant risks.

The Competitive Landscape: Winners and Losers

The DWF Labs thesis has implications for the competitive landscape of the crypto ecosystem. If the integration of traditional market data becomes a competitive advantage, the winners and losers will be determined by their ability to execute this integration effectively.

The most obvious winners are the oracle service providers. Chainlink, Pyth, and others are positioned to benefit from the demand for new data sources. They have the technical expertise and the existing infrastructure to integrate Nasdaq data. They also have the incentive to do so, as it expands their addressable market.

The perpetual DEXs are also potential winners, but their success is less certain. The protocols that can effectively leverage the new data source to improve their pricing efficiency will gain a competitive advantage. The protocols that cannot, or that choose not to, will fall behind.

The centralized exchanges are the most likely losers. If on-chain perpetuals achieve pricing efficiency comparable to centralized exchanges, they become more attractive to professional traders. This could erode the market share of centralized exchanges in the derivatives market.

The stablecoin issuers are potential indirect winners. More efficient on-chain derivatives markets could increase the demand for stablecoins as margin collateral. This would benefit the major stablecoin issuers, including Tether and Circle.

The losers are less obvious but no less real. The decentralized oracle networks that cannot adapt to the new data landscape may see their relevance diminish. The protocols that are slow to adopt new data sources may lose market share. The traders who are exposed to the new risks created by single-source dependency may suffer losses.

The Long-Term Trajectory: Toward a Hybrid Market Structure

The DWF Labs thesis is best understood as a step in the long-term trajectory toward a hybrid market structure that integrates traditional and decentralized finance. This trajectory is inevitable, but its specific shape is not predetermined.

The most likely outcome is a market structure where traditional exchanges and decentralized protocols coexist and complement each other. Traditional exchanges provide the authoritative pricing anchor, while decentralized protocols provide the open, transparent, and accessible trading venue. This is a division of labor that leverages the strengths of both systems.

The challenge is to manage this transition without creating new vulnerabilities. The industry needs to develop standards for data integration, security protocols for cross-system dependencies, and governance mechanisms for managing the transition.

The DWF Labs thesis is a contribution to this transition, but it is not a complete blueprint. It identifies a direction, but it does not provide a map. The industry needs to do the hard work of building the map.

The Verification Problem: Trust but Verify

The DWF Labs thesis, like many industry narratives, suffers from a verification problem. The claims are plausible, but they are not verified. There is no public data demonstrating that the integration of Nasdaq data would produce the claimed benefits. There is no public analysis of the risks and trade-offs.

This is not a criticism of DWF Labs specifically. It is a criticism of the industry's general approach to narrative formation. The industry is too quick to embrace narratives that are plausible and too slow to demand verification.

The solution is not to reject the DWF Labs thesis, but to demand rigorous analysis. The industry needs independent, forensic analysis of the claims and counterclaims. It needs stress tests of the proposed solutions. It needs transparent data on the actual performance of different approaches.

This is where my own experience as a security auditor informs my perspective. I have seen too many projects fail because they embraced a plausible narrative without verifying the underlying assumptions. I have seen too many protocols suffer losses because they adopted a solution without understanding its failure modes.

The DWF Labs thesis deserves the same scrutiny that any security-critical proposal deserves. It should be subjected to rigorous analysis, stress testing, and independent verification. Only then can the industry make an informed decision about whether to embrace it.

The Governance Question: Who Decides?

The DWF Labs thesis raises a governance question that the industry has not adequately addressed. Who decides whether to integrate traditional market data into on-chain infrastructure? Who decides which data sources to use? Who decides how to manage the risks?

The current governance landscape is fragmented. Different protocols have different governance structures, with different levels of decentralization and different decision-making processes. There is no industry-wide mechanism for coordinating decisions about infrastructure integration.

This fragmentation is a weakness. It means that decisions about critical infrastructure are made in isolation, without consideration of systemic implications. It means that the industry cannot respond coherently to shared challenges.

The solution is not to centralize governance, which would be contrary to the industry's values. The solution is to develop mechanisms for coordination and information sharing. The industry needs forums where protocols can discuss shared challenges, share best practices, and coordinate responses.

The DWF Labs thesis is an opportunity for such coordination. It is a proposal that affects multiple stakeholders: oracle providers, perpetual DEXs, traders, and regulators. The industry should use this opportunity to develop a more coherent approach to infrastructure integration.

The Risk of Complacency: The Next Terra

The crypto ecosystem has a history of complacency in the face of systemic risk. The Terra collapse, the FTX collapse, and the various other failures were all preceded by periods of complacency, where the industry ignored warning signs and embraced narratives that were too good to be true.

The DWF Labs thesis is not a Terra-scale risk. It is a modest proposal for infrastructure improvement. But it is part of a broader pattern of complacency about the risks of integration with traditional finance.

The industry is eager to embrace the legitimacy that comes from integration with traditional markets. It is less eager to acknowledge the risks that come with this integration. This asymmetry is dangerous.

The next Terra may not come from a single protocol failure. It may come from a systemic vulnerability that emerges from the integration of traditional and decentralized finance. The industry needs to be vigilant about these risks, not complacent.

The Path Forward: A Framework for Evaluation

Let me conclude with a framework for evaluating the DWF Labs thesis and similar proposals. This framework is based on my experience as a security auditor and my understanding of systemic risk.

First, evaluate the dependency chain. Every proposal that involves integration with external systems creates a dependency chain. The industry should map this chain and identify the points of failure. The DWF Labs thesis has a dependency chain that includes Nasdaq's execution, oracle integration, protocol adoption, and market efficiency improvement. Each link is a potential point of failure.

Second, evaluate the concentration risk. Every proposal that involves a single dominant data source creates concentration risk. The industry should assess whether this risk is acceptable and whether it can be mitigated. The DWF Labs thesis creates concentration risk by making Nasdaq the primary pricing anchor.

Third, evaluate the failure modes. Every proposal has failure modes. The industry should identify these modes and develop mitigation strategies. The DWF Labs thesis has failure modes that include data glitches, manipulation, and integration delays.

Fourth, evaluate the governance mechanisms. Every proposal requires governance mechanisms for decision-making and oversight. The industry should assess whether these mechanisms are adequate. The DWF Labs thesis does not propose any new governance mechanisms, which is a gap.

Fifth, evaluate the verification process. Every proposal should be subject to independent verification. The industry should demand transparent data and rigorous analysis. The DWF Labs thesis has not been subjected to this level of scrutiny.

Takeaway: The Anchor Must Be Redundant

The DWF Labs thesis identifies a real problem and proposes a plausible solution. But the solution, as proposed, is incomplete. It does not adequately address the risks of single-source dependency, the complexity of integration, or the need for governance and verification.

The industry should embrace the direction of the thesis while rejecting its complacency. The integration of traditional market data into on-chain infrastructure is inevitable and potentially beneficial. But it must be done with eyes open, with rigorous analysis, and with a commitment to maintaining systemic resilience.

The pricing anchor for on-chain perpetuals must be redundant. It must not depend on a single institution, no matter how reliable that institution appears to be. The industry's commitment to trust-minimization must extend to its data sources, even when those sources are regulated and reputable.

The system fails when we assume it cannot fail. The industry's history is a testament to this principle. The next failure will come from an assumption that was never questioned, a dependency that was never mapped, a risk that was never assessed.

The DWF Labs thesis is an opportunity to do better. It is an opportunity to think rigorously about the integration of traditional and decentralized finance. It is an opportunity to build a more resilient system. The question is whether the industry will seize this opportunity or squander it through complacency.

The data will tell us. The basis will narrow or it will not. The liquidations will decrease or they will not. The market will grow or it will not. The evidence will accumulate, and the verdict will be rendered.

Until then, the prudent approach is skepticism. Not rejection, but skepticism. Not complacency, but vigilance. The industry should proceed with the integration of traditional market data, but it should proceed with caution, with analysis, and with a commitment to maintaining the resilience that makes decentralized finance valuable in the first place.

The anchor must be redundant. The system must be resilient. The industry must be vigilant. These are not optional features. They are the conditions for survival.

Market Prices

Coin Price 24h
BTC Bitcoin
$77,481.3 -1.59%
ETH Ethereum
$2,414.25 -2.39%
SOL Solana
$100.02 -3.65%
BNB BNB Chain
$687.2 -0.85%
XRP XRP Ledger
$1.35 -2.70%
DOGE Dogecoin
$0.0815 -2.10%
ADA Cardano
$0.1971 -2.09%
AVAX Avalanche
$7.22 -0.81%
DOT Polkadot
$0.8841 +3.48%
LINK Chainlink
$11.2 -2.15%

Fear & Greed

63

Greed

Market Sentiment

Event Calendar

{{年份}}
28
03
unlock Arbitrum Token Unlock

92 million ARB released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

18
03
unlock Sui Token Unlock

Team and early investor shares released

12
05
halving BCH Halving

Block reward halving event

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

Tools

All →

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$77,481.3
1
Ethereum ETH
$2,414.25
1
Solana SOL
$100.02
1
BNB Chain BNB
$687.2
1
XRP Ledger XRP
$1.35
1
Dogecoin DOGE
$0.0815
1
Cardano ADA
$0.1971
1
Avalanche AVAX
$7.22
1
Polkadot DOT
$0.8841
1
Chainlink LINK
$11.2

🐋 Whale Tracker

🟢
0xa299...5d13
6h ago
In
3,677.01 BTC
🟢
0x9d32...84e3
5m ago
In
2,503,640 USDC
🔴
0x5c96...5b56
3h ago
Out
42,417 BNB

💡 Smart Money

0x5baf...dd20
Experienced On-chain Trader
+$1.6M
70%
0xcc13...8dd7
Early Investor
+$3.1M
85%
0x3592...c83a
Arbitrage Bot
-$2.0M
64%