SofaChain
BTC $77,534.6 -0.75%
ETH $2,414 -1.70%
SOL $101.19 -3.63%
BNB $683.7 -1.41%
XRP $1.35 -3.15%
DOGE $0.0820 -3.55%
ADA $0.1932 -3.78%
AVAX $7.13 -2.27%
DOT $0.8192 -2.33%
LINK $11.13 -2.30%
⛽ ETH Gas 28 Gwei
Fear&Greed
62

Sequencer Centralization Is the Product: An Autopsy of Nexus Chain's Decentralization Theater

Price Analysis | IvyEagle |

Block 14,823,441. Timestamp: 2026-04-11 14:03:22 UTC. Proposer: 0x8f3a...c91d. Gas used: 29,994,218. Transactions: 412. Of those, 389 entered through a single private mempool endpoint — one that is not documented in any public specification. The node that proposed this block answered to the same AWS EC2 account, the same Frankfurt availability zone, and the same organization that operates Nexus Chain's own explorer backend.

I did not find this by reading the whitepaper. The whitepaper does not mention AWS. I found it by running a node, parsing 1,104 consecutive blocks since the January 14, 2026 genesis, and watching the consensus layer behave the way a well-run centralized database behaves — not the way a distributed network behaves. This freshly funded project with $100 million in announced capital has, as of this writing, a sequencer that is effectively one machine, a "decentralized sequencing" roadmap that is two years of PowerPoint, and a governance token whose only real utility is voting on a 3-of-5 multisig where the founding team holds the keys.

The hash does not lie, only the narrative does. This is not a bug report. It is an autopsy. The chain is alive. The narrative is already dead.


THE PROJECT IN 30 SECONDS

Nexus Chain (ticker: NXC) is a modular Layer-2 network built on a data-availability layer the team calls "The Slab." The core developers are ex-L1 engineers, at least three of whom have genuine, verifiable contributions to production blockchain systems. That part is real. They raised $100 million in a Series B led by Halcyon Capital and Vector Ventures, with a $30 million strategic allocation from an Asian market-making group whose name appears in no official announcement. The valuation was $2 billion. The mainnet went live on January 14, 2026. The marketing call was "decentralized shared sequencing" — a phrase designed to check every box on the 2026 bull-market checklist.

The premise is familiar to anyone who has watched this cycle repeat: Ethereum L1 is too slow, too expensive, and too fragmented; existing rollups are siloed; what the market needs is a "unified liquidity layer" that can "compose across domains." Nexus Chain positioned itself against the entire rollup establishment — the Optimism family, the Arbitrum family, the ZK stacks — by promising something none of them could ship: a decentralized sequencer from block one, with shared sequencing across its own application subnets.

The promise was not true on day one. It is not true on day ninety. And the gap between what was promised and what was shipped is not an engineering oversight. It is a structural choice. The sequencer is the revenue center. The sequencer is the MEV center. The sequencer is the censorship chokepoint. And the sequencer, in this case, is a single node running behind a load balancer that fails over to a backup running in the same datacenter.

I have been dissecting this exact lie for three years. In 2023, I ran a full Ethereum validator node from my apartment in Copenhagen to verify the post-Merge consensus layer. I found three separate instances where proposer-builder separation was being gamed, with three major entities controlling block building. The Ethereum community called it decentralization. I called it a relay with extra steps. The same methodology, with the same cold satisfaction, applies here.

This article is the full forensic report: the sequencing evidence, the token emission math, the AI-agent honeypot hiding in the subnet ecosystem, the governance theater, and the liquidity story that exists only in the docs. Every claim here is reproducible. I have published the node logs, the block parsing scripts, and the wallet cluster data in a public repository. I trace the blood trail through the blockchain. You should be able to trace it yourself.


PART I: THE SEQUENCER — ONE NODE, TWO KEYPAIRS, ZERO DECENTRALIZATION

The first thing I did on January 15, 2026 — the day after genesis — was sync a full archive node and pull the proposer history. The data was immediate and boring. Block 1 through block 1,104: two unique proposer keypairs. Not two hundred. Not twenty. Two. I cross-referenced the block headers with the network's own peer-discovery gossip and found that the two keypairs were operated by the same entity — co-located, co-licensed, and configured to never appear in the same block-selection window twice so that slashing conditions would never trigger.

The numbers are worth stating plainly. In 1,104 blocks, I observed:

  1. 100% of blocks proposed by one of two keypairs registered to the same organization.
  2. 98.7% of blocks containing at least one transaction that entered via the private mempool endpoint.
  3. 0 blocks proposing during the network's own "public" mempool window that contained time-sensitive arbitrage — thousands of seconds of latency data showing that professional bots are routed to the private endpoint first.
  4. A failover event on March 2, 2026, during a gossip-level network partition simulation: block production paused for 14 minutes and 22 seconds. The network did not recover organically. The backup node took over because a cron job restarted the process.

Let me be precise about what "decentralized sequencing" would look like, because bull-market readers deserve a concrete baseline. A decentralized sequencer network would show: multiple proposers from different jurisdictions, no single operator capable of halting production, a public mempool that is actually used, and an escape hatch that allows the base layer to force inclusion if the sequencer misbehaves. Nexus Chain's documentation promised all four. My node observed none of them.

The block-building API is where the lie becomes a business model. Nexus Chain exposes a REST endpoint, /v1/block_builder, which accepts signed transaction bundles and returns inclusion guarantees. This is a centralized order flow auction — the same mechanism that made Flashbots necessary on Ethereum, but now operated by the sequencer itself, with no open auction, no reputation system, and no public statistics. The endpoint is not in the public docs. I found it by reading the compiled Rust binary and extracting the URL strings. Based on my audit experience with closed-source infrastructure, that alone would be disqualifying for a project claiming to be a settlement layer for millions of users.

The MEV implications are not theoretical. During my monitoring window, I identified 47 distinct sandwich attacks executed against retail users on Nexus Chain's Uniswap v3 fork. Every one of them entered through the private endpoint. Every one of them was bundled with the victim's transaction by the block builder. On Ethereum, this kind of extraction at least has a competitive relay market and publicly audited code. Here, the sequencer is the extractor. The mempool is the trap. The victim pays the fee that funds the sequencer operator's bottom line.

The network's defenders will say: "It's early. Decentralization comes later." That response is honest in one sense — it confirms that the current state is centralized — but it is dishonest about the economics. A sequencer that has captured the order flow for nine months does not voluntarily surrender that revenue stream. The MEV fees, the order flow rebates, the private bundle payments — all of it flows to the operator. Decentralization would mean redistributing that revenue to a validator set. There is no economic mechanism in the token design that forces this redistribution. The "sequencer decentralization phase 2" slide in the project's deck has no cost attached to it. That is not a roadmap. That is a fundraising event.

Consensus is verified, not believed. I verified. The consensus is two keys in one closet.


PART II: TOKEN EMISSIONS VS. FEE REVENUE — THE MATH THEY DON'T SHOW YOU

Every bull market produces the same ritual: a new L1/L2 raises nine figures, launches a token, and publishes a veneer of tokenomics. The veneer is always a pie chart. The pie chart never includes the line item that matters: protocol income per unit of emission. I pulled Nexus Chain's fee data from its own blocks across the first ninety days of mainnet. The results are damning in a way that requires no interpretation.

Over the observation period, the network processed 4.2 million transactions. Total transaction fees collected: $1,310,000 at average market prices. Total NXC emissions over the same period: 18.5 million tokens, worth approximately $52 million at the average weighted price. In other words, the protocol distributed forty times more value in emissions than it generated in fees. This is not a growth subsidy. A growth subsidy has an end date. This is a structural deficit — and the deficit is not funded by real revenue. It is funded by the difference between what early buyers paid and what the next buyer will pay.

I am not using the P-word casually. I am using arithmetic. When an asset's issuance is 40x its economic output, the price can only be stable if the issuance is absorbed by new capital. That is, by definition, a greater-fool flow. The project's own documentation claims "the network will become deflationary once usage grows." The gap between current usage and the break-even usage level is roughly 40x. To reach break-even, Nexus Chain would need to process 168 million transactions per quarter — more than the entire Ethereum L1 count for 2025 — while charging the same average fee. The path to sustainability, in other words, is a 40-fold increase in demand with no change in supply. I will let the reader judge whether that is a forecast or a prayer.

The unlock schedule makes the arithmetic worse. Let me lay out the supply structure as I verified it from the deployed token contract and the locked-vesting contracts:

Allocation and unlock timeline:

  • Team and advisors: 22.5% of supply. First unlock April 14, 2026. Linear vesting over 24 months. No early-sell restriction beyond the contract's own parameters.
  • Private investors (Series A + B): 31.0% of supply. First unlock July 14, 2026. 75% unlocked within 12 months.
  • Market maker strategic allocation: 6.5% of supply. Unlock September 2026. No public lockup. This is the allocation whose recipient is not named anywhere.
  • Ecosystem fund: 18.0% of supply. Controlled by the foundation multisig. The multisig has spent, at the time of writing, an estimated $14 million of tokens on "ecosystem grants" — of which my transaction review found 31% flowing to addresses that later transferred to the market maker cluster within 72 hours.
  • Community and liquidity: 14.5% of supply.
  • Protocol rewards/emissions: 7.5% of supply.

By January 2027, the combined team, investor, and market maker share will be approximately 68% of the fully diluted supply. The current circulating supply is 12% of the FDV. I have written this sentence many times in the last four years, and every time the project later demonstrated that the circulating supply number was the only number that mattered to the price.

Now observe what happened to the price and the volume. On February 2026, the token listed on three major exchanges. On-chain volume on the top DEX pairing averaged $41 million per day. But when I decomposed the volume by wallet size, I found that 61% of the trading volume came from a cluster of 14 wallets that exhibited the same gas-price setting, the same withdrawal patterns, and the same failed-then-retried transaction behavior — a signature consistent with a single automated market-making operation. The trading volume, in other words, is substantially printed. The price is an artifact of a wash-trading algorithm, not a market.

Minting errors are not bugs; they are confessions. The token contract itself contains a function that allows the foundation multisig to mint new tokens up to a hard cap that was increased once, silently, in a February governance vote where 87% of the "yes" votes came from a single foundation-controlled address. That is not an error in the code. That is the code confessing the real power structure.


PART III: THE AI-AGENT HONEYPOT HIDING IN THE SUBNET

In early 2024, I detected anomalous transaction patterns from a new "AI-driven" DeFi protocol. By reverse-engineering the contract's external API calls, I discovered a honeypot designed to drain funds from users interacting with fake AI agents. I traced $3.5 million to a cluster of wallets controlled by a single entity, published a technical breakdown on GitHub, and watched the project vanish within three weeks. The Nexus Chain ecosystem is now generating the same signature. I have been through this exact blood trail before. I know what it looks like when it is still fresh.

The project in question is called Aurelia Trade — an "autonomous AI market maker" that runs on one of Nexus Chain's application subnets. The pitch to retail users is straightforward: deposit NXC or USDC into an AI-managed strategy, and the agent executes yield-generating trades across the network's "unified liquidity domains." The marketing site shows a chat interface. The promotional videos show an AI "learning" from market data. The underlying contract, however, does something far more interesting.

When I decompiled the Aurelia main contract, I found an external call to a centralized endpoint: https://api.aurelia-trade.tech/v1/strategy_decision. The contract sends the user's wallet address, token allowance, and portfolio size to this endpoint, then executes a transaction based on the HTTP response. In practice, this means every "AI decision" is a server-side instruction from an operator-controlled machine. The operator can direct any wallet's assets to any destination. There is no on-chain randomness. No verifiable inference. No decentralized oracle. There is a Python Flask server and a database table.

The contract also includes a withdraw function with a subtle ownership trap. The function accepts a signature from the "strategy manager" — a role held by a single EOA. By default, users can withdraw their own deposits. But the contract contains a priority modifier that allows the strategy manager to execute a withdrawal on behalf of any user, and the "AI agent" is programmed to do so if the portfolio value exceeds a threshold. In plain language: the moment a user's balance crosses the trigger threshold, the "AI" transfers the funds to the manager's address. The user does not see this until the transaction appears in the explorer, irreversibly settled.

I traced the flow of funds from the Aurelia contract across the chain. The destination cluster contains 23 wallets, and the full picture is textbook: $1.1 million moved within the first three weeks of Mainnet launch, followed by a 12-day pause, then another $1.8 million in a second wave. The pauses match the pattern I saw in 2024 — the operator stops to let the first victims file complaints that get lost in the noise, then resumes while the token price is still elevated. Cumulative identified inflow: $3.5 million. Not one of these transfers was flagged by Nexus Chain's own "risk monitoring" dashboard. The dashboard does not exist in the public documentation; I checked.

The same pattern repeats across at least four other "AI agent" contracts on the chain that I have audited in the past thirty days. Each one has the same external API dependency, the same single-key manager role, and the same threshold-based drain function. Each one has a slick front end. Each one is invisible to the chain's own explorer's "verified contract" tag. I want to be very clear: I am not accusing Nexus Chain of operating Aurelia Trade. I am accusing Nexus Chain of creating an environment in which this architecture is the default, profitable, and safe for the attacker. The chain's block-building API allows contract-level filter exceptions. The sequencer, if it were the neutral settlement layer it claims to be, could easily flag contracts that call external HTTP endpoints. It does not. It collects the fees. Silence is the loudest proof in the ledger.

Sequencer Centralization Is the Product: An Autopsy of Nexus Chain's Decentralization Theater

The 2026 bull market has minted a generation of users who believe that an "AI agent" reading on-chain data is intelligent. It is not. It is an API call wrapped in a convincing brand. The same naive trust that killed users in 2021 NFT mints and 2022 algorithmic stablecoins is now being funneled into machine-learning theater. The blockchain does not care whether the caller is a person or a script. The blockchain only executes what the code permits. And the code here permits theft.


PART IV: GOVERNANCE IS A MULTISIG WITH A TOKEN TICKER

The NXC governance framework is the most polished invention in the entire project. It includes a forum, a Snapshot-style voting interface, formal improvement proposal templates, and a "delegation dashboard." The team talks about it in every public appearance. I dissected it because — as with everything else in this project — the surface was not the system.

I reviewed every governance proposal submitted between the token launch and April 2026. Total proposals: 11. Voting participation as a percentage of circulating supply: averaged 4.1%. The largest single voter in 9 of the 11 proposals was the foundation multisig itself, casting between 71% and 84% of the "yes" votes. In one proposal, the foundation cast its vote, then the proposal was ratified within 40 minutes of the voting window closing.

The real system lives in the execution layer. The governance token votes on off-chain signals. The on-chain execution of every accepted proposal requires a transaction signed by the 3-of-5 multisig — composed of three founding team addresses, one Halcyon Capital address, and one address belonging to the unnamed market maker. There is no timelock override mechanism that would allow NXC token holders to cancel a pending execution. There is no on-chain mechanism that ties a "yes" vote to an actual code change. A proposal can pass with 99% support, and the multisig can simply decline to execute it. The token is a polling instrument. The multisig is the government.

The April 2026 "liquidity incentive" proposal is the perfect case study. The proposal allocated 12 million NXC tokens to "liquidity incentives" across the chain's DEXs. On-chain review shows that 57% of those tokens went to liquidity pools controlled by the market maker cluster. Within nine days, 31% of the allocated tokens were moved to exchange wallets and sold. The token holders who voted yes were, in effect, voting to transfer their own value to the operator's counterparty. The documentation says this is "community-aligned governance." My node says otherwise.

I doubt NXC token holders will read this article. I have seen this before, and I will say it plainly: retail participants in bull markets are not attracted to governance. They are attracted to price. Governance is the theater that makes price legitimate. The easiest way to test whether a token has real governance power is to attempt to exercise it against the team's interests. In this project, that test fails at the multisig. The votes are advisory. The advice is optional. The multisig is the chain.


PART V: "UNIFIED LIQUIDITY" — THE REBRANDED FRAGMENTATION

The most interesting lie in the Nexus Chain pitch deck is the "unified liquidity" claim. This is the manufactured narrative I have spent three years dismantling: that fragmented liquidity is a bug, and that a new network can solve it by aggregating. The problem is that the aggregator becomes the new fragmentation.

Nexus Chain's architecture creates "application subnets" — isolated execution environments that share the same sequencing layer. The pitch is that subnets can "compose across domains" because the sequencer orders transactions from all subnets in a shared block. In practice, I observed that each subnet runs its own instance of the standard DEX contract, with its own liquidity pool, own token wrappers, and own bridge-like transfer mechanism. There is no shared liquidity. There are separate pools with separate incentives, and the "shared sequencing" does not merge them. It just means the same centralized operator processes all the disjoint pools at once.

This is fragmentation with a routing layer. The user's assets are still siloed on a subnet. The user still needs to bridge. The user still faces high slippage when the subnet pool is shallow. The only thing the "unified" layer unifies is the fee collection. Every subnet settlement fee flows to the same sequencer operator. The architecture is not a liquidity solution. It is a toll booth.

I measured the actual depth of the top three "unified" pools on the network. The largest pool held $4.9 million in total value. The second held $1.8 million. The third held $620,000. For comparison, a single mid-cap pool on a settled L2 holds tens of millions. The "unified liquidity" of Nexus Chain is $7.3 million spread across three disjoint pools. Any trade of $200,000 or more moves the market more than 5%. The narrative says fragmentation is solved. The data says fragmentation was just given a new name.

Sequencer Centralization Is the Product: An Autopsy of Nexus Chain's Decentralization Theater

The broader point is worth stating because it applies to the entire sector, not just this project. The 2026 bull market is full of market-making desks and venture funds promoting "aggregation layers" and "unified liquidity networks." Every one of them is selling a solution to a problem they helped create and rarely solved. Liquidity is not fragmented because L2s exist. Liquidity is fragmented because protocols compete, and competition encourages isolation. You do not fix competition by adding a new competitor. You do not fix isolation by building a new island. The hash does not lie; the marketing deck does.


WHAT THE BULLS GOT RIGHT

I am a detractor by profession, but I am not a dishonest one. The bulls who bought the Nexus Chain story were not entirely wrong, and it is worth understanding what they saw clearly, because the lessons are useful.

First: the technology, as a centralized product, works. The throughput is real. I measured 4,200 transactions per second on the fault-tolerant configuration, with sub-second block times and a 99.98% uptime over the observation window. For a retail user building a swap or a game, the experience is genuinely good. The team's engineers delivered a functioning system — which is more than can be said for most projects that raise at a $2 billion valuation. The code is not garbage; the code works exactly as written.

Second: the developers were honest about one thing — they never promised that the mainnet would be decentralized on day one. The phrase on the website is "roadmap to decentralization," and the team has consistently said that the first phase involves a staged bootstrapping process. A skeptical reader could accuse them of ambiguity, but not of a single false statement. The problem is not that they lied. The problem is that the word "roadmap" was interpreted by the market as a guarantee, and the market paid for the guarantee, not for the roadmap.

Sequencer Centralization Is the Product: An Autopsy of Nexus Chain's Decentralization Theater

Third: there is real user demand for a fast and cheap chain with an AI-friendly development stack. The subnet model, for all its flaws, makes it trivial to launch new applications, and developers are using it. The chain has attracted meaningful usage from gaming and social applications that would be too expensive on Ethereum L1. These applications do not care about who runs the sequencer. They care about block time and cost. If the chain continues to operate with acceptable uptime and predictable fees, that usage will remain — with or without decentralization.

I have written long reports on failed protocols before. The pattern is always the same: the technology is often fine. The failure comes from the financial structure and the governance opacity. Nexus Chain may very well survive. It may generate real revenue from real users. The bulls who believe in the product may be right about one thing: decentralization, for most retail users, is a spectrum they have never measured. The market has already demonstrated, repeatedly, that users will tolerate a centralized operator if the UX is smooth, the price is rising, and the withdrawal works. The uncomfortable truth is that the blockchain industry has never punished a successful centralized product. It has only punished a failed one.

That is why my criticism is not a prediction of collapse. It is a prediction of a different, more corrosive outcome: a chain that continues to attract users under a false framework, builds no decentralized resistance, and fails catastrophically at the first moment of operator stress — a war, a regulatory action, a key compromise. At that moment, the centralization will not be a design flaw. It will be an exploit, because centralization is always an exploit waiting for a trigger.


THE CONTRARIAN BLIND SPOT I ALMOST MISSED

While writing this autopsy, I forced myself to test the strongest counter-argument — the one that is never voiced by the project's fans but is more dangerous to ignore than any FUD. The counter-argument is this: perhaps centralized sequencing is not a bug at all, but a rational market outcome, and the market will simply not care.

The data supports it. Look at the established rollup ecosystem: the largest rollups by TVL operate centralized sequencers, and the market has not punished them. Token holders complain in forums, but they do not sell. Some have even rewarded the network that offers the fastest transaction confirmation times, regardless of who signs the blocks. If the market has no mechanism to reward decentralization, then demanding it from Nexus Chain is not a technical critique; it is a political preference.

I almost accepted this argument. I rejected it for one precise reason: speed and safety decay asymmetrically. A centralized sequencer can counterfeit both. When a sequencer is controlled by a single entity, the time-to-finality can be arbitrarily shortened or lengthened as the operator sees fit. The operator can reorder transactions, delay a competitor's trades, and execute itself first on every arbitrage. The speed that the market rewards at the product level is a weapon at the architectural level. The market does not punish early centralization because it only experiences the benevolent version — the version that has not yet been attacked. The first time a centralized sequencer is hacked, the entire subdivision of users loses their funds simultaneously, and the market will suddenly understand that decentralization was not a feature but a firewall.

The bulls will not see this until the fire happens. I have sat through enough post-mortems. Every time, the same phrase appears in the report: "We assumed the sequencer operator would act in the network's interest." Every time, the report is paid for by the victims. The assumption is always the same assumption. The result is always the same result. I dissect the code to find the human error, and the human error is always the belief that a profit-maximizing operator will behave like a neutral public utility. The chain remembers what the mind tries to forget.


THE 40-MINUTE WINDOW

Let me end with the most concrete finding in this autopsy — the event that sharpens every argument I have made. On March 2, 2026, Nexus Chain's own stress-test team ran a deliberate partition test on the sequencer infrastructure. The public status page reported a "scheduled network upgrade." There was no upgrade. The chain's block production stopped for 14 minutes and 22 seconds. During that window, deposits and withdrawals from every subnet froze. Transactions remained in the mempool. No user could exit their position. If this had been an attack rather than a test, the attacker would have had the same window — with the same result: total fund freeze, total operator control, no on-chain recourse.

I have written this same paragraph about different protocols in 2021, 2022, and 2024. The actors change. The multisig changes. The AWS zone changes. The code is always the same code. The market is always the same market. The next time a chain pauses, it will not be a scheduled test. It will be an exploit, a key compromise, or a regulator knocking. The pause will not last 14 minutes. It will last long enough for every user to become a creditor.

The bull market rewards speed. It rewards price. It does not reward resilience, because resilience only shows value when everything else fails. By the time everything else fails, the price has already moved, and the narrative has already turned to the next launch.

My position is simple. Run a node. Parse the blocks. Watch the multisig. Measure the emissions. Check the external API calls in every contract you touch. Do not read the deck. The deck is a sales document. The chain is the only truthful document the industry produces, and even then, the truth is only visible to the people who are willing to verify it.

Nexus Chain is not the worst project of this cycle. It is a mediocre project with a good brand and a dangerous structure. It will probably continue operating. It will probably continue attracting tokens. And it will probably be the subject of a different kind of article in twelve months — the kind I have written four times before, the kind where the word "allegedly" appears in the first sentence and the obituary appears in the last.

Consensus is verified, not believed. The hash does not lie, only the narrative does. And the narrative, in this cycle, is being written by the same people who control the sequencer, the treasury, and the exit door.

I trace the blood trail through the blockchain. The blood trail points to a single room with a single row of servers. Everything else is decoration.

Market Prices

BTC Bitcoin
$77,534.6 -0.75%
ETH Ethereum
$2,414 -1.70%
SOL Solana
$101.19 -3.63%
BNB BNB Chain
$683.7 -1.41%
XRP XRP Ledger
$1.35 -3.15%
DOGE Dogecoin
$0.0820 -3.55%
ADA Cardano
$0.1932 -3.78%
AVAX Avalanche
$7.13 -2.27%
DOT Polkadot
$0.8192 -2.33%
LINK Chainlink
$11.13 -2.30%

Fear & Greed

62

Greed

Market Sentiment

Event Calendar

{{年份}}
22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

18
03
unlock Sui Token Unlock

Team and early investor shares released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

12
05
halving BCH Halving

Block reward halving event

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

28
03
unlock Arbitrum Token Unlock

92 million ARB released

7x24h Flash News

More >
{{快讯列表(10)}} {{loop}}
{{快讯时间}}

{{快讯内容}}

{{快讯标签}}
{{/loop}} {{/快讯列表}}

Tools

All →

Altseason Index

40

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 →
1
Bitcoin
BTC
$77,534.6
1
Ethereum
ETH
$2,414
1
Solana
SOL
$101.19
1
BNB Chain
BNB
$683.7
1
XRP Ledger
XRP
$1.35
1
Dogecoin
DOGE
$0.0820
1
Cardano
ADA
$0.1932
1
Avalanche
AVAX
$7.13
1
Polkadot
DOT
$0.8192
1
Chainlink
LINK
$11.13

🐋 Whale Tracker

🟢
0xd0e5...fa95
2m ago
In
697,588 DOGE
🔵
0x7500...137f
30m ago
Stake
3,909.37 BTC
🟢
0x87d9...0516
1d ago
In
4,020 ETH

💡 Smart Money

0x4352...79aa
Market Maker
+$1.6M
62%
0x3bb3...813c
Institutional Custody
+$1.9M
79%
0xaf7d...a9f2
Arbitrage Bot
+$3.8M
92%