LumChain

Market Prices

Coin Price 24h
BTC Bitcoin
$64,992.6 +0.89%
ETH Ethereum
$1,915.44 +0.56%
SOL Solana
$74.72 +2.33%
BNB BNB Chain
$594.7 +1.24%
XRP XRP Ledger
$1.03 +0.59%
DOGE Dogecoin
$0.0703 +1.43%
ADA Cardano
$0.1992 -1.09%
AVAX Avalanche
$6.52 +1.48%
DOT Polkadot
$0.8173 +0.10%
LINK Chainlink
$8.25 +0.52%

Fear & Greed

30

Fear

Market Sentiment

Event Calendar

{{年份}}
10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

28
03
unlock Arbitrum Token Unlock

92 million ARB released

18
03
unlock Sui Token Unlock

Team and early investor shares released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

12
05
halving BCH Halving

Block reward halving event

Altseason Index

43

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

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

Market Cap

All →
1
Bitcoin
BTC
$64,992.6
1
Ethereum
ETH
$1,915.44
1
Solana
SOL
$74.72
1
BNB Chain
BNB
$594.7
1
XRP Ledger
XRP
$1.03
1
Dogecoin
DOGE
$0.0703
1
Cardano
ADA
$0.1992
1
Avalanche
AVAX
$6.52
1
Polkadot
DOT
$0.8173
1
Chainlink
LINK
$8.25

🐋 Whale Tracker

🟢
0xf25c...be08
30m ago
In
37,270 SOL
🔴
0xc6b4...1453
12h ago
Out
433.98 BTC
🟢
0x6c94...fab4
2m ago
In
14,152 BNB

💡 Smart Money

0x5135...02c9
Experienced On-chain Trader
-$0.5M
75%
0x6886...ce09
Top DeFi Miner
+$0.2M
60%
0xf7e2...d60e
Early Investor
+$2.7M
69%

🧮 Tools

All →
Layer2

App Store Trust Fails: Sparrow Sues Apple Over Fake Wallet Drain

0xCred

Sparrow Wallet is suing Apple. Not because Apple built a bad wallet, but because Apple let a bad wallet impersonate Sparrow on its store. The result: users lost hard assets. The cause: a broken trust model.

Sparrow is a non-custodial Bitcoin wallet. It never holds keys. Users hold keys. But attackers built a fake Sparrow app, submitted it to the App Store, and passed Apple's review. Once installed, the fake app displayed a legitimate-looking interface. It asked for seed phrases. Users typed them in. Keys leaked. Funds drained.

This is not a novel attack. It is a pattern. Over the past year, multiple fake wallet apps have appeared on the App Store. Sparrow founder Craig Raw warned Apple in early 2024. He sent evidence. Apple did nothing. Months later, Raw's own Sparrow developer account was threatened with removal for pointing out the fraud. The real developer got punished. The fake one kept scamming.

The core issue is not contract code. It is platform trust.

Apple's App Store review process is built on a premise: every app is scanned for malicious behavior. But scanning for static malware does not catch dynamic social engineering. The fake Sparrow app did not contain exploit code. It simply asked for seed phrases. That is not a code violation. It is a design pattern. Apple's review guidelines have no clause against asking for private keys because the assumption is that no legitimate app would ever need them. That assumption is wrong for crypto.

Attackers used tools like SparkKitty to generate realistic clones. They deployed fake support pages inside the app. They abused the MDM configuration profile to intercept clipboard data. The attack was not sophisticated in a technical sense. It was sophisticated in a psychological sense. It exploited the user’s trust in the blue App Store icon.

The code was solid; the logic was not.

Apple’s review infrastructure runs on machine learning and human testers. The logic assumes a binary: safe or unsafe. But in crypto, safety is a spectrum. A legitimate app can become malicious if a developer account is compromised. Apple has no mechanism to verify the identity of the developer for every update. They verify at account creation. After that, trust is assumed. Attackers buy verified accounts on dark markets. They deploy updates weeks later. Apple does not re-verify.

I have seen this pattern before. In 2017, I audited Gnosis Safe’s multisig logic. I found an integer overflow in the initial threshold calculation. The code compiled fine. The logic was wrong. That fix required a single line change. This situation is analogous. Apple’s review logic compiles. It passes all internal tests. But the logic does not account for the real threat: a malicious app that looks exactly like a legitimate one. The fix is not a code patch. It is a process change.

Check the inputs, ignore the hype.

The hype around Apple’s security is strong. Users believe “if it’s on the App Store, it’s safe.” That belief is a vulnerability. In 2020, I reverse-engineered Compound’s interest rate model. I found that the liquidation threshold failed under high volatility. The DeFi community ignored my report. They were too busy trading. The result: a cascade of bad liquidations. The same pattern repeats here. Users ignore the warning signs because the platform is trusted. The platform ignores the warnings because they are not profitable to fix.

Apple’s response after the lawsuit was filed was predictable. They removed the fake apps. They apologized. They promised to improve. But the damage is done. The same attackers will create new accounts. They will develop new clones. Apple’s reactive model cannot scale against a proactive adversary. The only permanent solution is for users to stop trusting any platform with their keys. That is not realistic.

A flat line is more dangerous than a spike.

A spike in attack volume triggers a response. A flat line of constant, low-level fraud goes unnoticed. Apple’s logs show that fake wallet apps have been present for years. The flat line of complaints never reached the threshold for escalation. Silence in the logs speaks louder than bugs. When the logs are silent, the fraud continues.

The Contrarian angle: Apple is not the only gatekeeper. Google Play, Samsung Store, and third-party app markets all face the same problem. The attackers will simply move to the weakest link. The real fix is not platform regulation but user education. Teach every user: never paste a seed phrase into any app, even if the app is verified. Use hardware wallets for significant amounts. Verify the app’s checksum against the official GitHub repository. That is a cold, practical, and unforgiving standard. It is the only standard that works.

Silence in the logs speaks louder than bugs.

The takeaway is not to blame Apple alone. The takeaway is to redesign the trust layer. The crypto industry must build decentralized app distribution. Smart contract-based app stores with on-chain verification. Immutable builds signed by the developer’s private key. Users can verify the signature before installing. No central review needed. That is the technical solution. Until then, every user is one click away from losing everything.

I have watched this cycle repeat for a decade. The code is always solid somewhere. The logic is always broken somewhere else. The industry needs more cold dissection and less hype. Read the diffs, not the tweets. Verify the intent, not the icon.