Ly Gravity

The 24-Hour Pause: Brazil's Resolution 584 and the Architecture of Regulated Immediacy

CryptoIvy Companies

There is a peculiar irony embedded in Brazil's Central Bank Resolution No. 584 that the first wave of market commentary has entirely missed. The same institution that built Pix — Brazil's instant payment system, which settles transactions in under five seconds and now processes over 200 million operations daily — has mandated that cryptocurrency transfers exceeding $10,000 be detained for 24 hours before release. The central bank that engineered one of the world's most frictionless payment infrastructures has deliberately inserted friction into the crypto rails. This is not a contradiction. It is a design choice. And it tells us more about how the Central Bank of Brazil actually perceives digital assets than any policy speech or white paper ever could.

Resolution No. 584, published under the BCB's statutory authority over payment arrangements, amends the existing payment services anti-fraud framework to extend its reach to virtual asset service providers (VASPs). Effective January 1, 2027, any transfer of virtual assets exceeding $10,000 — whether as a single transaction or as the cumulative total of multiple same-day operations — will be subject to a mandatory 24-hour withholding period. The scope explicitly covers transfers to self-custody wallets and to foreign entities operating in the virtual asset market. Fiat-pegged virtual assets, which is to say stablecoins, fall squarely within the resolution's ambit.

I have spent the better part of a decade watching regulators circle the crypto industry — first with indifference, then with alarm, and now with the peculiar confidence of institutions that have decided they understand what this technology is for. The Brazilian approach is different from what we have seen in the United States, where the SEC has chosen regulation-by-enforcement, or in the European Union, where MiCA has constructed an elaborate taxonomy of asset categories. Brazil has done something more subtle. It has taken an existing anti-fraud mechanism from the traditional payment world and extended it to virtual assets, treating them not as a separate species of financial instrument but as one more payment channel requiring discipline.

This distinction matters. The United States' approach asks whether a token is a security. The EU's approach asks which category a token fits into. Brazil's approach asks a simpler question: when money moves through a regulated intermediary, can the state pause it long enough to check for fraud? The answer, under Resolution 584, is yes — provided the transfer exceeds $10,000 and the intermediary is subject to Brazilian supervision.

THE PIX PARADOX AND ITS MEANINGS

To understand why Resolution 584 matters, you first have to understand what Pix represents in the Brazilian financial imagination. Pix launched in November 2020 and became the fastest-adopted financial instrument in Brazil's history. Within two years, it was processing over 200 million transactions per day, instantly, at zero cost to users. It transformed e-commerce, enabled a generation of micro-entrepreneurs, and made Brazil a global reference point for central bank-led payment innovation. The BCB did not just tolerate Pix; it championed it, marketed it, and defended it in public forums as proof that a state-backed payment system could outperform private alternatives.

Now consider what Resolution 584 does. It takes the opposite stance toward a different class of money movement. A Pix transfer is immediate. A crypto transfer above $10,000 is not. A Pix transfer is free. A crypto transfer above the threshold incurs a time cost that no fee schedule can capture. A Pix transfer is visible to the central bank at every stage. A crypto transfer, by design, is not.

The juxtaposition is not accidental. It reveals the organizing principle of Brazilian financial regulation: immediacy is a privilege granted to systems that the state can observe. Pix offers the BCB complete visibility — every transaction, every participant, every counterparty is identifiable. Crypto, even when routed through regulated VASPs, retains a degree of pseudonymity and finality that unsettles the surveillance logic on which modern payment regulation depends.

Seen from this angle, Resolution 584 is not an attack on crypto. It is an attempt to make crypto legible to a regulator that has built its entire approach to payments on radical transparency. The 24-hour holding window is, in effect, a visibility device — a way to give the state time to look at a transaction before it becomes irreversible.

WHAT THE RULE ACTUALLY REQUIRES

The technical architecture of Resolution 584 is worth parsing carefully, because the coverage has been sloppy in ways that obscure the real compliance burden. The rule does not apply to the blockchain network layer. It does not require nodes to pause consensus. It does not modify any smart contract or protocol-level mechanism. It applies to a specific class of actors — virtual asset service providers under Brazilian jurisdiction — and it obligates them to withhold the release of assets for 24 hours after receiving a transfer instruction that meets the threshold criteria.

This is a critical distinction. The BCB is not attempting to regulate the chain. It is regulating the gateway. VASPs are the chokepoints through which fiat flows into crypto and crypto flows back out. They are the entities that hold customer funds, maintain internal ledgers, and control the broadcast of transactions to the network. By directing its rule at VASPs, the BCB avoids the intractable problem of attempting to govern a decentralized protocol, while still achieving a substantial degree of control over the movement of value between the crypto economy and the broader financial system.

In practice, this means that Brazilian exchanges and custodial wallets will need to redesign their withdrawal and transfer processes. When a customer initiates a transfer that meets the threshold — whether a single transaction above $10,000 or a cumulative daily total that crosses the line — the VASP must:

First, identify the transaction as subject to the holding rule. This requires real-time monitoring of transaction values across all customers, with aggregation logic that can detect cumulative threshold crossings across multiple operations within a single day. Second, withhold the release of the assets for 24 hours while a fraud risk assessment is conducted. Third, either release the transfer after the assessment concludes successfully, or reject it if red flags are identified. Fourth, record every instance of withholding, every early release, and every rejection, and maintain these records for the daily fraud reporting that the regulation requires.

The requirement to record daily fraud events is worth pausing on. It is not merely an administrative detail; it creates an audit trail that the BCB can use to evaluate both the efficacy of the rule and the compliance posture of individual VASPs. The phrase 'record daily fraud events' implies a reporting cadence that most crypto exchanges have never been subject to. It moves compliance from a reactive, incident-driven function to a proactive, daily discipline.

THE IRREVERSIBILITY TENSION

There is a fundamental tension embedded in Resolution 584 that the rule's architects must have confronted directly: blockchain transactions are irreversible. Once a transaction is broadcast to a public ledger and confirmed by the network, no central authority can recall it. A chargeback that is routine in the credit card world is impossible on a public blockchain. A provisional hold that is standard in the ACH ecosystem has no equivalent at the settlement layer of a proof-of-work or proof-of-stake network.

This tension forces VASPs to make an implementation choice. Option one is to delay the broadcast itself. When a customer initiates a qualifying transfer, the VASP holds the transaction in an internal queue for 24 hours, conducts its risk assessment, and only then broadcasts the transfer to the chain. This approach preserves the irreversibility of the eventual settlement while inserting the required delay at the point of transmission. Option two is to release the transaction immediately but maintain a parallel accounting freeze within the VASP's internal ledger — effectively allowing the transfer to propagate on-chain while preventing the customer from accessing the associated funds through the VASP's own platform.

The second option is, in practice, untenable for most use cases. If the VASP has already broadcast the transaction, the customer's assets have moved on-chain. A subsequent decision to reject the transfer would require the VASP to seek the return of funds from an address it no longer controls — a request that the recipient has no obligation to honor. The only way for the rejection to have practical effect is for the VASP to identify the transaction as suspicious before broadcasting, which collapses into option one.

What this means, without any acknowledgment in the resolution itself, is that the 24-hour holding window is actually a 24-hour broadcast delay. The BCB has effectively required VASPs to insert a latency layer into their transaction pipelines, transforming what was previously a near-instant process of validating and broadcasting withdrawals into a 24-hour minimum cycle time for qualifying transfers.

The architecture here is reminiscent of a pattern I have seen before. During my 2018 audit of the 0x protocol, I identified a reentrancy vulnerability in the filler function that allowed an attacker to recursively invoke the same execution path before the state updates were finalized. The fix was to implement a check-effects-interactions pattern that separated the validation phase from the execution phase. Resolution 584 is, in a sense, a regulatory implementation of the same pattern: force a separation between the moment a transfer is requested and the moment it is executed, creating a temporal buffer in which state can be inspected and invalid operations can be caught before they become permanent.

The analogy is not exact, but the underlying principle is the same. In smart contract security, the vulnerability arises when execution proceeds before validation is complete. In payment fraud, the vulnerability arises when money moves before risk is assessed. Resolution 584 is the BCB's attempt to close that window — not by improving the technology, but by inserting a mandated pause.

THE SELF-CUSTODY ENIGMA

The most analytically interesting aspect of Resolution 584 is its inclusion of transfers to self-custody wallets. On its face, this seems to be an assertion of jurisdiction over a domain that is fundamentally unobservable. How does a central bank regulate a transfer to an address that the customer controls directly — an address that is not associated with any VASP, not subject to any custody arrangement, and not visible to any regulated entity until after the transaction has confirmed?

The answer, once again, is that the BCB is not regulating the self-custody wallet itself. It is regulating the VASP from which the customer is withdrawing. The rule requires that when a customer requests a transfer from a VASP to a self-custody wallet — regardless of the wallet's jurisdiction — the VASP must apply the same 24-hour holding period if the value exceeds the threshold.

This is, in effect, a regulatory concession. The BCB cannot observe the self-custody wallet. It cannot freeze the funds once they are on-chain. It cannot compel the customer to identify themselves or the purpose of the transfer. But it can force the customer to wait — and, more importantly, it can force the customer to keep their funds within the regulated VASP's system for an additional 24 hours, during which the VASP retains the ability to reject the transfer, report it to the authorities, or decline the customer's business.

The inconvenience is real, and it has implications for the user experience of Brazilian crypto participants. But it is important to be clear about what the rule does not do. It does not criminalize self-custody. It does not compel customers to prove the purpose of their transfers. It does not require VASPs to refuse transfers to self-custody addresses — only to delay them. The customer who waits 24 hours and passes the fraud assessment will eventually receive their assets. The friction is real but finite.

STABLECOINS AND THE CLASSIFICATION QUESTION

The inclusion of stablecoins in Resolution 584's coverage is arguably the most significant signal embedded in the rule. The BCB has not defined stablecoins as securities, as commodities, or as currencies. It has treated them as payment instruments — as close cousins to the fiat money that moves through Pix. The consequence is that stablecoin transfers above the threshold now carry the same fraud-related delay as any other large-value transfer through a regulated channel.

Think about what this means for the stablecoin economy in Brazil. Stablecoins have become a major on-ramp for Brazilian crypto users, in part because they offer a hedge against inflation and in part because they facilitate dollar-denominated savings without the need for a local bank account abroad. The Brazilian real has a history of volatility, and the US dollar is a natural store of value for households that have lived through multiple currency crises. Stablecoins — particularly USDT and USDC — have become a de facto dollar channel for millions of Brazilian users.

Resolution 584 does not ban this channel. But it does add friction to the high-value end of it. A Brazilian user who wishes to move $15,000 in USDT from a regulated exchange to a self-custody wallet will now need to plan for a 24-hour delay. A business that uses stablecoins for cross-border supplier payments will need to account for the same latency. A trader who relies on moving large stablecoin positions between exchanges will find that the regulatory waiting period interferes with time-sensitive arbitrage opportunities.

The economic effect, as I see it, is a subtle class of temporal tax on high-value stablecoin activity within the regulated Brazilian ecosystem. The tax is not monetary; it is measured in time. And for a technology that has built its value proposition on the promise of instant, frictionless settlement — the principle that money should move at the speed of data — a 24-hour delay is a meaningful departure from the core narrative.

There is, of course, a behavioral response. Users who wish to avoid the delay can, in theory, split their transfers to stay below the threshold. They can use multiple VASPs to distribute their activity. They can move funds to self-custody in smaller increments over multiple days. They can route through unregulated intermediaries or peer-to-peer channels. This is the eternal cat-and-mouse game between threshold-based regulation and the aggregation and structuring behaviors that arise in response — a dynamic that anti-money-laundering professionals know intimately, and a dynamic that the BCB has anticipated through its inclusion of a cumulative daily threshold.

The cumulative dimension is important. The rule does not merely trigger at the level of a single transaction; it triggers when the aggregate value of a customer's transfers within a single day exceeds the threshold. This is a direct anti-structuring provision, designed to prevent the simple circumvention strategy of splitting a $20,000 transfer into three transactions of $6,000, $7,000, and $7,000. The VASP must monitor aggregate flows and apply the delay when the cumulative sum crosses the line.

This is a substantial technical requirement. It implies that VASPs must maintain real-time transaction aggregation for each customer, update the running total with every transfer attempt, and automatically identify the moment when the cumulative threshold is crossed. None of this is impossible, but all of it requires infrastructure that most exchanges — particularly smaller ones — do not currently possess. The compliance burden is not merely the 24-hour hold itself; it is the entire apparatus of monitoring, aggregation, assessment, and reporting that must surround it.

WHY 24 HOURS? THE TEMPORALITY OF FRAUD DETECTION

What is so special about 24 hours? The resolution does not explain its reasoning, and the choice of a specific duration carries both practical and symbolic weight. In the traditional banking context, holds on suspicious transactions are often justified as a reasonable period for human review — enough time for a fraud analyst to examine a transaction, contact the customer if necessary, and make a determination. The credit card industry operates on a sequence of provisional holds and settlement delays that can span several days. The ACH framework in the United States built an entire exception process around the 'midnight deadline,' a temporal boundary that gives banks until midnight of the next banking day to reverse a mistaken or unauthorized transfer.

Twenty-four hours, in this context, is a moderate choice. It is longer than the immediate settlement that crypto users expect, but shorter than the multi-day holds that characterize cross-border wire transfers. It is long enough for a meaningful fraud review — a human can reasonably be expected to examine a flagged transaction, check the customer's history, verify identity information, and make a decision within a business day. It is short enough to avoid converting crypto into a slow settlement system similar to traditional banking rails.

The second dimension is psychological. A 24-hour delay creates a 'cooling-off period' that is long enough to interrupt the momentum of impulse-driven fraud. In the behavioral economics literature on scams and fraud, time pressure is a consistent vulnerability. Fraudsters urge victims to act quickly, before 'the opportunity disappears' or before 'the account is frozen.' A mandatory 24-hour window disrupts this psychological mechanism. It gives the would-be victim time to reflect, to consult with family members, to question the narrative that the fraudster has constructed. The BCB may not have explicitly intended this behavioral effect, but it is real.

From a fraud-detection perspective, the daily period also aligns with the operational rhythms of financial institutions. Fraud teams typically review transaction batches on a daily cycle. Overnight holds allow for morning review. The daily fraud event reporting requirement in Resolution 584 suggests that the BCB expects VASPs to maintain a daily cadence of analysis and reporting — a cadence that 24 hours of withholding makes feasible.

WHAT VASPS WILL ACTUALLY BUILD

Let me be concrete about what the implementation of Resolution 584 looks like inside a VASP, because the operational reality is more complex than the regulatory summary suggests.

A compliant Brazilian VASP must first build or acquire a transaction monitoring system capable of real-time threshold aggregation. The system must track each customer's transfers across all assets — Bitcoin, Ether, stablecoins, and any other virtual asset the platform supports — and convert the diverse values into a common denominator for threshold comparison. This is not trivial. The value of assets in motion fluctuates continuously. A transfer that is entirely routine at 9:00 AM, when Bitcoin trades at $97,000, may cross the threshold by the time Bitcoin moves to $98,000 at 2:00 PM. The VASP must decide whether to measure the transaction at the moment of instruction or at the moment of broadcast, and must apply that decision consistently.

The system must then apply the aggregation logic across multiple transactions. A customer who makes three separate withdrawals of $4,000, $4,000, and $3,000 within a single day has, in the BCB's eyes, executed a cumulative transfer of $11,000 — and the third transaction should be held. The VASP must be able to identify that the third withdrawal, at the moment of instruction, pushes the customer's cumulative daily total across the threshold, and must apply the holding rule accordingly.

Once a transfer is flagged for holding, the VASP must place the assets in an internal queue or designated 'pending' state. The customer receives notification that the transfer is subject to a review period. Then begins the actual fraud assessment. The VASP's risk team, or automated system, evaluates the transaction against a set of signals: the customer's historical behavior, the destination address's risk profile, the source of the funds, the timing of the instruction, and any matches against known fraud databases. If the assessment concludes that the transfer is legitimate, the assets are released at the end of the 24-hour period or earlier if the VASP chooses to exercise its discretion to allow early release after completing the assessment.

It is worth noting that the resolution permits early release — but only after a risk assessment is completed and the release is recorded. This creates a perverse but predictable incentive dynamic. A VASP with strong risk infrastructure may complete its assessment in two hours and release the assets early, offering customers a better experience than a competitor that takes the full 24 hours. The resolution thus rewards capable compliance and penalizes inadequate infrastructure. The BCB has effectively created a compliance race, and the prize is reduced friction for customers.

THE MACRO MECHANICS: WHAT HAPPENS TO MARKET STRUCTURE

The question that matters most for market participants, though, is not how an individual VASP implements the rule. It is what happens to the structure of the Brazilian crypto market as a whole. And here, the analysis points in directions that the doomsday headlines have not captured.

First, the rule applies only to regulated VASPs. It does not apply to decentralized exchanges, peer-to-peer trading, or the movement of assets between self-custody wallets with no regulated intermediary involved. A user who holds assets entirely in self-custody, and who trades on a DEX or directly with another individual, is outside the scope of Resolution 584 entirely. The rule applies only when a regulated Brazilian VASP is the custodian and the transfer originates from that custodian.

This creates an interesting bifurcation. Users who value immediacy above all else — who are unwilling to wait 24 hours for a high-value transfer — now have an additional incentive to maintain their assets in self-custody and to transact through non-custodial channels. The rule, by adding friction to the regulated exit ramp, pushes some activity toward the unregulated end of the spectrum. This is a well-known dynamic in financial regulation; every constraint imposed on the regulated channel increases the relative attractiveness of the unregulated alternative.

The second structural effect is consolidation. The compliance burden imposed by Resolution 584 — real-time monitoring, aggregation logic, risk assessment workflows, daily reporting — falls more heavily on small VASPs than on large ones. A large exchange with established compliance teams and mature risk infrastructure can absorb the incremental costs without breaking stride. A small VASP, operating on thin margins with a skeleton compliance staff, faces a proportionally larger burden. The resolution thus functions as a barrier to entry and an accelerant of consolidation, favoring larger players that can spread compliance costs across a broader revenue base.

Third, the rule changes the economics of high-value stablecoin usage in Brazil. For institutions that move large sums through stablecoins as a matter of course, the 24-hour hold introduces a meaningful change in liquidity planning. A company that manages cross-border payments or treasury operations in stablecoins must now build the delay into its cash-flow models. The time cost is not prohibitive, but it is real, and it may drive some institutional users to restructure their flows — perhaps by maintaining smaller balances on exchanges and relying more heavily on direct self-custody arrangements that avoid the regulated gateway.

THE CROSS-BORDER PROBLEM

One of the least examined provisions of Resolution 584 is its claimed coverage of transfers to foreign entities. The BCB asserts that the rule applies when a Brazilian VASP sends assets to an entity operating outside Brazil's borders. But the enforcement reality is distinctly more complicated.

A Brazilian VASP is, by definition, subject to Brazilian law. It can be compelled to withhold, monitor, record, and reject transactions. The BCB's jurisdiction over the VASP is uncontroversial. But the foreign entity receiving the assets is not subject to Brazilian law. A decentralized protocol with no incorporated entity, no employees in Brazil, and no assets within Brazilian territory cannot be compelled to do anything. A foreign exchange is subject only to the laws of its own jurisdiction, and it has no obligation to honor a Brazilian central bank resolution.

What this means, in practice, is that the cross-border dimension of Resolution 584 is only as strong as the willingness of Brazilian VASPs to comply. The BCB cannot reach the recipient, but it can punish the sender's intermediary. It can fine or revoke the license of a Brazilian VASP that fails to apply the holding rule to outbound transfers. In that sense, the rule does achieve a kind of extraterritorial reach — not through direct jurisdiction over foreign parties, but through the indirect leverage of regulating the gateway.

This is not a new approach. The United States applies a similar logic in its anti-money-laundering framework, requiring US financial institutions to 'know their customer' and to monitor transactions involving foreign counterparties. The Financial Action Task Force's Travel Rule extends the logic of transparency to virtual asset transfers, requiring VASPs to share customer information across borders. Resolution 584 sits within this broader international pattern of using regulated gateways as enforcement chokepoints.

THE 2027 TIMELINE AND WHITE PAPER OF TRANSITION

The two-year window between publication and effective date is, in my view, the clearest evidence of the BCB's intentions. If the institution wanted to suppress crypto markets in Brazil, it would not provide a 24-month runway for adjustment. It would impose the rule immediately, as some jurisdictions have done with outright bans. Instead, the BCB has deliberately signaled that it wants the industry to prepare — that it expects a compliant Brazilian crypto sector to emerge from this transition, and that it is giving VASPs the time to build the infrastructure the rule requires.

The transition period also gives the market an extended window for behavioral adjustment. Users will learn to plan around the 24-hour hold. VASPs will build the risk assessment systems, hiring the compliance staff, and iterating on the customer experience. The technology vendors that serve Brazilian exchanges will develop off-the-shelf solutions for transaction monitoring, threshold aggregation, and fraud assessment. By January 1, 2027, a substantial fraction of the industry's adjustment will already have occurred.

There is a darker reading of the timeline as well. The BCB retains significant discretionary authority under the resolution to adjust the parameters of the rule — to extend the holding period, to lower the threshold, to restrict the conditions under which early release is permitted. The current rule, with its $10,000 threshold and 24-hour window, may be merely the initial calibration. The transition period is also a period of regulatory flexibility, and market participants must remain aware that the parameters they see today are not the parameters they should expect in 2028 or 2029.

WHAT THE MARKET GETS WRONG

The 'No More Instant Crypto Transfers in Brazil?' headline was always an exaggeration, and the market should be skeptical of similar framings in the future. Resolution 584 does not eliminate instant transfers. It does not ban high-value transactions. It does not prohibit self-custody. It imposes a time limit on the movement of assets through regulated intermediaries above a threshold that most Brazilian crypto users will never reach. The rule is best understood as a maturation signal, not a prohibition.

I have spent enough time in this industry to recognize the cycles of regulatory panic. In 2018, when the SEC was pursuing enforcement actions against ICO issuers, the narrative was that the SEC was trying to kill crypto. In 2021, when China banned cryptocurrency mining, the narrative was that China was trying to kill Bitcoin. Neither prediction was accurate. The SEC was building a regulatory framework, and China's miners relocated to other jurisdictions. The industry absorbed the shock, adapted, and continued.

Resolution 584 will be absorbed and adapted to as well. The compliance moat will strengthen the balance sheets of large, well-capitalized VASPs. The behavioral adjustment will push some users toward immediately available self-custody solutions, and will thereby deepen the ecosystem's self-custody infrastructure. And the official acknowledgment of stablecoins as payment instruments, embedded in the resolution, may actually accelerate institutional adoption by removing the ambiguity that has historically deterred conservative financial institutions.

There is also a deeper point that the market has not fully internalized. Regulations that recognize an activity, rather than prohibiting it, implicitly validate the activity's persistence. By extending anti-fraud rules to crypto transfers, the BCB has formally conceded that crypto transfers are a permanent feature of the Brazilian financial landscape — a phenomenon to be governed, not a phase to be eradicated. For an industry that has spent a decade fighting for legitimacy, that concession is significant.

FORWARD THOUGHT

We will not know the full consequences of Resolution 584 until the rule is implemented and we observe how Brazilian VASPs calibrate their risk engines, how users adjust their transactional behavior, and whether fraud rates actually decline in the high-value segment. Until then, the honest analysis is provisional.

But I will make one observation that I believe will survive the transition. The 24-hour pause is not a punishment; it is a reminder. It reminds us that the crypto industry's founding promise of immediate, irrevocable settlement carries a hidden cost — when value moves instantly, there is no opportunity to question whether it should move at all. Every technology that accelerates financial flows eventually builds a braking mechanism that favors reflection over reaction.

The most resilient systems are those that have learned to pause. And every token is a vote for a future we haven't yet built — a future in which the speed of settlement is balanced against the need to be sure that the settlement is right.

Market Prices

BTC Bitcoin
$76,883.3 -1.18%
ETH Ethereum
$2,383.76 -2.41%
SOL Solana
$98.02 -3.51%
BNB BNB Chain
$684.4 -0.13%
XRP XRP Ledger
$1.33 -3.37%
DOGE Dogecoin
$0.0812 -1.59%
ADA Cardano
$0.1949 -1.57%
AVAX Avalanche
$7.12 -1.77%
DOT Polkadot
$0.8467 -1.43%
LINK Chainlink
$11.04 -2.98%

Fear & Greed

63

Greed

Market Sentiment

Event Calendar

{{年份}}
08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

12
05
halving BCH Halving

Block reward halving event

18
03
unlock Sui Token Unlock

Team and early investor shares released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

28
03
unlock Arbitrum Token Unlock

92 million ARB released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

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
$76,883.3
1
Ethereum ETH
$2,383.76
1
Solana SOL
$98.02
1
BNB Chain BNB
$684.4
1
XRP Ledger XRP
$1.33
1
Dogecoin DOGE
$0.0812
1
Cardano ADA
$0.1949
1
Avalanche AVAX
$7.12
1
Polkadot DOT
$0.8467
1
Chainlink LINK
$11.04

🐋 Whale Tracker

🟢
0x0e7c...c0fe
6h ago
In
1,136,022 DOGE
🔵
0xa250...fc2f
12h ago
Stake
2,434 ETH
🟢
0x8ccd...e7a3
2m ago
In
409,789 USDT

💡 Smart Money

0x3103...4107
Early Investor
+$0.8M
80%
0x6a52...02c4
Experienced On-chain Trader
+$2.2M
84%
0x20c5...5f62
Institutional Custody
-$3.4M
67%

Tools

All →