MicroMeltChain
BTC $62,808.6 -0.26%
ETH $1,862.38 -0.45%
SOL $72.16 -1.56%
BNB $577.6 -1.90%
XRP $1.06 -0.96%
DOGE $0.0697 -0.14%
ADA $0.1730 +1.70%
AVAX $6.34 -1.60%
DOT $0.7764 +1.56%
LINK $8.07 -1.36%
โ›ฝ ETH Gas 28 Gwei
Fear&Greed
27

The Seed Is the Law: Coldcard Mk3's RNG Warning and the $38 Million Question

CryptoVault โ€ข โ€ข Academy
Coinkite did not ask Coldcard Mk3 users to update their firmware. They told them to move their money. Now. Not after a patch. Not after further investigation. Now. This is not a routine security advisory. It is a public concession from a manufacturer of bitcoin's most security-obsessed hardware wallet that the device's foundational promise โ€” unpredictable, offline private key generation โ€” may be broken. A seed generation flaw is not a bug in a feature. It is a failure at the root of the entire trust model. Code is law, but audit is mercy. When the code that creates your law is compromised, mercy is all that remains. Simultaneously, an unnamed bitcoin security expert is investigating $38 million in drained funds. The community is already connecting the dots. The connection is unproven. The timing is not. Trust no one, verify everything, build twice. Let us verify. Coldcard occupies a specific corner of the hardware wallet market. Not the consumer corner โ€” that is Ledger's territory, with its touch screens and multi-coin applications. Not the open-source-purist corner โ€” that is Trezor's claim, with its fully transparent codebase and community-driven development. Coldcard is the device for the bitcoin paranoid: the user who wants transaction signing behind a secure element, who wants to see the exact bytes being signed on an OLED display, who wants a device that assumes the connected computer is already compromised. It is the hardware wallet of choice for people who take self-custody seriously. The Mk3 was the product that built Coinkite's reputation over years of serving a niche that values one thing above all else: the guarantee that private keys never leave the device, and that the seed phrase generated at first setup is cryptographically unpredictable. That guarantee is now in question. And the way Coinkite is responding tells us more than any technical disclosure could. A seed phrase โ€” the 12 to 24 BIP39 words that encode a user's root private key โ€” is only as secure as the entropy that generates it. Entropy is randomness. True randomness is hard. Hardware wallets rely on true random number generators (TRNGs) that sample physical phenomena: thermal noise in a semiconductor junction, timing jitter in oscillator circuits, or quantum tunneling effects in specialized components. If the sampling is flawed, if the entropy source is underspecified, if the random bits are influenced by predictable factors, the resulting seed is mathematically weaker than it appears. An attacker who understands the bias can perform a lattice attack or a brute-force search on a dramatically reduced key space. The mathematics of this are unforgiving. A seed that appears to be 128-bit strength but actually carries 60 bits of entropy is not 68 bits weaker. It is 2^68 times easier to break. That is not a marginal degradation. That is a catastrophic collapse of the security model. This is not theoretical. The phrase "seed generation risk" covers a class of failures that security engineers rank among the worst possible hardware wallet defects. In my years auditing protocol implementations, I have seen randomness vulnerabilities in smart contracts destroy millions. In 2017, my team identified an integer overflow in a leverage calculation during a line-by-line audit of a DeFi project called 2x Funding โ€” a flaw that could have drained user funds during high volatility. That was a logic error in a financial calculation. It was severe. A broken RNG is worse. It leaves no trace, requires no action by the victim, and can be exploited by anyone with the right mathematical tools and enough computing power. The victim never even knows they were targeted until the funds are gone. Let me be direct about the taxonomy of RNG failures, because understanding the categories tells us what Coinkite might have found. Failure mode one: insufficient entropy source. The RNG samples a single physical source with low bit depth. The chip produces 128 bits of raw output but only 60 bits of actual unpredictability. The device reports a successful 128-bit seed. The user gets 60 bits of security. Commercially available GPU clusters can brute-force 60 bits in days or weeks given sufficient budget. This is the classic "engineers trusted the datasheet without validating the physics" failure. It happens more often than the industry wants to admit. Failure mode two: predictable seed state. The RNG initializes with a static or deterministic value. Think boot-time clock readings, factory serial numbers, or other enumerable inputs feeding the seeding process. If an attacker knows when a device was manufactured โ€” or can scan a large batch โ€” they can reduce the search space to a manageable number of candidate seeds. This is especially dangerous for a product like the Mk3, which ships in volume and whose production timeline is knowable from public supply-chain documentation and secondhand market listings. Failure mode three: entropy source correlation across a batch. Multiple devices share the same flawed entropy source because they contain components from the same manufacturing lot. The seeds generated by 100,000 devices are all drawn from a biased distribution; they share common mathematical structure. An attacker collects a subset of known addresses derived from those devices, applies lattice reduction techniques, and solves for the underlying source bias. Once the bias is characterized, every device in the batch can be attacked. This is the scenario that makes security experts most cautious, because it introduces the possibility that the $38 million figure is not a single isolated case but the first verified harvest from a systematic problem. The Coinkite announcement does not specify which failure mode was identified. But the "migration" directive โ€” the immediate, urgent advice to move funds โ€” matches the worst-case scenarios. If firmware could patch the issue, Coinkite would say so. If only future devices were affected, Coinkite would say that too. Instead, they are telling existing users to treat their seeds as potentially compromised, with no remediation other than abandonment. That is the strongest signal a hardware vendor can send. It means the private key material itself is suspect, and no amount of software patching can restore confidence in a key that may have been predictable at birth. From my experience leading technical due diligence on DeFi composability for Compound in 2020, I learned that systemic risk concentrates at unexamined interfaces. We modeled the interaction between cToken layers and price oracle delays, calculated a potential $50 million exposure under worst-case conditions, and proposed dynamic liquidity buffers that three mid-tier protocols adopted. The lesson was simple: the danger is rarely in the components themselves. It is in the assumptions made about how those components behave under stress. Here, the interface is the TRNG. The assumption is that the hardware entropy source produces unpredictability. When that assumption fails, every downstream layer โ€” the seed derivation, the address generation, the signing process โ€” inherits the corruption. Let me be precise about the arithmetic of trust. Suppose the probability of any given Mk3 seed being predictable is not zero โ€” say it is one-tenth of one percent. Across 200,000 active devices, that is 200 compromised wallets. The expected loss is not the expected loss of one user. It is the product of a vulnerability distribution and an installed base. If the average affected wallet holds $50,000, the expected loss exceeds $10 million. That is the kind of calculation that keeps security auditors awake at night. And it is precisely why Coinkite's response must be read as an actuarial judgment: the risk of telling users to migrate is smaller than the risk of staying silent. Now address the $38 million question directly. The Coinkite statement is accompanied by a report that a bitcoin security expert is investigating $38 million in funds depletion. The two facts are presented together. Juxtaposition is not causation. This must be stated clearly, because the market is already pricing in a connection that has not been proven. What we know: a sum of $38 million is under investigation. What we do not know: the wallet addresses, the exploit path, the timing, whether it involves a single user or multiple addresses, whether the funds were drained via a seed-generation vulnerability or a completely different vector โ€” or indeed whether the funds were drained at all, as opposed to moved by an insider, lost by owner error, or transferred to a cold-storage vault for reasons unrelated to any attack. What the juxtaposition suggests is more subtle: Coinkite may be pushing migration preemptively because they have private knowledge that the vulnerability has been actively exploited. They may know of an address cluster tied to exhausted seeds generated by Mk3 devices. They may have correlated a pattern of fund movements with a specific production batch. Alternatively, they may simply be responding to a reported loss that turned out to involve a Mk3, with the investigation at an early stage. In the absence of a root-cause report, all of these remain plausible. For the individual Mk3 user, the calculus is asymmetric. The cost of migration is transaction fees and setup time. The cost of not migrating โ€” if your seed is compromised โ€” is total loss of funds. Expected-value analysis forces action even under uncertainty. You do not wait for the investigation to conclude. You do not wait for batch-range disclosure. You treat the device as suspect and move the funds. This is the same reasoning I applied in my post-mortem of the Terra-Luna collapse in 2022: when the yield mechanism broke, the only rational response was exit, not hope. The code did not account for negative interest rate environments. Here, the equivalent failure is a codebase that did not account for a predictable random seed. Migration, however, is not as simple as "buy a new device." The process itself is an attack surface, and this is where the story takes its most dangerous turn. When a hardware wallet manufacturer issues a migration directive, the ecosystem responds in predictable waves. First wave: legitimate users verify their device models, check batch numbers, and plan transfers. Second wave: scammers flood social media with fake migration tools, fake firmware downloads, and phishing pages that replicate Coinkite's branding. Third wave: users panic and migrate hastily, often skipping the verification steps that would protect them. The third wave is where the actual losses occur. People who were never affected by the RNG vulnerability will lose their funds to phishing because they were told to migrate and were not told how to verify the source of their migration instructions. This is not speculation. Every major security incident in the history of this industry has produced a second-order phishing wave that outperformed the original attack. Ledger's 2020 data breach exposed customer email addresses; within weeks, phishing campaigns targeted those users with fake Ledger Live downloads. Trezor's 2021 incident spawned identical patterns. The attackers do not need to exploit the underlying vulnerability. They need only to monetize the fear that the vulnerability generates. Coinkite's announcement is, in effect, a marketing campaign for every phishing operation currently active in the bitcoin space. The legitimate warning creates the emotional conditions for fraudulent exploitation. The second-order risk extends beyond phishing. A user base that has been told "trust no one" is now being told "your trust in your trusted device is misplaced." For technically sophisticated users, the response is to evaluate alternatives, audit the new device's RNG implementation, and maybe move to a multisig setup. For less technical users โ€” the ones who bought a Coldcard because they were told it was the most secure option โ€” the rational response is not to learn RNG forensics. It is to give up self-custody entirely and let an exchange hold their bitcoin. This is the sleeper consequence of every hardware wallet incident. Ledger's data leak pushed some users toward Coldcard. This incident will push some users toward Binance, Coinbase, or a professional custody service. The self-custody thesis is eroded one incident at a time, and the erosion is not linear. Each event convinces a new cohort that self-management is too dangerous for their skill level. There is a structural irony here that the industry refuses to acknowledge. The same forces that celebrated "not your keys, not your coins" are now, through their own safety warnings, driving users back into the custodial systems that phrase was designed to condemn. Every hardware wallet manufacturer that issues a migration directive must accept responsibility for this downstream consequence. The warning is necessary. The migration is necessary. But the collateral damage to the self-custody movement is real, and it will be measured in the flow of bitcoin from private wallets to exchange balances over the coming quarters. Now consider the competitive landscape. Coldcard's brand value is built entirely on security. It does not compete on multi-coin support, or user interface elegance, or retail availability. It competes on the proposition that it is the safest way to store bitcoin. A seed-generation vulnerability in the Mk3 does not merely damage that proposition. It inverts it. The device that was purchased because of its security posture is now the device that costs users their funds if they fail to migrate. No amount of transparent disclosure can fully repair that inversion. Trust, once broken at the root layer, is extremely expensive to rebuild. The beneficiaries are obvious. Ledger and Trezor will capture a portion of migrating Coldcard users, though both have their own security blemishes that the comparably paranoid user will weigh carefully. More interesting are the smaller players: BitBox, Passport, and the multisig service providers like Casa and Unchained. For a user who has just learned that a single device's RNG can fail, the multisig pitch becomes dramatically more persuasive. Why trust one TRNG when you can trust three? The composability principle applies here in its most literal form: distribution of trust across independent failure domains is the only defense against a correlated vulnerability. Here is where my own history with composability risks becomes relevant. When I assessed Compound's cToken layers in 2020, the core insight was that flash loans could exploit the delay between price oracle updates and liquidation triggers. The vulnerability was not in any single contract. It was in the interaction between contracts. The same logic applies to hardware security. A single device is a single point of failure, regardless of how well that point is engineered. The fix is not a better device. The fix is a different architecture: multisig, multi-vendor, geographically distributed signing. The Coldcard Mk3 incident is the most public evidence yet that the industry's insistence on "one device, absolute security" is a narrative that cannot survive contact with reality. Let me also address the supply-chain dimension, because it is the part of this story that has not received enough attention. If the Mk3 vulnerability is confirmed to originate in a specific RNG chip or a specific manufacturing batch, then the problem is not Coinkite's engineering alone. It is the entire hardware supply chain's inability to validate randomness at the component level. Hardware manufacturers source TRNG chips from specialized vendors. They trust the vendor's datasheet. They trust the vendor's certifications. They rarely perform independent statistical validation of the entropy output across real-world production lots. This is the same failure mode that plagues smart contract auditors: we verify the code we can see, and we trust the dependencies we cannot. In smart contracts, unverified dependencies produce hacks. In hardware wallets, unverified dependencies produce compromised seeds. The regulatory angle is quieter but no less significant. Hardware wallet sales are not securities transactions. The Howey test does not apply. Coinkite is not issuing a token; it is selling a physical product. But consumer protection law does apply, and product liability law applies even more directly. If the $38 million investigation confirms a connection to Mk3 devices, Coinkite faces a plausible class-action lawsuit from affected users. The legal question would center on disclosure timing: did Coinkite know about the seed-generation risk before the announcement? If yes, when did they know it, and what did they do about it? The correspondence between the investigation and the migration warning will be scrutinized line by line. "The contract executes, the architect pays" is not just a slogan. It is the likely legal outcome of a hardware vendor whose product fails at the root of its stated purpose. What about the broader market impact? Historically, hardware wallet security events have had minimal direct effect on the price of bitcoin. The Ledger data breach of 2020 and the Trezor phishing incidents of 2021 did not move BTC in any measurable way. This event is unlikely to be different. The $38 million figure, while substantial in absolute terms, is a rounding error in a market that routinely absorbs billion-dollar liquidation cascades. The price impact will be negligible. The structural impact will be felt in the hardware wallet sector's market shares, in the flow of users toward custodial and multisig solutions, and in the narrative around self-custody. The narrative shift is worth dwelling on. For years, the dominant story in bitcoin has been that self-custody is the only safe path: "not your keys, not your coins" became a slogan of empowerment. The Coldcard Mk3 event complicates that story. It introduces a distinction that most users have never been forced to confront: self-custody of the key is not the same as security of the key. A user who controls a private key generated by a flawed RNG is in a worse position than a user whose key is held by a competent custodian. Control without security is a trap. The industry's task is not to abandon the self-custody narrative, but to make it more rigorous: self-custody is secure only when the full key lifecycle โ€” generation, storage, signing, backup โ€” is verified and audited. The uncomfortable corollary is that most hardware wallet users cannot verify their device's RNG quality. They cannot check whether their seed has full entropy. They cannot confirm whether their device was part of an affected batch. They are reliant on the manufacturer's disclosure, which in this case arrived only after a vulnerability was identified and possibly exploited. This is the "blind faith" problem that runs through all of crypto: users trust systems they cannot verify. Blind faith is the only true vulnerability. What should a Mk3 user do right now? First, do not panic. Panic is the emotion that phishing operators monetize. Second, verify the source of any migration instructions. Go directly to coldcard.com. Do not click links in emails, social media messages, or search-engine advertisements. Third, prepare the migration carefully: acquire a new wallet from a different manufacturer (to diversify the RNG assumption), verify its firmware checksum, generate a fresh seed, and transfer funds in small test transactions before moving the full balance. Fourth, if the funds are substantial, consider a multisig setup that does not rely on any single hardware vendor. The extra complexity is the price of resilience. Composability is leverage until it is liability โ€” the same principle applies to multisig, except here, the leverage is safety, and the liability is catastrophic loss. Fifth, document everything: the device batch, the firmware version, the date of seed generation, the timing of the migration. If the investigation expands, this documentation may become relevant. Users of affected devices should assume that forensic analysts will want to correlate device characteristics with fund movements. The deeper question is what this event means for the hardware wallet industry as a whole. The honest answer is that it should force a reckoning. For too long, hardware vendors have treated RNG implementation as a solved problem, a checkbox on a security requirements list. The Coldcard Mk3 event demonstrates that it is not solved. It is an active research problem, a source of catastrophic tail risk, and an area where independent verification is almost entirely absent. The industry needs three things. First, standardized RNG auditing: a public, repeatable protocol for validating that a device's entropy source produces the claimed number of unpredictable bits. This is not a one-time certification. It must be performed across production lots, because the physical characteristics of chips vary with manufacturing conditions. Second, public disclosure of entropy source designs: manufacturers should publish the technical architecture of their TRNGs, including the physical phenomenon sampled, the conditioning algorithm, and the worst-case entropy estimate. Security through obscurity is not security; it is liability. Third, independent firmware audits that specifically cover the seed-generation path from hardware randomness to mnemonic output. The audit must trace the full chain, not merely verify that a BIP39 library was imported correctly. These are not radical proposals. They are the standard practices of any industry that handles critical security infrastructure. Aircraft manufacturers publish the failure modes of their components. Cryptographic libraries undergo public review. Hardware wallet vendors should be held to an equivalent standard. If they resist, the market should treat that resistance as a signal โ€” the same way it treats a smart contract project that refuses to publish its audit results. Will the industry respond? The track record is not encouraging. The hardware wallet sector has existed for over a decade, and no vendor has yet published a comprehensive public RNG audit. The expectation that this event will trigger one is based on hope, not precedent. But the pressure is now measurable. Every Coldcard user who migrates to a competitor will be asking the competitor, explicitly or implicitly, "how do I know your RNG is safe?" The competitor that can answer with evidence โ€” not marketing language โ€” will win the next cycle of customer acquisition. There is also the question of whether the $38 million investigation will be resolved publicly. The unnamed bitcoin security expert cited in the initial report may publish findings, may brief exchanges and wallet providers privately, or may go dark entirely. The outcome will shape the narrative: a public, verifiable analysis would be a significant contribution to the ecosystem's understanding of this vulnerability class. A private resolution would leave the community with speculation in the absence of evidence, which is precisely the condition that produces fear-based decision-making. I should address one more possibility, because it is uncomfortable but unavoidable: the investigation might conclude that the $38 million loss has nothing to do with Coldcard or seed generation. This happens more often than the public realizes. Funds are lost to laptop malware, to social engineering, to supply-chain attacks on other wallet software, to plain user error. Not every lost bitcoin is attributable to a hardware vulnerability. If the investigation clears the Mk3, Coinkite will face a different problem: their own warning, issued in good faith, will have damaged the brand of an entire product line on the basis of a vulnerability that may have been theoretical rather than exploited. The reputational cost of a false alarm is lower than the reputational cost of a silent tragedy, but it is not zero. This is the dilemma at the heart of security disclosure. Disclose too early, and you cry wolf. Disclose too late, and you enable theft. The optimal strategy is not a single decision but a sequence: detect the vulnerability, estimate the exploitation probability, act when the expected loss exceeds the expected reputational cost of the warning. Coinkite's decision to warn immediately, before the investigation concluded, suggests that they believe the exploitation probability is significant. They might be wrong. But given the asymmetric consequences, their decisiveness is defensible. Let me return to the central technical insight, because it deserves emphasis: a seed-generation vulnerability is different from every other class of security bug. A bug in a signing algorithm can be patched. A bug in an update mechanism can be patched. A bug in a display driver can be patched. But a seed is generated once, at a specific moment in the device's life, using a specific sample of physical randomness. If that moment is corrupted, the corruption is permanent. No firmware update can repair it. No patch can restore entropy to a seed that never had it. The only remedy is abandonment of the key material. This is why Coinkite's response is a migration directive rather than a software release. They understand, at the architectural level, that the damage is immutable. The blockchain industry as a whole should internalize this distinction. We build systems whose security depends on randomness at critical junctures: key generation, nonce selection, protocol initialization. We treat randomness as a free variable, a solved problem, a detail. The Coldcard Mk3 event is a reminder that randomness is the foundation. If the foundation is cracked, every floor above it is compromised. This is true for hardware wallets, and it is true for the verification of every smart contract that relies on randomness or on assumptions about key security. In my years as a smart contract architect, I have seen the industry evolve from reckless optimism to cautious verification. The DeFi era taught us that composability amplifies both value and risk. The Luna collapse taught us that economic design can fail in ways that code audits cannot predict. The Coldcard Mk3 episode teaches us something different: physical infrastructure is not exempt from the rules of cryptographic trust. A hardware wallet is a small, specialized computer, and like all computers, it can be flawed at the most basic layer. The lesson is not to distrust all hardware. The lesson is to understand what layer you are trusting and to verify it as far as evidence allows. The market sideways, the absence of decisive directional movement, is an ideal climate for this kind of reflection. Chop is for positioning. Users who use the current quiet period to diversify their self-custody infrastructure โ€” moving from a single-vendor dependency to a multisig, multi-vendor architecture โ€” will be better positioned for the next phase of the cycle regardless of direction. The ones who scroll past this warning, who decide that "it won't affect my device," who wait for definitive proof before acting, are the ones who will learn the lesson the expensive way. The contract executes, the architect pays. In this case, the architect is the user who chose convenience over verification. Here is my forward-looking judgment: within the next twelve months, the hardware wallet industry will be forced to adopt more transparent security practices. This event is the catalyst. The market will reward vendors who publish independent entropy audits, who document their supply-chain validation, who build their brand on verifiable evidence rather than on vibes. It will punish vendors who treat security as a marketing claim. Users will become more discriminating. The ones who migrate today, with care and verification, will be the ones who build the new standard for self-custody. The $38 million question will resolve itself eventually. The investigation will conclude. The root-cause analysis will be published or it will not. But the structural lesson is already available: trust cannot be assumed. It must be built, audited, and rebuilt continuously. Infinite yield curves break under finite scrutiny, and so do infinite security assumptions. The seed is the law. If the seed breaks, everything else is argument. For every Mk3 user reading this: migrate, verify, diversify. Do not wait for certainty. Do not trust the first migration tool you see. Use a different vendor for the new device. Run test transactions. Document your steps. And when you have finished, ask the hard question that this entire episode should have prompted long ago: how do I know the next device is safe? If you cannot answer that question, you have not finished the migration. You have only moved the problem.

Market Prices

BTC Bitcoin
$62,808.6 -0.26%
ETH Ethereum
$1,862.38 -0.45%
SOL Solana
$72.16 -1.56%
BNB BNB Chain
$577.6 -1.90%
XRP XRP Ledger
$1.06 -0.96%
DOGE Dogecoin
$0.0697 -0.14%
ADA Cardano
$0.1730 +1.70%
AVAX Avalanche
$6.34 -1.60%
DOT Polkadot
$0.7764 +1.56%
LINK Chainlink
$8.07 -1.36%

Fear & Greed

27

Fear

Market Sentiment

Event Calendar

{{ๅนดไปฝ}}
08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

18
03
unlock Sui Token Unlock

Team and early investor shares released

28
03
unlock Arbitrum Token Unlock

92 million ARB released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

12
05
halving BCH Halving

Block reward halving event

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

7x24h Flash News

More >
{{ๅฟซ่ฎฏๅˆ—่กจ(10)}} {{loop}}
{{ๅฟซ่ฎฏๆ—ถ้—ด}}

{{ๅฟซ่ฎฏๅ†…ๅฎน}}

{{ๅฟซ่ฎฏๆ ‡็ญพ}}
{{/loop}} {{/ๅฟซ่ฎฏๅˆ—่กจ}}

Tools

All โ†’

Altseason Index

44

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
$62,808.6
1
Ethereum
ETH
$1,862.38
1
Solana
SOL
$72.16
1
BNB Chain
BNB
$577.6
1
XRP Ledger
XRP
$1.06
1
Dogecoin
DOGE
$0.0697
1
Cardano
ADA
$0.1730
1
Avalanche
AVAX
$6.34
1
Polkadot
DOT
$0.7764
1
Chainlink
LINK
$8.07

๐Ÿ‹ Whale Tracker

๐Ÿ”ต
0x368b...4ce4
12m ago
Stake
6,168,906 DOGE
๐ŸŸข
0x851f...7a22
12m ago
In
17,157 BNB
๐ŸŸข
0xd373...0356
6h ago
In
8,735,648 DOGE

๐Ÿ’ก Smart Money

0x518b...f72f
Experienced On-chain Trader
+$1.3M
74%
0x71a0...5acf
Top DeFi Miner
+$2.1M
81%
0x94f0...094d
Arbitrage Bot
+$1.6M
78%