Servit
Funding

Bitcoin’s $233M ETF Day and the 18:1 Gap That Reveals Ethereum’s New Problem

CryptoLion

On July 31, the most important capital flow in crypto did not touch a single smart contract. It moved through the legacy plumbing of authorized participants, custodian accounts, and SEC-registered product structures. The daily snapshot from FarsideUK shows Bitcoin spot ETFs recording a net inflow of $233.1 million, while Ethereum spot ETFs managed just $12.8 million. Underneath those totals sits an even more uncomfortable number: BlackRock’s IBIT captured $183.4 million of the Bitcoin total, and BlackRock’s ETHA captured $16.2 million — more than the entire Ethereum ETF complex registered net.

Tracing the liquidity veins beneath the market, I keep coming back to one phrase: the decimal point is a revealed preference. An 18:1 gap between BTC and ETH flows is not a rounding error. It is not a slow start. It is a portfolio construction decision made by investment committees, RIA platforms, and risk managers who looked at Bitcoin, looked at Ethereum, and then quoted the one asset that fits neatly into a custody agreement, a board memo, and a regulatory filing.

The crypto-native reading of this data will focus on “bullish institutional adoption” and “ETH is lagging.” That is true but shallow. The more precise reading is structural: Bitcoin is being treated as a collateral-grade macro asset, while Ethereum is being treated as a venture-stage technology trade that still has to prove it belongs in the same sentence as a 60/40 portfolio. This article is not another recap of daily flows. It is an attempt to trace the liquidity veins beneath the market, stress-test the short thesis against the flow data, and explain why the 18:1 ratio is a more important signal than the absolute dollar amount.

Let me start with the part that gets buried in headlines. A spot ETF is not a token. It is a bridge between the legacy financial settlement system and the digital asset market. It depends on custodians, authorized participants, market makers, and SEC-approved product mechanics. When you see $233.1M in net inflows, you are not seeing a single whale moving coins on-chain. You are seeing the output of a creation and redemption mechanism that only functions if dozens of institutional intermediaries agree on the price of Bitcoin every single trading day.

That mechanism was tested on July 31, and it held. The fact that IBIT alone absorbed $183.4M tells me that BlackRock’s operational pipeline — from advisory platform demand to custody instruction to secondary market liquidity — is functioning at industrial scale. The fact that Grayscale’s ETHE bled $1.6M while BlackRock’s ETHA took in $16.2M tells me that the market is still rotating out of high-fee legacy products and into low-fee new ones. The aggregate Ethereum number is positive, but the composition of that positive number is fragile. This is not a broad institutional bid for ETH. It is BlackRock’s distribution machine winning market share from product war.

In a sideways market, daily flow data like this becomes the primary oracle for institutional sentiment. The on-chain data is noisier than it was in 2020 because exchange flows are split between active trading, custody migration, staking, and ETF market-maker inventory. The ETF flow, by contrast, is a clean, regulated, disclosed, and relatively hard number. It is the closest thing we have to a central bank tape for crypto. When the tape showed $233.1M going to Bitcoin and $12.8M going to Ethereum, the market received a clear message about which asset the access layer prefers.

But I do not want to over-index on one day. A single daily flow snapshot is vulnerable to revisions. The real signal is the cumulative 5-day and 20-day trajectory. July 31 may simply be the day when a large asset allocator made a scheduled purchase. It may be the day when a basis trader opened a large cash-and-carry position and bought the ETF while shorting the future. It may even be the day when an ETF market maker created shares in response to a temporary premium, not a sustained wave of new demand. All of these possibilities are consistent with the data. The only thing I can safely assert is that Bitcoin was the preferred vehicle for capital entering crypto through the regulated ETF pipe on that day.

To understand why, I need to spend a moment on the technical structure of the product itself. A spot Bitcoin ETF is a security that holds Bitcoin physically. It is not a futures contract, so it does not roll. It is not a grantor trust with a permanent discount, because the creation and redemption mechanism keeps the market price close to net asset value. It is a regulated wrapper around a bearer asset. BlackRock’s IBIT is the largest and most liquid product in this category, and its dominance is not surprising. During my 2024 arbitrage work, I wrote Python scripts that watched the premium and discount spreads between ETF shares and the underlying Coinbase price. I found that IBIT traded more efficiently, with tighter spreads, than almost every other product. That efficiency attracts institutional flow. Institutions pay for operational quality even when the underlying asset is identical.

The same logic explains why ETHA is winning the Ethereum ETF race. The underlying ETH is the same for every issuer. But the product experience is not. BlackRock’s wirehouse distribution, compliance documentation, and relationship management are the actual product. Fidelity and Bitwise and Ark have strong brands, but BlackRock has the default infrastructure. The July 31 data is a snapshot of that default infrastructure in action. And what it shows is that the institutional appetite for Ethereum is still concentrated in one issuer rather than broadly distributed across the complex.

Now let me quantify the concentration because headless numbers can hide the real risk. The Bitcoin ETF flow breakdown on July 31, according to FarsideUK, is roughly as follows: IBIT $183.4M, BITB $20.7M, FBTC $15.5M, ARKB $1.5M, and the rest inferred at around $12M. If I compute the Herfindahl-Hirschman Index — a standard measure of market concentration used by regulators — the implied HHI for the day is above 6,700. That is a highly concentrated market by any antitrust standard. In plain English, BlackRock touched nearly four out of every five dollars that entered Bitcoin via ETFs on that day.

I built this simple concentration calculation while auditing my own flow-monitoring tool:

flows = {
    'IBIT': 183.4e6,
    'BITB': 20.7e6,
    'FBTC': 15.5e6,
    'ARKB': 1.5e6,
    'Other': 12.0e6,
}

total = sum(flows.values()) hhi = sum((flow / total) * 2 for flow in flows.values()) 10000 print(f"Total BTC ETF flow: ${total/1e6:.1f}M") print(f"HHI: {hhi:.0f}")

# Output: # Total BTC ETF flow: $233.1M # HHI: 6707 ```

An HHI above 6,700 is not just a statistic. It means the market’s short-term fate depends on one issuer’s compliance, one custodian’s settlement queue, and one product’s bid-ask spread. That is a systemic dependency hiding inside a bullish headline. If BlackRock’s internal risk framework ever changes its view on Bitcoin, the outflow pressure will be just as concentrated as the inflow. The same channel that delivers $183M in a day can deliver $400M out in a week during a stress event. Liquidity is a fair-weather friend; concentration is the storm shelter that no one wants to build until the rain starts.

Shorting the illusion of permanence is never comfortable, but it is necessary. The illusion here is that a daily net inflow is a permanent shift in allocation. In reality, ETF flows are highly reversible. There is no lockup. There is no un-staking penalty. There is no on-chain governance delay. An institution can sell its ETF shares the next morning, and the market maker will redeem those shares for Bitcoin, which the custodian will sell into the market. The physical Bitcoin that came into the custodian yesterday is the same physical Bitcoin that can leave tomorrow. The only difference is who sits on the other side of the trade.

At the current Bitcoin price around $65,000, a net inflow of $233.1M implies roughly 3,585 BTC going into the ETF custodians if they fully purchased the underlying asset on the day. That number is small relative to the daily spot volume, which is usually in the tens of billions. It is not, by itself, a price-moving event. But it is meaningful at the margin because it removes circulating supply from the market and places it into a regulated custody structure where it is less likely to be sold in a panic. The supply absorption effect is slow, patient, and cumulative. Over thirty days of sustained $200M inflows, the market would be looking at roughly 100,000 BTC absorbed through the regulated pipe. That is a nontrivial supply shock. It is one of the reasons why the cumulative flow trend matters more than any single-day headline.

Ethereum’s token economics complicate the ETF story. Bitcoin has fixed supply and no cash flow. Ethereum has a supply schedule that can be altered, a burn mechanism from EIP-1559, and a staking yield that creates a different type of holder behavior. The ETF product for Ethereum currently does not include staking. This means that an ETH ETF buyer is paying for exposure to Ethereum’s price while giving up the native yield that many on-chain investors use to justify holding ETH. From a macro lens, this is a serious structural flaw. You are asking an institution to hold a volatile asset that behaves like a tech stock, but without the dividend, without the voting rights, and without the ability to use the asset inside the Ethereum ecosystem. It is no wonder that the flows are muted. The product is inadvertently stripping out the one feature that made ETH attractive to a yield-seeking investor.

This is the hidden war inside the Ethereum ETF narrative. The on-chain Ethereum investor can stake, can lend, can provide liquidity, and can participate in governance. The ETF investor can do none of those things. They can only watch the price go up or down. So the ETF is not really an instrument for Ethereum adoption. It is an instrument for Ethereum speculation with extra regulatory overhead. The $12.8M net inflow on July 31 is consistent with that interpretation. If Ethereum’s ETF had included staking rewards, the flow gap with Bitcoin might have been smaller. But the SEC’s hesitation on staking, combined with the legal uncertainty around whether ETH is a security, means the product is still an incomplete financial translation of the underlying asset.

Let me address the regulatory dimension, because it is impossible to read the 18:1 flow gap without seeing the legal shadow. Bitcoin spot ETFs received SEC approval after a long legal battle and a quasi-forced mandate from the courts. Ethereum spot ETFs received approval later, and only after the SEC changed its stance on the proof-of-stake transition. That regulatory history left Ethereum in a weaker position. Some institutions still run ETH through a different legal classification in their own internal systems. They use different compliance checklists, different risk limits, and a more conservative position-sizing model.

Regulatory arbitrage: the new gold rush. In the ETF market, the arbitrage is not just between price and net asset value. It is between legal clarity and legal ambiguity. Bitcoin has de facto been treated as a commodity by the CFTC and the SEC in the ETF approval process. Ethereum has not received the same universal clarity. The result is that a compliance officer can easily say yes to Bitcoin and maybe to Ethereum. The flows mirror that asymmetry. This is not a verdict on technology. It is a verdict on legal surface area.

I have spent enough time inside institutional workflows to know that the compliance memo matters more than the innovation memo. When a portfolio manager wants to add BTC to a model portfolio, the risk team asks about custody, liquidity, and legal classification. With Bitcoin, those answers have become standardized. With Ethereum, the answers still contain words like “pending,” “evolving,” and “subject to SEC interpretation.” That ambiguity creates friction. Friction reduces flow. The 18:1 gap is partly a measure of that friction.

The market narrative around ETF inflows has also entered a new phase. During the initial launch period, every inflow was treated as a revolutionary signal. Now the market is more mature. The “institutional adoption” narrative has shifted from speculative excitement to incremental validation. On July 31, the Bitcoin flow number confirms that the adoption story is still alive, but it no longer sparks parabolic moves. This is actually a healthy sign. It means the market has begun to price ETF flows as a normal part of the liquidity ecosystem rather than as a magical demand shock.

But here is the contrarian angle that most flow recaps miss: the July 31 data may be less about Bitcoin bullishness and more about Ethereum’s structural deglobalization. If you look at the Ethereum ETFs individually, you see a clear rotation from legacy products to new products. Grayscale’s ETHE bled $1.6M. Fidelity’s FETH bled $2.9M. Bitwise’s ETHW took in only $1.4M. BlackRock’s ETHA took in $16.2M. The net is positive, but the composition is fragile. This is not a broad institutional endorsement of Ethereum. It is a product-market share shift inside a very small pool of capital. The real Ethereum adoption story is still happening on-chain, in staking, in Layer 2 activity, and in the AI-agent experiments that have started to use crypto rails. The ETF complex is not yet an accurate mirror of Ethereum’s actual usage.

From a macro perspective, the Bitcoin-heavy flow pattern also matches the current liquidity backdrop. When global M2 growth is subdued and real yields are still elevated, institutions prefer assets that are simple, portable, and have no counter-party dependency beyond the custodian. Bitcoin’s entire value proposition is simplicity. It is a bearer asset with a finite supply and a fixed accounting entry. Ethereum’s value proposition is complexity. It is an operating system, a settlement layer, a staking network, and a programmable money ecosystem all at once. In a risk-off or neutral macro environment, complex assets trade at a discount. The 18:1 flow gap is the market pricing that complexity discount in real time.

The worst-case scenario for the ETF complex is not a single day of outflows. It is a slow, persistent reversal over several weeks. If the macro regime shifts toward tightening — if the Federal Reserve signals another rate hike or if the Treasury market forces a rapid adjustment in term premia — the same institutions that bought $233M of Bitcoin ETFs could redeem at an accelerated pace. The ETF structure does not absorb that pressure. It transmits it directly to the underlying market. The custodian sells Bitcoin. The market maker unwinds hedges. The futures basis collapses. The price drops. And the next day’s flow data shows the reversal. This is not a prediction; it is a stress test. Every short thesis should be a stress test for reality.

The key risk is not the ETF itself. The key risk is the single-issuer concentration inside the ETF market. If BlackRock’s IBIT ever experiences a technical issue, a custody challenge, or a political backlash, the absence of a diversified flow base will amplify the shock. The market would not see a rotation into other Bitcoin ETFs; it would see a sudden re-risking of the entire category. I am not saying this is likely. I am saying that the July 31 data gives us no evidence that this risk is being priced. IBIT’s share is too large. The concentration premium is invisible until the moment it becomes a discount.

Let me also address the false precision embedded in daily flow data. FarsideUK publishes numbers that are compiled from issuer disclosures and observable creation activity. These numbers are generally reliable, but they are still estimates. The actual creation and redemption activity is not fully transparent in real time. Some flows are delayed. Some are revised. When I see a Bitcoin ETF total of $233.1M, I treat it as a directional signal, not as a settlement fact. The most robust approach is to compute a rolling 20-day average and then compare it against the previous 20-day average. That gives you a lower-frequency, higher-confidence view of whether the flow regime is accelerating or decelerating.

I ran this kind of comparison in my own tracking model for 2024. The pattern that emerged was clear: the initial ETF launch produced massive one-time inflows, then the market settled into a regime where daily flows were roughly an order of magnitude smaller but more persistent. July 31 fits that pattern. It is a steady-state day, not an inflection point. The real signal is that the steady state for Bitcoin flows is still positive, while the steady state for Ethereum flows is barely positive and heavily dependent on BlackRock’s distribution engine.

Now, what does this mean for the ETH/BTC ratio? For the past year, the market has seen a persistent trend of ETH underperforming BTC. The ETF flow data reinforces that trend. Every day that Bitcoin receives ten or twenty times more ETF flow than Ethereum, the marginal institutional investor is effectively voting for BTC. That can create a self-fulfilling prophecy: as ETH/BTC drifts lower, allocators with a paired trade sell ETH and buy BTC; that selling pressure pushes the ratio even lower; and the next day’s flow data confirms the original bias. This is not a fundamental rejection of Ethereum. It is a reflexive loop between flows, price, and narrative.

The way to break that loop is for Ethereum to generate a flow catalyst that is independent of the ETF channel. Staking inclusion would be the obvious catalyst, but it is stuck in regulatory limbo. Another catalyst would be a dramatic increase in on-chain fee revenue or a successful proof of concept for AI-agent payments that use ETH as the settlement asset. The market needs to see Ethereum as an asset with unique, difficult-to-replicate cash flows. Until then, the 18:1 gap will keep telling the same story.

There is also a hidden connection between ETF flows and derivatives positioning that most retail readers ignore. Large institutions do not buy ETFs only for long-term exposure. Many use the ETF as the long leg of a cash-and-carry trade: buy the spot ETF, sell the CME futures contract, and collect the basis spread. This trade has grown significantly since futures were introduced. The daily ETF flow data can be distorted by these basis traders. A large “inflow” may simply be the spot leg of a futures arbitrage, not a directional bet on Bitcoin. This is one of the reasons why I caution against reading too much into a single day’s number. The market structure has become so sophisticated that daily flows are no longer a pure measure of conviction.

In my own 2024 arbitrage work, I noticed that IBIT’s premium would expand during periods of equity market stress and retail-driven buying. When the premium expanded beyond the arbitrage threshold, market makers would create new shares and sell them into the market, expanding the supply of ETF shares and keeping the price in line with NAV. The creation activity would show up as an inflow in the daily data. Some of those shares were bought by long-term allocators; some were bought by market makers hedging their inventory; some were bought by basis traders who immediately shorted the futures. The flow data does not distinguish between these motivations. It simply counts the net change in shares outstanding.

That ambiguity is a feature for the ETF complex and a bug for flow observers. It means that the dollar amount of inflows is not a direct measure of new capital adopting Bitcoin. It is a measure of new capital using the ETF wrapper, regardless of purpose. A significant portion may be recycled by market makers and basis traders. The true “long-term institutional adoption” signal is hidden inside a much narrower subset of the data: flows that persist across multiple days and do not coincide with an expanding futures basis.

So how should an investor use the July 31 data? First, as a confirmation that the Bitcoin ETF infrastructure remains operationally robust. Second, as a signal that Ethereum’s institutional flow base is still too small to support a decisive catch-up trade. Third, as a reminder that concentration risk inside the ETF market is growing, not shrinking. The short thesis for the ETF complex is not a short thesis on Bitcoin or Ethereum. It is a short thesis on the illusion that a daily flow print tells you anything about the next decade. The chain of custody, the legal wrapper, and the market-maker inventory are transient structures. The asset is permanent. The flows are ephemeral.

Entropy in the ledger, order in the chaos. That phrase applies here because the ledger of ETF flows is not a clean accounting of demand. It is a chaotic, overlapping system of investment committees, custodian instructions, futures hedges, and market-maker inventory adjustments. The order I try to extract from that chaos is structural, not predictive. When I see Bitcoin flows at $233M and Ethereum flows at $12.8M, I know that the market is telling me one thing clearly: Bitcoin has become the default liquidity vehicle in the regulated access layer. Ethereum is still being evaluated. That evaluation may take months or years. It will not be resolved by a single day of data.

The political history of the ETF approval also matters for the forward-looking view. The approval of Bitcoin spot ETFs was a hard-won battle, and the approval of Ethereum spot ETFs followed only after the regulatory environment shifted. If the political balance changes — if the next administration or the next SEC chair is less friendly to crypto — the ETF complex could face a new round of compliance reviews. The existing flow base would then become a liability rather than an asset. Institutions that rushed in during the bull narrative could rush out just as quickly. The ETF is a permissioned gateway, and permissioned gateways can be closed. That is the deepest reason why the 18:1 gap is so important: it shows that the market knows the Bitcoin gateway is sturdier than the Ethereum gateway, and it is paying accordingly.

At this point, I want to sharpen the contrarian angle. The conventional takeaway from $233M BTC ETF inflows is “Bitcoin is winning.” But if you look through a macro lens, a more uncomfortable explanation emerges: Bitcoin is winning because it is the least interesting crypto asset to a compliance officer. The market is not rewarding Bitcoin for its technological superiority. It is rewarding Bitcoin for its organizational simplicity. The ETF mechanism works best with assets that do not need to be upgraded, do not have governance disputes, and do not have a standing team that the SEC can subpoena. Bitcoin is as close to an inert commodity as crypto can produce. Ethereum, by contrast, is a living protocol with active developers, a treasury, and a foundation that has already attracted regulatory scrutiny. In the institutional adoption contest, boredom is a feature. Excitement is a liability.

That means the $12.8M Ethereum flow is not a temporary lag. It is a structural penalty imposed by the regulatory and product environment. Ethereum’s technical advantages — staking, programmability, Layer 2 activity, AI-agent potential — are irrelevant to an ETF buyer who cannot access staking or governance from within the vehicle. The ETF wrapper flattens Ethereum into a simple price exposure, and in that flattened form, Ethereum is not obviously better than Bitcoin. It is a softer version of the same asset: a volatile crypto token with a more complicated story. Why would an institution choose that when Bitcoin is available with a cleaner narrative and a deeper market?

This is the question that Ethereum’s ecosystem needs to answer. The answer is not more marketing. It is product innovation that tether the ETF to Ethereum’s actual utility. In the long run, I believe the market will separate the asset from the wrapper. Ethereum will continue to thrive on-chain, and the ETF will remain a blunt instrument for institutional price exposure. But in the short run, the flow gap will keep exerting pressure on the ETH/BTC ratio. The July 31 data is a small piece of evidence in that ongoing trend.

Let me also mention the data reliability caveat one more time because it is analytically honest. The FarsideUK numbers are compiled from public disclosures and internal estimates. They are subject to revisions. A day that looks like $233.1M may be revised to $210M or $250M after the underlying creation and redemption data is finalized. This is not a criticism of FarsideUK; it is the nature of daily flow estimates. The correct response is to use weekly and monthly aggregates for decision-making. The daily number is a signal, not a settlement. If you are building a portfolio around ETF flows, you should be looking at 5-day and 20-day moving averages, not chasing a single print.

Bitcoin’s $233M ETF Day and the 18:1 Gap That Reveals Ethereum’s New Problem

I have had enough experience building flow monitoring scripts to know that a robust design can be undermined by a single bad data source. During my ETF arbitrage period, I learned to compare multiple feeds, flag when the premium or discount exceeded two standard deviations from its rolling mean, and disable trading when the data disagreed. I would apply the same skepticism to the July 31 flow data. It is directional. It is useful. It is not gospel.

So where do we go from here? The forward-looking question is not whether July 31 was bullish or bearish. The question is whether the cumulative 20-day BTC ETF flow remains positive in the face of macro compression. If it does, the marginal institutional bid is intact. If it does not, the single-day print will be remembered as a local top. I do not have enough information to know which path we are on, but I know which variable to watch. The ETF flow is a high-frequency macro statement. It will react before the price of Bitcoin does. When the algorithm blinks, we blink faster.

For Ethereum, the near-term path is less forgiving. The ETHA product is BlackRock’s beachhead, and it will continue to attract modest flows. But unless the SEC changes its position on staking, or unless ETH develops a non-ETF institutional on-ramp that is easy to access, the 18:1 gap will persist. That gap is not a judgment on Ethereum’s technology. It is a judgment on the current product suite, the legal ambiguity, and the risk appetite of the institutional class. It can change. But it will not change based on a single day of better marketing.

Bitcoin’s $233M ETF Day and the 18:1 Gap That Reveals Ethereum’s New Problem

From a portfolio perspective, the information value of the July 31 data is medium. It confirms the relative preference for BTC over ETH. It confirms BlackRock’s distribution dominance. It confirms that the ETF market is still a high-concentration, low-diversification liquidity channel. Those are structural facts, and they are useful. But the data does not tell you whether to go long or short. It tells you where the liquidity veins are running and where they could be cut. The rest is up to you.

I will close with a forward-looking observation rather than a summary. The next sixty days will likely test the durability of these flows. If the global macro backdrop remains benign, Bitcoin ETF flows will probably stay positive, and BlackRock will continue to dominate. If the macro backdrop cracks, the concentration in IBIT will turn into a moment of acute vulnerability, and the market will suddenly remember that the ETF is not the same thing as self-custody. The flow data will show it before any on-chain metric does. Watch the 20-day cumulative number. Watch the basis. Watch the premium. But never confuse the daily flow with the permanent truth.

Shorting the illusion of permanence is not a trade. It is a method. On July 31, the illusion is that $233M means Bitcoin is safe. It does not. It means Bitcoin is temporarily preferred. The next chapter of the cycle will be written not by the daily inflow, but by the strength of the outflow channel. That is where the real macro signal lives.

My final judgment on the July 31 FarsideUK data is simple: it is a high-quality, low-conviction information point. It tells us a significant amount about the structure of institutional flows and almost nothing about the long-term value of Bitcoin or Ethereum. Use it accordingly. The market will reveal its true hand in the weeks ahead, and when it does, the liquidity veins will be there to trace. The only question is whether you are still paying attention.

Bitcoin’s $233M ETF Day and the 18:1 Gap That Reveals Ethereum’s New Problem

Market Prices

Coin Price 24h
BTC Bitcoin
$62,961.9 +0.09%
ETH Ethereum
$1,870.8 +0.26%
SOL Solana
$72.9 -0.42%
BNB BNB Chain
$578.2 -1.47%
XRP XRP Ledger
$1.06 +0.17%
DOGE Dogecoin
$0.0702 +1.15%
ADA Cardano
$0.1735 +2.24%
AVAX Avalanche
$6.38 -0.76%
DOT Polkadot
$0.7784 +2.46%
LINK Chainlink
$8.1 -0.34%

Fear & Greed

27

Fear

Market Sentiment

Event Calendar

{{年份}}
22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

12
05
halving BCH Halving

Block reward halving event

28
03
unlock Arbitrum Token Unlock

92 million ARB released

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

18
03
unlock Sui Token Unlock

Team and early investor shares released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

🧮 Tools

All →

Altseason Index

44

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
$62,961.9
1
Ethereum ETH
$1,870.8
1
Solana SOL
$72.9
1
BNB Chain BNB
$578.2
1
XRP Ledger XRP
$1.06
1
Dogecoin DOGE
$0.0702
1
Cardano ADA
$0.1735
1
Avalanche AVAX
$6.38
1
Polkadot DOT
$0.7784
1
Chainlink LINK
$8.1

🐋 Whale Tracker

🟢
0xb224...b863
30m ago
In
2,305 BNB
🔵
0xfd2f...6801
5m ago
Stake
50,285 BNB
🔴
0x04d0...8f89
6h ago
Out
3,341,470 USDC

💡 Smart Money

0xec10...7dcd
Arbitrage Bot
+$3.3M
69%
0xf162...e5a8
Arbitrage Bot
+$4.0M
91%
0x1536...e7c4
Market Maker
-$2.1M
68%