Market Prices

BTC Bitcoin
$63,304.4 +1.22%
ETH Ethereum
$1,869.02 +0.88%
SOL Solana
$73.41 +2.54%
BNB BNB Chain
$590 +2.48%
XRP XRP Ledger
$1.08 +2.27%
DOGE Dogecoin
$0.0708 +2.24%
ADA Cardano
$0.1895 +9.73%
AVAX Avalanche
$6.63 +5.65%
DOT Polkadot
$0.7968 +3.17%
LINK Chainlink
$8.33 +3.80%

Event Calendar

{{年份}}
08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

28
03
unlock Arbitrum Token Unlock

92 million ARB released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

12
05
halving BCH Halving

Block reward halving event

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

18
03
unlock Sui Token Unlock

Team and early investor shares released

Gas Tracker

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

💡 Smart Money

0x4264...07cd
Market Maker
-$1.8M
67%
0x983c...5b68
Institutional Custody
+$3.3M
71%
0xe4bb...48d2
Arbitrage Bot
+$3.4M
60%

🧮 Tools

All →

The 1,367 BTC “Coldcard Address” Drain: A Forensic Autopsy and a Contrarian Warning

IvyEagle Academy
Contrary to the instinctive headline, the Galaxy Research report did not say that Coldcard had been hacked. It said that 1,367 BTC were “drained in attacks on Coldcard addresses.” The difference is not pedantry. Hacked wallets are a device defect; drained addresses are a forensic conclusion. One is a hardware story; the other is an on-chain story. And the on-chain story is where the real signal lives. For the past seven years I have made a living observing the gap between how protocols describe their security and how their users actually operate. In 2017 I spent twelve-hour days auditing token distribution contracts that were supposed to hold millions of dollars, only to find integer overflows in pledge logic that the founders had dismissed as academic. By 2020 I was writing Python simulations of DeFi yield curves because the “accepted” formulas were built on faulty geometric mean assumptions. By 2022 I had reverse-engineered the MakerDAO liquidation engine to understand why debt ceilings fail during liquidity crunches. The lesson from all of those projects is the same: when something is called safe, the most useful question is against whom, and under what operational assumptions. The Coldcard event demands that question. Let us be precise. Galaxy Research is not claiming that Coldcard’s BIP39 key generation, BIP32 derivation, or secp256k1 signatures are broken. It is claiming that a substantial amount of Bitcoin associated with Coldcard addresses moved out of user control. The word “addresses” is doing a lot of work. It is not a device serial number. It is not a hardware attestation. It is an analytical label. Someone at Galaxy has attached a probabilistic identity to a collection of UTXOs. The phrase “Coldcard addresses” should stop any serious reader cold. A Bitcoin address is, by design, a hash of a public key or a script. It is not branded. There is no metadata in a bc1q address that says this was signed by a Coldcard. The standard derivation paths used by Coldcard are the same BIP44/49/84/86 paths used by dozens of wallets. Native SegWit, Taproot, and even multisignature addresses all look identical on the wire. If Galaxy can identify a “Coldcard address,” the classification did not come from the address itself. It came from behavior. What kind of behavior? This is where the report’s silence becomes an invitation. Address labels are usually built from exchange withdrawal trails. A user buys Bitcoin on an exchange, withdraws to a fresh address, and never moves it. The exchange knows the user’s KYC identity. A data provider can then join the withdrawal address to the exchange’s hot wallet and generate a fresh withdrawal address heuristic. If the same fresh address later spends from a wallet cluster with a specific spending pattern, the heuristic can be escalated. The more addresses a user creates, the more utterances its wallet produces. Over time, those utterances form a behavioral signature. Behavioral signatures are not cryptographic breaks. They are off-chain heuristics applied to on-chain data. The Ethereum threat model has known this for years: if your wallet’s behavior is distinctive, your funds can be targeted even if your private keys are mathematically safe. For Bitcoin, the Coldcard event may be the first large-scale public demonstration that address fingerprinting is no longer an academic curiosity. Attackers do not need to break your cold wallet if they can identify your cold wallet addresses and then attack the human, the supply chain, or the companion software around the device. The report says 1,367 BTC. Let us stress-test that number. At a price of 60,000 US dollars, 1,367 BTC is roughly 82 million. At 80,000, it approaches 109 million. It is a painful amount, but it is barely visible in a daily BTC spot volume that routinely exceeds 20 billion. The direct sell-side pressure is unlikely to move the market. The indirect signal, however, is disproportionate to the dollar value. If a single research team can label 1,367 BTC as Coldcard addresses, then every self-custody user with a spare handful of cold-storage UTXOs has to ask: have I been labelled too? I want to be honest about what we do not know. The Galaxy report appears to contain no attack timestamps, no wallet versions, no firmware versions, no victim distribution, no recovery status, and no official Coldcard response. That absence is not an accident. It is likely a function of ongoing law enforcement and the natural conservatism of an on-chain intelligence desk. But from an analytical standpoint, the absence forces us to reason from first principles rather than from a tidy incident summary. Let us model the attack surface as a stack. At the bottom is the widely accepted cryptographic layer: BIP39 mnemonic generation and BIP32 HD key derivation. This layer is robust, as long as the entropy source is sound. Coldcard has built its reputation on refusing to trust a computer’s entropy. It offers dice rolls, hardware RNG, and a kill switch for internal randomness. At the top is the user’s own operational discipline: how they store the backup, how they update firmware, how they verify the address on the screen, how they keep the seed phrase off-camera. Between those two layers sits a more interesting machine: the physical device, its bootloader, its secure boot, its signed firmware, its PSBT interface, and the surrounding software ecosystem. When a user says my Coldcard was drained, they may be right in a narrow physical sense, but the fault can live in any of those layers. A senior security auditor would never ask was the hardware broken first. They would ask where did the private key live. If you stored the 24 words in a password manager, a Google Sheet, a photo in iCloud, or a safety-deposit box indexed by name, the hardware wallet never mattered. The attacker did not need to bypass the Coldcard; they needed to bypass the user’s backup process. This is the most common failure mode in self-custody incidents, and it would be unwise to assume the Coldcard event is different without evidence. Then there is the supply chain. Coldcard’s security model relies on physical provenance. The device ships with an anti-tamper seal, a signed firmware image, and a bootloader that verifies every subsequent firmware. But none of that protects against a compromised factory floor or a postal interception. An attacker who can replace a device in transit can flash malicious firmware, record the seed phrase during first initialization, and repackage the unit with a new seal. The first time the user generates a wallet, the attacker learns the private key. The attacker waits for a deposit, then drains. The victim sees a drained Coldcard and blames the hardware. The forensic reality is a supply-chain interdiction. This is not science fiction. It has been demonstrated with hardware keystroke loggers, and it is a plausible explanation for a multi-user attack wave. But no public evidence says the Coldcard event was supply chain. Confidence is low-to-moderate. A third vector is the companion application. Coldcard users often manage their wallets through software such as Specter Desktop, Sparrow Wallet, or the native Iris application. These tools are responsible for building PSBTs, watching addresses, and broadcasting signed transactions. A compromised update server or a trojanized build can show a witness script that looks correct while actually sending coins to attacker-controlled addresses. The user signs a change transaction on the Coldcard, but the change address is wrong. The device displays the destination on its secure screen, so a careful user would catch this. But the human eye is not always the final check. Attackers have built malicious QR codes, fake invoice pages, and clipboard swappers that replace a legitimate receiving address with an attacker’s address. The hardware wallet cannot protect you from information flow manipulation at the application layer. The Coldcard event may be a reminder that software between the wallet and the network is part of the trusted computing base. Confidence is moderate. A fourth vector is the one most people intuitively suspect: the address fingerprint. If an attacker knows that a particular set of UTXOs belongs to a Coldcard user, they can target that user with phishing, SIM swapping, or physical coercion. The word target is important. Attackers are economic actors. They optimize for expected value and risk. A hardware wallet user with a visible stack of untouched Bitcoin is a high-value target. The attacker does not need a zero-day in Coldcard firmware. They need to know where the private key sleeps. That could be a piece of paper in a never-changing location, a passphrase stored on a sticky note, or a will that contains a seed phrase. The event changes the risk calculus: if Coldcard address is a label that can be purchased or generated, then hardware wallet users are walking around with a visible target painted on their UTXOs. Let me propose a statistical exercise. Suppose you have 1,367 BTC lost across N victims. If N equals 5, the average loss is over 270 BTC per victim. That is a targeting campaign against whales, likely with sophisticated social engineering or inside knowledge. If N equals 300, the average loss is about 4.5 BTC. That looks like a broad-phishing operation against self-custody users, possibly through fake Coldcard websites, malicious firmware prompts, or poisoned QR codes. The Galaxy report does not give N. But the structure of the loss contains information. Single large transactions would suggest a direct attack on known holders. A long tail of small transactions would suggest an automated campaign. The probability distribution of transaction sizes is a fingerprint of the attacker’s operational envelope. Unfortunately, without the data, we are left with a bounded set of hypotheses. What would I look for if I were on the Galaxy desk after this event? First, I would break the 1,367 BTC by cluster. I would group destination addresses into wallets using the standard shared-spending heuristic. I would check whether the drained addresses had ever participated in a CoinJoin. If not, the clustering confidence is higher. I would analyze the change outputs. Coldcard’s PSBT change policies are conservative, but an attacker who steals from a hot wallet would create distinctive change patterns. I would search for the time-of-day signature of the attacker: did the transactions broadcast during US East Coast business hours, or during a North Korean workday. I would inspect the fee rates. A ransomware-style attacker who controls a botnet might pay a premium fee to ensure confirmation; a meticulous thief might set fee rates just below the mempool median. Every one of these features contributes to an attribution report. There is also a more uncomfortable level: the victim might have been using a Coldcard, but not in the way Coldcard instructs. The device supports a BIP39 passphrase to build a hidden wallet. If the user stores the passphrase in a cloud note, the seed phrase becomes worthless. If the user exports a master public key to a watch-only wallet, that xpub can be used to derive all public addresses, but not private keys. This is safe in ordinary circumstances. However, if the attacker can combine a leaked xpub with a separate leak of a single child private key, the effect can be catastrophic for certain forms of non-hardened derivation. Coldcard is probably one of the few wallets that allows users to choose non-hardened derivations beyond the standard paths. That is a power-feature that most users should not touch. Good hardware cannot protect users from their own advanced options. Allow me to put this in the context of my own audit habits. When I review a smart contract, I do not just look for arithmetic overflows. I look for business logic cliffs, places where the formal specification diverges from the user’s mental model. The same applies to hardware wallet security. Coldcard’s mental model is that your keys never touch the network. That is true, but it is also thin. The keys are not the only secret in the system. There is a seed phrase on paper. There is a passphrase in the user’s memory. There is a PIN that can be captured by a hidden camera. There is a PSBT file on a USB drive that can be replaced. There is a companion app that can be phished. There is a purchased device that crossed a border. The air gap is not a single boundary; it is a series of handoffs. The hash is not the art; it is merely the key. The art is managing all the places where the key’s shadows fall. Galaxy Research’s label of Coldcard addresses deserves a lot more skepticism than it has received. The on-chain community sometimes treats exchange labels as truth, but they are the output of probabilistic models. If a cluster is labelled Coldcard, the label might have an 85 percent precision. That means 15 percent of the addresses in that cluster could belong to other wallets. The report’s own methodology, if it is rigorous, would include uncertainty. The press opinion layer, however, converts associated with Coldcard-derived addresses into hardware wallet compromised. That is a dangerous exaggeration. It is the same pattern I saw in 2017 when a token contract’s integer overflow was described as a theft of all user balances even though the vulnerability required a malicious admin and a specific sequence of transactions. The nuance matters because the public takes action on the headline. We already see commentary about abandoning self-custody and returning to exchanges. That is precisely the wrong conclusion. Let me now take the contrarian side, because this event is about to be misremembered. The more we learn, the more likely it will turn out that Coldcard itself did not fail. The failure is the ecosystem around all hardware wallets: the phone that photographs the seed phrase, the computer that downloads a fake update, the LinkedIn message that makes an employee transfer corporate treasury funds to a Coldcard that was never purchased. The entire hardware wallet industry sells a fallacy of absolute security while ignoring the human and system-level threat models. Hardly any vendor charges you for the one expense that actually matters: an annual red-team audit of your personal security procedures. Hardware wallets are boundary objects. They sit between mathematical certainty and human fallibility. The mathematical half is robust. The human half is not. This is why the Coldcard address framing is so interesting. If attackers can identify the tool, they can also identify the user’s likely operational weaknesses. A Bitcoin user who buys a Coldcard is signaling something. They are probably technically literate enough to avoid basic phishing. But they are also likely to be confident. That confidence can be exploited. A false firmware prompt, a cleverly written Discord message about a Coldcard emergency update, or a clone of the Coinkite website with a fake download link will catch a subset of people who have let their guard down. The same group is likely to hold larger amounts than average. The attacker is not breaking hardware; they are breaking attention. The event may simply be a large-scale, well-targeted social-engineering campaign against high-net-worth users, and the label Coldcard addresses is the attackers’ shopping list. Let us think about the adversarial economics. Suppose you want to steal 1,367 BTC without breaking a single cryptographic primitive. You need a list of targets. You can generate that list by scanning the blockchain for clusters with high implied value. You then map those clusters to wallet types by correlating behavior. Once you know likely Coldcard users, you launch a low-cost phishing operation: fake websites, fake support tickets, malicious apps, and market manipulation via Telegram or Discord. Even if only one percent of targets fall for the attack, the return on investment is enormous. The 2023 Ledger Connect Kit compromise showed how a malicious code injection into a trusted dependency can drain thousands of users. The recent address-poisoning campaigns showed how a few satoshis can turn a clean wallet transaction into a deadly copy-paste error. The Coldcard label event might be another step in the same evolution: attack the identity of the user before you attack the user’s keys. Maybe the more dangerous scenario is the one that Galaxy will not confirm: a compromised descriptor file. Coldcard allows users to export a wallet descriptor, which can be imported into companion software. Descriptors describe the keys and scripts. If an attacker can replace a descriptor file, they could trick the user into sending Bitcoin to a script that appears as a receiving address but is actually controlled by the attacker. The device might display a verified descriptor fingerprint, but the user cannot realistically audit every line of BIP380 output. This is an attack against the parsing layer, not the signing layer. It has been discussed with regard to the broader descriptor wallet trend, and it remains a blind spot because the user experience of descriptors is not designed for security review. If the Coldcard event involved descriptors, it would explain why Galaxy could cluster victims: all victims had similar descriptors, and all attackers used similar poisoning methods. Now let us consider what this means for the market and for regulation. In the immediate future, the event is unlikely to change Bitcoin’s price. 1,367 BTC is a rounding error for daily settlement volume. But it may change the risk premium attached to self-custody. Institutional investors who were already nervous about losing their own keys will interpret the report as evidence that hardware wallets are vulnerable. They will push more assets toward regulated custodians with insurance and SOC 2 audits. This will not happen overnight. But in the next few quarters, we should expect a modest migration from pure self-custody to hybrid custody, where the private keys are split between a hardware wallet, a multisignature quorum, and an institutional co-signer. The regulatory wind is already blowing this direction. The FinCEN travel rule, the European Union’s MiCA, and the Financial Action Task Force recommendations are all accelerating the demand for intermediaries. An event like 1,367 BTC drained from cold addresses gives policymakers a concrete example to cite when they argue that unhosted wallets need more guardrails. That is dangerous for privacy. But it is also a predictable consequence of treating security as a personal responsibility rather than an infrastructure problem. On the regulatory side, the immediate trigger is not securities law. Coldcard is a hardware device, not a security. Coinkite is not a custodian. But a theft of 1,367 BTC is a crime, and it will attract law enforcement. If any of the stolen funds move through sanctioned mixers or reach a state-sponsored entity, the matter becomes a sanctions issue. The Office of Foreign Assets Control will have an interest. The FBI and Europol may already be involved. If the theft is tied to a North Korean attacker, the hardware wallet incident becomes a piece of geopolitical intelligence. That changes the response dynamic. Galaxy Research, a financial services firm, may have legal obligations and proprietary reasoning not to publish the full flow of funds. The absence of details in the public report is therefore not an information vacuum. It is an operational constraint. There is also a legal nuance about cold addresses. If Galaxy can identify addresses as belonging to a specific brand of wallet, that inference is being produced by an algorithm. Algorithms can be wrong. If law enforcement acts on an algorithmic label, it could freeze or sanction the wrong person. This is not hypothetical. In crypto forensics, the error rate of clustering heuristics is rarely disclosed, but it is real. Suppose a user’s Bitcoin was gifted by a Coldcard owner who no longer controls it. A clustering heuristic might assign the entire history to the recipient’s Coldcard address label. If that recipient then has a minor interaction with a sanctioned entity, the label could become a predicate for action. This is a systemic risk hidden inside the Coldcard address phrase. We should not let the convenience of a label obscure the human cost of false positives. Let me revisit the concept of self-custody with the tools of a systems engineer. The value of a hardware wallet is not that it stores coins. Coins never exist as bytes on the device. The device stores a signing capability. The security of that capability is a function of three things: the confidentiality of the private key, the integrity of the signing interface, and the verifiability of the output. Coldcard is good at all three by mainstream standards. But the event challenges a fourth, invisible function: the selective disclosure of the device’s identity. If an observer can tell that you use a Coldcard, then your capability has a metadata leak. Metadata leak is not a key leak, but in adversarial environments, metadata precedes attack. This is the classic tagging problem in surveillance. The smart solution is not to use a more obscure wallet; it is to make all wallets look alike. In Bitcoin, that means increasing the entropy of wallet behavior. It means using common derivation paths, native SegWit by default, no unusual UTXO management, and no unnecessary address reuse. It also means not moving coins in distinctive coin-control patterns. The hash is not the art; it is merely the key. The art is composing the transactions in such a way that no statistical classifier can single you out. That is a profound design challenge. The industry has spent years optimizing for key management, but almost no one has optimized for behavioral indistinguishability. If the 1,367 BTC event teaches us anything, it is that Bitcoin’s privacy frontier is not zero-knowledge proofs. It is the boring world of wallet heuristics. Your hardware wallet can be mathematically unbreakable and still be a liability because it makes you predictable. I have seen this movie before. During the 2022 bear market, I spent months inside the MakerDAO liquidation engine, tracing how debt ceilings behaved under stress. The protocol had sophisticated liquidation mechanisms, yet the failure mode was not any single mechanism. It was the interaction of many mechanisms under a specific liquidity condition. In the same way, the Coldcard event will not be explained by a single hack. It will be explained by the interaction of a hardware choice, a user behavior, a software supply chain, and an attacker’s operational pattern. Until Galaxy publishes the full post-mortem, we should be careful to distinguish Coldcard addresses as a forensic heuristic from Coldcard security failure as an empirical claim. Let us also consider the AI-agent interoperability angle. The current generation of AI agents is beginning to sign transactions on behalf of users. Those agents are being trained on the same software libraries and APIs that hardware wallet companion apps use. If an attacker can poison an AI agent’s instruction set, the agent might instruct the user to verify and sign a malicious PSBT. The hardware wallet will dutifully display the rogue recipient. A human might miss it. An AI agent might not even look at the device screen. This is the next frontier of the attack surface: not the private key, but the intention that drives the signing process. The 1,367 BTC event is a warm-up. It proves that attackers will go after the identity of the signing entity, not the mathematics of the key. In a world where AI agents are the signers, the same attack will be automated at scale. What should users do now? First, do not panic-migrate your coins to an exchange. That creates the exact concentration risk you are trying to avoid. Second, treat any report of a Coldcard hack with the same suspicion you would treat a Ledger hack. Wait for code-level evidence. Third, examine your own operational security more than your hardware brand. Ask yourself: where is my seed phrase? Who else has seen it? Have I ever typed it into a computer? Do I verify the signature of every firmware update? Have I used a hardware wallet on a machine that was already compromised? These questions matter more than whether you own a Coldcard, a Ledger, or a Trezor. Fourth, consider diversification of storage architectures. Instead of a single hardware wallet, use a multisignature vault with two or three devices, each with independent backup paths. That way, no single device, seed phrase leak, or supply-chain incident can drain your funds. It is expensive and inconvenient. That is precisely the point. The most secure storage is the one that is too hard to attack at scale. Fifth, adopt privacy practices that defeat address labeling. Use a CoinJoin protocol, use a new address for every transaction, avoid consolidating UTXOs in predictable ways, and do not interact with smart contracts from your cold wallet unless absolutely necessary. If the Galaxy report is accurate, then Coldcard addresses are targetable. The best defense is to become unclassifiable. The hash is not the art; it is merely the key. The key matters, but the metadata around it determines how easily an attacker can find you. If the last few weeks prove anything, it is that on-chain researchers and criminals are now playing the same game: building fine-grained maps of who owns what, using which tool, with which behavioral flaws. The hardware wallet can keep your private keys safe, but it cannot keep your identity anonymous. In an adversarial environment, anonymity is a security property. The sooner we treat it as such, the better. We will not get the full story in this report. We may never get it. The on-chain record will be parsed, repackaged, and sold to intelligence firms. The event will become a data point in a training set that makes the next address-labeling algorithm more accurate. In that sense, the 1,367 BTC may already be doing more damage than the theft itself. It is teaching a generation of models to recognize the signatures of security-conscious Bitcoin users. The attacker’s real reward is not the 1,367 BTC. It is the labelled dataset that the attack creates. Every address, every change output, and every accusation is a training signal. My final warning is directed not at Coldcard users but at the self-custody movement. We have told ourselves a story in which a private key on a piece of metal is sovereign territory. That story is necessary for adoption, but it is incomplete. The private key is only one gate. Behind it stand the seed phrase, the update pipeline, the wallet software, the human memory, and the metadata trail. The 1,367 BTC event is a reminder that the gate is not the castle. The castle is the entire system. If we continue to sell hardware wallets as magic armor, we will continue to see events like this become object lessons for regulators, insurance companies, and attackers. The alternative is to embrace a more brittle but honest message: self-custody is a set of trade-offs, and the hardware wallet is only a better keybox, not a promise of security. Now let me calibrate confidence levels in the way I do when stress-testing a protocol. That the 1,367 BTC figure is accurate: high, because Galaxy’s on-chain analysts know how to count. That the funds were drained from users who self-identified as or behaved like Coldcard users: moderate-high, because the label was not invented out of thin air. That the exploit was a firmware-level cryptographic flaw in Coldcard: low, because there is no evidence and no public technical disclosure. That the attack involved supply-chain interdiction: low-to-moderate, because it is plausible but unproven. That the attack was a sophisticated social-engineering campaign combined with address fingerprinting: moderate, because this is consistent with the reported absence of a specific device exploit. That the event will change institutional custody decisions: moderate, because the narrative is already moving. That Bitcoin’s price will experience a meaningful drawdown because of this event: low, because the market has absorbed much larger exchange collapses. A final note from my audit experience. When a protocol has a vulnerability, the worst response is to issue a patch and move on. The best response is to publish a threat model, a list of assumptions, and a post-mortem of how those assumptions failed. Coldcard has not yet had a chance to respond publicly. Galaxy Research may not share its full methodology. The community, therefore, has a choice: to theorize in the dark, or to demand more transparency. I demand more transparency. Not because I want a lurid incident report, but because the absence of details is itself a security risk. The uncertain field around Coldcard addresses is a space where misinformation breeds fear, and fear produces bad decisions. The hash is not the art; it is merely the key. But a poorly understood attack is the fastest way to turn a key into a liability. The 1,367 BTC is gone. The labels will remain. And in the next cycle, the same techniques used to target Coldcard users will be used to target AI agents, multisignature governance scripts, and the next generation of self-custody interfaces. The question is not whether your hardware wallet can keep your private key safe. The question is whether you have made yourself unclassifiable. I still believe Bitcoin self-custody is worth defending. But I no longer believe that defense begins and ends with a device. It begins with the uncomfortable recognition that the weakest part of the system is whatever makes your wallet recognizable. Make yourself boring. Make your transactions boring. And above all, do not confuse a key for a fortress.

The 1,367 BTC “Coldcard Address” Drain: A Forensic Autopsy and a Contrarian Warning

The 1,367 BTC “Coldcard Address” Drain: A Forensic Autopsy and a Contrarian Warning

Fear & Greed

27

Fear

Market Sentiment

Altseason Index

44

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$63,304.4
1
Ethereum ETH
$1,869.02
1
Solana SOL
$73.41
1
BNB Chain BNB
$590
1
XRP Ledger XRP
$1.08
1
Dogecoin DOGE
$0.0708
1
Cardano ADA
$0.1895
1
Avalanche AVAX
$6.63
1
Polkadot DOT
$0.7968
1
Chainlink LINK
$8.33

🐋 Whale Tracker

🔵
0x7c7f...b117
1h ago
Stake
40,876 BNB
🔵
0x42de...c810
1d ago
Stake
563,343 DOGE
🔵
0x4abe...683d
2m ago
Stake
4,692,784 USDT