LZCNode
Trends

The Backup File Is the Attack: Dissecting the Claude AI Phishing Chain Targeting Crypto Developers

CryptoPomp

The data point is unremarkable on its face. A developer clicked a link. The link resolved to a page impersonating Claude AI, Anthropic's assistant. The developer recognized the discrepancy before the payload executed. Near miss. Move on.

Except the second data point changes the calculus entirely. The same developer later discovered poisoned backup files. Files that would have been restored on a supposedly clean machine. Files that would have re-established the infection after the developer believed they had escaped the kill zone.

This is not a phishing attempt. This is a two-stage kill chain engineered to survive the victim's own security response. The first stage is the lure. The second stage is the trap that waits for the victim to rebuild. Tracing the ledger back to the zero-day exploit, the attack reveals something more structural than a single bad link: the trust boundary between AI tooling and developer workflows has become the new attack surface for cryptocurrency theft.

I have spent sixteen years in this industry, most of them conducting due diligence on projects that promised more than their code delivered. I have audited whitepapers that contradicted themselves across four pages. I have stress-tested liquidation models that failed under a 40% drawdown. But the most dangerous patterns are not in the code. They are in the assumptions developers make about the tools they trust.

This incident is a case study in those assumptions. It deserves a full teardown.


CONTEXT: THE AI + CRYPTO CONVERGENCE AND THE EXPANDING ATTACK SURFACE

The integration of AI assistants into crypto development workflows is no longer a novelty. It is standard practice. Developers use Claude AI to audit smart contract logic, generate boilerplate for new token standards, debug Solidity errors, review bytecode for vulnerabilities, and draft documentation for protocol upgrades. The efficiency gains are real. I have seen junior developers produce audit-ready code in hours that would have taken days a decade ago.

But every efficiency gain carries a corresponding risk expansion. The developer terminal is now a convergence point for multiple trust domains: the AI service, the operating system, the browser, the backup infrastructure, and the cryptographic material that secures protocol deployments. Each of these domains has its own threat model. Each has its own failure modes. And when they converge on a single machine, the attack surface multiplies rather than adds.

The attack described in this incident exploits exactly this convergence. The attacker chose Claude AI as the lure because it is a trusted brand in the developer community. The attacker chose backup files as the persistence mechanism because backups are the one thing developers are trained to trust unconditionally. The combination is not random. It is a deliberate exploitation of the trust hierarchy that governs developer workflows.

Consider the timeline of AI-related phishing attacks targeting the crypto sector. In 2023, we saw the first wave of fake ChatGPT plugins designed to steal API keys. In 2024, the attacks evolved to target AI-powered trading bots and automated market-making tools. Now, in 2025, we are seeing the maturation of the attack pattern: brand impersonation of AI tools combined with supply-chain-style persistence mechanisms. The attackers are not getting less sophisticated. They are getting more patient.

The patience is the tell. A phishing link that relies on immediate execution is a spray-and-pray operation. A phishing link combined with poisoned backups is a targeted operation designed for a specific victim profile. The attacker knew that the developer would eventually rebuild their machine. The attacker knew that the developer would restore from backup. The attacker planned for the moment of restoration as the moment of infection.

This is the difference between a mugging and a home invasion. The mugger takes what is in your pockets. The home invader studies your routines, learns your habits, and waits for the moment when you are most vulnerable. The backup poisoning is the home invasion. The fake Claude AI link is just the reconnaissance.


CORE: SYSTEMATIC TEARDOWN OF THE ATTACK CHAIN

Let me be precise about what we know and what we do not know. The public record contains two confirmed data points. First, a developer clicked a fake Claude AI link and nearly suffered a malware infection. Second, the developer discovered poisoned backup files that could have re-infected a clean machine. That is the entirety of the confirmed information.

What we do not know is substantial. We do not know the specific malware family. We do not know the command-and-control infrastructure. We do not know the payload delivery mechanism. We do not know whether the backup poisoning was performed by the same attacker or a different actor. We do not know the developer's geographic location, the project they work on, or the value of the assets they control.

This information asymmetry is itself a finding. The absence of public indicators of compromise means the community cannot scan for this specific threat. The absence of malware samples means security researchers cannot develop detection signatures. The absence of IoCs means the attack can persist in the wild without detection. The risk is not the single incident. The risk is the unknown prevalence of the pattern.

Phase One: The Lure

The fake Claude AI link is the entry point. The attacker's choice of Claude AI as the impersonated brand is not arbitrary. Claude AI has a specific reputation in the crypto development community. It is perceived as more rigorous than consumer-grade AI assistants. It is perceived as more aligned with technical accuracy. Developers who work on smart contract security often prefer Claude AI for code review because the model demonstrates stronger reasoning on complex logic.

This perception creates a trust gradient. A developer who receives a link to a Claude AI page is more likely to click it than a link to a generic AI service. The attacker exploited this gradient. The link was designed to look legitimate. The landing page was designed to mimic the official interface. The developer clicked because the brand was familiar and the context was plausible.

This is not a technical vulnerability. It is a social engineering vulnerability. The attacker did not need to exploit a zero-day in the browser or the operating system. The attacker needed to exploit a zero-day in the developer's trust model. The developer trusted the brand. The developer trusted the link. The developer trusted the context in which the link was received.

I have seen this pattern before. In 2017, I conducted a forensic audit of the Paragon Coin ICO whitepaper. The document claimed a consensus mechanism that did not exist in any published research. The team had fabricated technical references to create an appearance of legitimacy. The whitepaper was not a technical document. It was a social engineering artifact designed to exploit the trust that investors placed in technical documentation. The fake Claude AI link is the same pattern applied to a different audience.

The developer community is particularly vulnerable to this pattern because developers are trained to trust documentation. A developer who encounters a technical claim will verify the logic. A developer who encounters a brand link will verify the domain. But a developer who encounters a link in a context that feels natural - a message from a colleague, a post in a developer forum, a search result that matches the expected URL - will often skip the verification step. The context substitutes for the verification.

Phase Two: The Backup Poisoning

The backup poisoning is the more sophisticated component of the attack. The attacker did not rely on the initial infection to achieve their objective. The attacker prepared a secondary mechanism that would survive the victim's response to the initial incident.

Consider the developer's likely response to discovering the fake link. The developer would disconnect the machine from the network. The developer would run a malware scan. The developer would check running processes and startup entries. The developer would identify the infection and attempt to remove it. If the removal was unsuccessful, the developer would rebuild the machine from a clean image.

The backup poisoning targets the rebuild. The developer restores their files from backup. The backup contains the malicious payload. The payload executes during the restoration process or shortly after. The developer believes they have escaped the attack. In reality, they have re-infected themselves.

This is the "clean computer" assumption, and it is the most dangerous assumption in the entire attack chain. The developer assumes that a rebuilt machine is clean. The developer assumes that a restored backup is trustworthy. The attacker exploits both assumptions simultaneously.

The backup poisoning also reveals something about the attacker's access. To poison a backup file, the attacker must have had access to the backup infrastructure. This access could have been achieved through the initial infection, through compromised credentials, or through a separate attack vector. The fact that the backup was poisoned suggests the attacker had deeper access than a single phishing link would provide.

This is where the attack chain becomes genuinely concerning. A phishing link is a single point of failure. If the developer does not click, the attack fails. But a poisoned backup is a persistent threat. Even if the developer avoids the initial infection, the backup remains compromised. The next time the developer restores from backup - for any reason - the infection will activate.

The backup poisoning also expands the attack's blast radius. If the backup is synchronized to a cloud service, the poisoned files may propagate to other devices. If the backup is shared with a team, the poisoned files may infect other developers. If the backup is stored in a version control repository, the poisoned files may enter the project's codebase. The attack is no longer limited to a single developer. It becomes a supply chain attack.

Why Crypto Developers Are High-Value Targets

The targeting of crypto developers is not random. It is a rational economic decision by the attacker. Crypto developers control assets that are disproportionately valuable relative to the effort required to steal them.

Consider the attack surface of a typical crypto developer. The developer's machine contains private keys for protocol deployments. The machine contains RPC endpoints and API credentials for blockchain infrastructure. The machine contains deployment scripts that can execute transactions on mainnet. The machine contains wallet files and seed phrases for project treasuries. The machine contains source code for protocols that may be unaudited or under-audited.

A single compromised developer machine can yield multiple attack vectors. The attacker can steal private keys and drain protocol treasuries. The attacker can modify deployment scripts to redirect funds. The attacker can exfiltrate source code and front-run the project's launch. The attacker can use the developer's identity to social-engineer other team members.

The value of these assets far exceeds the value of a typical consumer's digital assets. A consumer might have a few thousand dollars in a wallet. A crypto developer might have access to millions of dollars in protocol funds. The attacker is not targeting the developer's personal wealth. The attacker is targeting the developer's access to institutional wealth.

This is the economic logic of the attack. The attacker invests in a sophisticated two-stage kill chain because the expected return justifies the investment. A single successful attack on a crypto developer can yield more value than a thousand successful attacks on ordinary users.

The Trust Chain Breakdown

The attack exploits a specific trust chain that governs developer workflows. The chain has four links: the AI service, the operating system, the backup infrastructure, and the cryptographic material. Each link is trusted by the developer. Each link is vulnerable to compromise.

The AI service is trusted because it provides value. The developer relies on the AI service for code review, debugging, and documentation. The trust is earned through repeated positive interactions. The attacker exploits this trust by impersonating the AI service.

The operating system is trusted because it is the foundation of the developer's workflow. The developer relies on the operating system to execute code, manage files, and maintain security. The trust is earned through the operating system's track record of stability. The attacker exploits this trust by compromising the operating system through the initial infection.

The backup infrastructure is trusted because it is the safety net. The developer relies on backups to recover from failures, rebuild machines, and preserve work. The trust is earned through the backup's role in disaster recovery. The attacker exploits this trust by poisoning the backup files.

The cryptographic material is trusted because it is the key to the kingdom. The developer relies on private keys, seed phrases, and credentials to manage protocol assets. The trust is earned through the cryptographic guarantees of the underlying technology. The attacker exploits this trust by targeting the cryptographic material as the final objective.

The attack breaks the trust chain at the weakest link. The weakest link is not the AI service or the operating system. The weakest link is the backup infrastructure, because it is the one component that the developer is trained to trust unconditionally. The developer verifies the AI service's domain. The developer verifies the operating system's integrity. But the developer does not verify the backup's contents. The backup is assumed to be clean because it is the backup.

This assumption is the attack's foundation. The attacker does not need to break the trust chain at every link. The attacker only needs to break it at one link. The backup is the link that the developer is least likely to verify.

What We Do Not Know: The Information Gap

The absence of technical details is a significant gap in the community's ability to respond to this threat. Without malware samples, security researchers cannot develop detection signatures. Without IoCs, developers cannot scan their systems for indicators of compromise. Without C2 domain information, threat intelligence platforms cannot block the infrastructure.

The information gap is not the fault of the developer or the reporting outlet. It is a natural consequence of the incident's recency. The developer is likely still in the process of containing the threat. The security team is likely still in the process of analyzing the malware. The forensic investigation is likely still in its early stages.

But the information gap creates a window of vulnerability. During this window, other developers may be exposed to the same attack pattern without the ability to detect it. The attack pattern may be more prevalent than the single reported incident suggests. The absence of evidence is not evidence of absence.

Based on my experience analyzing security incidents, I can make some educated inferences about the likely characteristics of the malware. The malware is likely designed to be persistent, meaning it survives reboots and attempts at removal. The malware is likely designed to be stealthy, meaning it avoids detection by common security tools. The malware is likely designed to be targeted, meaning it focuses on crypto-related assets rather than general-purpose theft.

The malware may also have anti-sandbox capabilities. Sophisticated malware detects when it is running in a virtualized environment and delays or modifies its behavior to avoid analysis. If the malware in this incident has anti-sandbox capabilities, the forensic analysis will take longer and the detection signatures will be delayed.

The malware may also have self-deletion capabilities. Sophisticated malware deletes itself after achieving its objective to avoid leaving traces. If the malware in this incident has self-deletion capabilities, the forensic analysis may not recover the full payload.

Risk Assessment and Threat Modeling

Let me construct a threat model for this attack pattern. The threat actor is likely an organized group with specific targeting criteria. The group is likely focused on cryptocurrency theft rather than general-purpose cybercrime. The group is likely based in a jurisdiction with limited extradition treaties, making prosecution difficult.

The threat actor's capabilities include social engineering, malware development, and infrastructure management. The social engineering capability is demonstrated by the convincing fake Claude AI link. The malware development capability is demonstrated by the backup poisoning mechanism. The infrastructure management capability is demonstrated by the ability to maintain the attack infrastructure without detection.

The threat actor's objectives are likely financial. The targeting of crypto developers suggests a focus on cryptocurrency theft. The attack chain is designed to achieve persistent access to the developer's machine, which enables the theft of private keys, seed phrases, and deployment credentials.

The threat actor's opportunities are expanding. The AI + crypto convergence is creating new attack surfaces. The increasing use of AI tools in development workflows is creating new trust relationships that can be exploited. The increasing value of crypto assets is creating new incentives for sophisticated attacks.

The threat actor's constraints are limited. The lack of international cooperation in cybercrime enforcement limits the risk of prosecution. The anonymity of cryptocurrency transactions limits the risk of asset tracing. The complexity of the attack chain limits the risk of detection.

This threat model suggests that the attack pattern will continue and likely escalate. The attacker has demonstrated a working playbook. The playbook can be replicated and adapted. The playbook can be applied to other AI tools, other developer workflows, and other trust relationships.

Historical Context: The Evolution of Developer-Targeted Attacks

The targeting of developers is not new. The crypto industry has a long history of attacks on developers and development infrastructure.

In 2018, the Electrum wallet was targeted by a phishing attack that displayed a fake update prompt to users. The prompt directed users to download a malicious version of the wallet that stole their private keys. The attack exploited the trust that users placed in the wallet's update mechanism.

In 2020, the Ledger hardware wallet's customer database was breached, exposing the contact information of over 270,000 customers. The breach was followed by a wave of phishing attacks targeting Ledger customers with fake wallet updates and fake recovery phrase prompts.

In 2022, the Slope wallet was implicated in a security incident that resulted in the theft of over $8 million in user funds. The incident was attributed to a vulnerability in the wallet's private key storage mechanism.

In 2023, the 3Commas API key leak exposed the trading credentials of thousands of users. The leak was followed by a wave of unauthorized trades and fund withdrawals.

In 2024, the LastPass breach exposed encrypted password vaults, including those of crypto users who stored their seed phrases in the password manager.

These incidents share a common pattern: the exploitation of trust relationships. The Electrum attack exploited trust in the update mechanism. The Ledger attack exploited trust in the hardware wallet brand. The Slope attack exploited trust in the wallet's security. The 3Commas attack exploited trust in the API integration. The LastPass attack exploited trust in the password manager.

The Claude AI attack follows the same pattern. It exploits trust in the AI service brand. It exploits trust in the backup infrastructure. It exploits trust in the developer's own security response.

But the Claude AI attack adds a new dimension: the combination of phishing and backup poisoning. This combination creates a two-stage kill chain that is more resilient than any single-stage attack. The attacker does not need the initial infection to succeed. The attacker only needs the backup restoration to occur.

The Economics of the Attack

Let me analyze the economics of this attack pattern from the attacker's perspective. The attacker's costs include the development of the phishing infrastructure, the development of the malware, the acquisition of the backup access, and the maintenance of the attack infrastructure.

The phishing infrastructure costs are relatively low. A fake Claude AI page can be hosted on a compromised server or a cheap VPS. The domain can be registered for a few dollars. The page can be cloned from the official site in minutes.

The malware development costs are moderate. A sophisticated two-stage malware requires skilled developers and significant testing. The malware must be designed to evade detection, maintain persistence, and exfiltrate data. The development cost is likely in the tens of thousands of dollars.

The backup access acquisition costs are variable. If the backup access is achieved through the initial infection, the cost is included in the malware development. If the backup access is achieved through compromised credentials, the cost is the price of the credentials on the dark web. If the backup access is achieved through a separate attack vector, the cost is the cost of that attack.

The infrastructure maintenance costs are low. The C2 infrastructure can be hosted on bulletproof hosting services. The domains can be rotated to avoid detection. The infrastructure can be maintained for months or years.

The attacker's expected revenue is the value of the assets controlled by the target developer. For a typical crypto developer, this value could range from tens of thousands to millions of dollars. For a developer working on a major protocol, the value could be significantly higher.

The attacker's expected revenue must be discounted by the probability of success. The probability of success depends on the quality of the attack, the security posture of the target, and the effectiveness of the target's response. A well-executed attack on a poorly secured target has a high probability of success.

The attacker's expected revenue must also be discounted by the probability of detection and prosecution. The probability of detection is low for a well-executed attack. The probability of prosecution is even lower, given the challenges of cross-border cybercrime enforcement.

The economics favor the attacker. The costs are moderate. The expected revenue is high. The probability of success is significant. The probability of prosecution is low. The attack pattern is economically rational.

This economic analysis explains why the attack pattern is likely to continue. The attacker has found a profitable business model. The business model will attract imitators. The imitators will adapt the playbook to new targets and new tools.

The Developer's Dilemma

The developer faces a genuine dilemma. The AI tools that improve their productivity also expand their attack surface. The backup systems that protect their work also provide a vector for persistent infection. The trust relationships that enable collaboration also create opportunities for social engineering.

The dilemma cannot be resolved by abandoning AI tools or backup systems. The productivity gains are too significant. The protection is too important. The developer must instead adopt a security posture that accounts for the risks.

The security posture must include verification of AI service domains. The developer must verify that the URL is the official domain before entering credentials or downloading files. The developer must be suspicious of links received through unofficial channels.

The security posture must include verification of backup integrity. The developer must scan backups for malware before restoration. The developer must verify the hash of critical backup files. The developer must maintain a clean backup that is never exposed to potentially compromised systems.

The security posture must include isolation of cryptographic material. The developer must store private keys on hardware wallets or air-gapped devices. The developer must not store seed phrases on the same machine that runs AI tools. The developer must separate the development environment from the asset management environment.

The security posture must include monitoring for indicators of compromise. The developer must monitor for unusual network traffic, unexpected processes, and unauthorized access. The developer must have a response plan for suspected infections.

The Industry's Blind Spot

The industry has a blind spot when it comes to developer security. The industry focuses on protocol security, smart contract audits, and network security. The industry pays less attention to the security of the developers who build and maintain the protocols.

This blind spot is understandable. Protocol security is more visible and more measurable. Smart contract audits produce concrete findings. Network security has established frameworks and standards. Developer security is more diffuse and harder to measure.

But the blind spot is dangerous. A compromised developer can undermine the security of an entire protocol. A compromised developer can steal funds, modify code, or exfiltrate sensitive information. The protocol's security is only as strong as the security of its developers.

The industry needs to invest in developer security. The industry needs to provide developers with secure development environments. The industry needs to establish standards for backup integrity, credential management, and incident response. The industry needs to treat developer security as a first-class concern.


CONTRARIAN: WHAT THE BULLS GOT RIGHT

Let me steelman the other side of this argument. The AI + crypto convergence is not inherently dangerous. The attack described in this incident is not a failure of AI technology. It is a failure of operational security.

The fake Claude AI link is a social engineering attack. The same attack could be executed with any trusted brand. A fake GitHub link. A fake Docker Hub link. A fake npm link. The AI brand is incidental to the attack. The attack would work just as well with any tool that developers trust.

The backup poisoning is a supply chain attack. The same attack could be executed with any backup system. A poisoned Time Machine backup. A poisoned rsync mirror. A poisoned cloud sync folder. The backup system is incidental to the attack. The attack would work just as well with any backup infrastructure.

The bulls are right that AI tools provide genuine value to crypto developers. The productivity gains are real. The code quality improvements are measurable. The time savings are significant. The AI tools are not the problem.

The bulls are right that the attack is a phishing attack, not an AI vulnerability. The AI service was not compromised. The AI service's security was not breached. The AI service's code was not exploited. The attack was a brand impersonation, not a technical exploit.

The bulls are right that the solution is operational security, not technology avoidance. The developer should not stop using AI tools. The developer should not stop using backups. The developer should adopt better security practices. The developer should verify domains, scan backups, and isolate cryptographic material.

The bulls are also right that the attack pattern is not new. Phishing attacks have existed since the early days of the internet. Backup poisoning has existed since the early days of backup systems. The combination is new, but the components are familiar. The attack is an evolution, not a revolution.

But the bulls are wrong if they conclude that the attack is not a significant threat. The attack is significant because it targets a specific high-value population. The attack is significant because it uses a two-stage kill chain that is more resilient than single-stage attacks. The attack is significant because it exploits trust relationships that are fundamental to developer workflows.

The bulls are also wrong if they conclude that the industry does not need to change. The industry does need to change. The industry needs to invest in developer security. The industry needs to establish standards for backup integrity and credential management. The industry needs to treat developer security as a first-class concern.

Priors are cheaper than promises. The industry has been promising to improve security for years. The industry has been promising to protect developers. The industry has been promising to learn from past incidents. The promises have not been sufficient. The attack pattern will continue until the industry takes developer security seriously.


TAKEAWAY: THE ACCOUNTABILITY CALL

The attack on the crypto developer is not an isolated incident. It is a signal. The signal indicates that the AI + crypto convergence has created a new attack surface. The signal indicates that attackers are adapting to the changing developer workflow. The signal indicates that the industry's security posture is not keeping pace with the threat landscape.

The developer who clicked the fake Claude AI link was lucky. The developer discovered the backup poisoning before restoring the files. The developer avoided the second-stage infection. But luck is not a security strategy.

The next developer may not be lucky. The next developer may restore the poisoned backup. The next developer may lose their private keys. The next developer may lose their protocol's funds. The next developer may lose their project's source code.

The industry needs to act before the next incident. The industry needs to establish standards for developer security. The industry needs to provide developers with secure development environments. The industry needs to invest in threat intelligence and incident response.

Audit the code, ignore the cult. The cult of AI tools will continue to promote the productivity gains. The cult of backups will continue to promote the safety net. The cult of trust will continue to promote the assumption that the tools are safe. The audit must focus on the actual risks, not the marketing narratives.

The developer's terminal is the new frontier of crypto security. The developer's backup is the new vector of persistent infection. The developer's trust is the new target of social engineering. The industry must secure the frontier before the attackers do.

Stress tests reveal what audits cannot. The audit of the code reveals the vulnerabilities in the protocol. The stress test reveals the vulnerabilities in the developer's workflow. The stress test of the backup restoration process reveals the vulnerabilities in the disaster recovery plan. The stress test of the AI tool integration reveals the vulnerabilities in the trust relationship.

The next stress test should be conducted by every crypto development team. The test should simulate a phishing attack on a developer. The test should simulate a backup poisoning incident. The test should simulate a credential theft. The test should reveal the weaknesses in the team's security posture.

The results of the stress test will be uncomfortable. The results will reveal that the team's security posture is weaker than expected. The results will reveal that the team's backup system is vulnerable. The results will reveal that the team's developers are susceptible to social engineering.

But the discomfort is preferable to the alternative. The alternative is a real attack. The alternative is a real loss. The alternative is a real compromise. The alternative is the next headline about a crypto developer who clicked a fake link and lost everything.

Verify before you verify the verifier. The developer verified the Claude AI link. The developer verified the backup files. The developer verified the clean machine. But the developer did not verify the verification process itself. The verification process was the attack's target.

The next verification should be different. The next verification should include a hash check of backup files. The next verification should include a scan of the backup in an isolated environment. The next verification should include a review of the backup's origin and integrity.

The next verification should also include a review of the trust relationships. The developer should verify the AI service's domain. The developer should verify the backup system's security. The developer should verify the credentials' storage. The developer should verify the entire trust chain.

The trust chain is only as strong as its weakest link. The weakest link is the backup. The backup is trusted unconditionally. The backup is restored without verification. The backup is the attack's foundation.

The industry must strengthen the weakest link. The industry must establish standards for backup integrity. The industry must provide tools for backup verification. The industry must educate developers about the risks of backup poisoning.

The attack on the crypto developer is a warning. The warning is clear. The warning is urgent. The warning is actionable. The question is whether the industry will heed the warning or wait for the next incident.

The next incident will be worse. The next incident will involve a real loss. The next incident will involve a compromised protocol. The next incident will involve a stolen treasury. The next incident will be the one that the industry regrets not preventing.

The time to act is now. The time to secure the developer terminal is now. The time to verify the backup is now. The time to audit the trust chain is now. The time to prepare for the next attack is now.

The developer who clicked the fake Claude AI link was lucky. The industry should not rely on luck. The industry should rely on security. The industry should rely on verification. The industry should rely on preparation.

The backup file is the attack. The trust chain is the vulnerability. The developer terminal is the frontier. The industry must secure the frontier before the attackers do.

Market Prices

Coin Price 24h
BTC Bitcoin
$76,647.4 -1.57%
ETH Ethereum
$2,372.37 -3.17%
SOL Solana
$98.87 -3.21%
BNB BNB Chain
$683.5 -0.34%
XRP XRP Ledger
$1.33 -2.88%
DOGE Dogecoin
$0.0808 -1.83%
ADA Cardano
$0.1947 -1.17%
AVAX Avalanche
$7.12 -1.43%
DOT Polkadot
$0.8532 -0.19%
LINK Chainlink
$11.04 -2.62%

Fear & Greed

63

Greed

Market Sentiment

Event Calendar

{{ๅนดไปฝ}}
28
03
unlock Arbitrum Token Unlock

92 million ARB released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

18
03
unlock Sui Token Unlock

Team and early investor shares released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

12
05
halving BCH Halving

Block reward halving event

๐Ÿงฎ Tools

All โ†’

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

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

Market Cap

All โ†’
# Coin Price
1
Bitcoin BTC
$76,647.4
1
Ethereum ETH
$2,372.37
1
Solana SOL
$98.87
1
BNB Chain BNB
$683.5
1
XRP Ledger XRP
$1.33
1
Dogecoin DOGE
$0.0808
1
Cardano ADA
$0.1947
1
Avalanche AVAX
$7.12
1
Polkadot DOT
$0.8532
1
Chainlink LINK
$11.04

๐Ÿ‹ Whale Tracker

๐ŸŸข
0x48af...9225
5m ago
In
2,403,581 DOGE
๐Ÿ”ด
0x7e55...a57e
12h ago
Out
18,244 SOL
๐ŸŸข
0xd0dc...3126
2m ago
In
37,680 BNB

๐Ÿ’ก Smart Money

0x9311...f521
Early Investor
+$4.0M
60%
0x9090...0036
Early Investor
+$5.0M
73%
0xe64f...7e9c
Arbitrage Bot
+$3.0M
73%