CoinDeskPolicyPublicado em 2024-04-09Última atualização em 2024-04-10

Resumo

Steven Nerayoff has retained well-known civil liberties lawyer Alan Dershowitz to serve as a consultant on constitutional issues in the case.

  • Steven Nerayoff, a former adviser to the Ethereum network, is seeking $9.6 billion in damages from the U.S. government stemming from a 2019 case against him that was later dropped.
  • Lawyers for Nerayoff allege their client was framed by the FBI and federal prosecutors in order to get him to turn over evidence on high-profile people in the crypto industry.
13.6K
Kraken Co-Founder Jesse Powell Faces Probe on Claims of Hacking, Cyberstalking Non-Profit

Steven Nerayoff, an early adviser to the Ethereum network, has filed a notice of his intent to sue the U.S. government for $9.6 billion in damages connected to his 2019 arrest on criminal extortion charges, which his lawyers called “fabricated” and “baseless.”

Nerayoff’s Federal Tort Claims Act (FTCA) form, which was provided to CoinDesk by his lawyers, is the first step towards filing a lawsuit against the Department of Justice (DOJ). In FTCA cases, the agencies involved must be notified of the claimant’s intention to sue at least six months before a lawsuit is formally filed.

Well-known civil liberties lawyer Alan Dershowitz confirmed Wednesday that he will serve as a consultant on constitutional issues for Nerayoff’s case.

Advertisement
Advertisement

The government’s charges against Nerayoff were dropped in May 2023. Two months earlier, prosecutors moved to end the case, admitting that they had obtained material exculpatory evidence and were unable to prove the charges in the indictment beyond a reasonable doubt. Nerayoff’s lawyers had, before that, filed a motion to dismiss that was chock-full of explosive claims against the federal investigators and prosecutors involved in the case.

Nerayoff and his lawyers say that he was the victim of an elaborate, years-long setup by the Federal Bureau of Investigation (FBI) with the ultimate intention of getting him to turn over evidence on important figures in the crypto industry.

The FBI did not respond to CoinDesk’s request for comment by the time of publication.

On the morning of Sept. 17, 2019, Nerayoff claims he was arrested by a dozen gun-wielding FBI agents and interrogated for “hours” in an unmarked van parked outside his home. According to Nerayoff, the agents told him he would “not see his young minor children grow old” unless he cooperated by giving them information.

The government denied the majority of Nerayoff’s claims in a filing of its own, including the assertion that Nerayoff’s colleague and former co-defendant on the extortion charges, Michael Hlady, was a government informant. Nerayoff’s lawyers maintain that Hlady, who was convicted of swindling Catholic nuns out of nearly $400,000 in 2010, was “insinuated … into [his] orbit” by the FBI, in order to help them build a case against Nerayoff.

Advertisement
Advertisement

In 2021, Hlady pleaded guilty to the extortion charges Nerayoff was also tied up in. But last month, the government moved to drop the charges against him and allow him to withdraw his guilty plea, instead having him plead guilty to one count of wire fraud in an unrelated fraud scheme he committed while out on bond.

Edited by Nikhilesh De and Nick Baker.

Leituras Relacionadas

Open Systems Will Ultimately Prevail: Why Ethereum Is the Next Linux?

The article "Open Systems Will Ultimately Prevail: Why Ethereum Is the Next Linux?" argues that Ethereum, like Linux before it, will triumph over closed, proprietary systems in finance due to its open, permissionless, and credibly neutral nature. It draws a historical parallel: just as the open internet defeated corporate private networks and Linux outcompeted proprietary Unix systems, open financial infrastructure like Ethereum will surpass private blockchains. The core advantage lies in the "bazaar" development model (as described in Eric Raymond's "The Cathedral and the Bazaar"), where decentralized, permissionless innovation by a global community of developers outpaces the controlled "cathedral" approach of centralized entities. This model fosters rapid innovation, as seen with Ethereum standards like ERC-20 and applications like Uniswap, which were built without needing permission. Ethereum's key, irreplicable strength is its credible neutrality: transparent, equally applicable, immutable rules that allow anyone to participate. This ensures sovereign independence, meaning no single entity (company, government) can control or change its core rules—a critical feature for global financial infrastructure. In contrast, private blockchains and consortium chains (like SWIFT or various bank-led projects) suffer from platform risk, central control, and an inability to attract broad developer ecosystems, leading to frequent failures. The article notes that major institutions (e.g., BlackRock, JPMorgan, Coinbase, Robinhood) are already building on Ethereum or its Layer 2 networks, recognizing its security, developer ecosystem, and network effects. While critics argue finance requires accountable, controlled systems, the response is that compliance (KYC, regulations) can be built at the application layer on top of a neutral settlement layer like Ethereum, just as secure commerce was built on the open internet via HTTPS. Ultimately, the thesis is that attempting to build walled-garden, proprietary financial networks is a flawed strategy that stifles innovation. The winning approach is to build applications on top of open, credibly neutral infrastructure like Ethereum, which is poised to become the foundational settlement layer for global finance.

Foresight NewsHá 10m

Open Systems Will Ultimately Prevail: Why Ethereum Is the Next Linux?

Foresight NewsHá 10m

The Computing Power Dilemma in the Sino-US AI Rivalry

The Sino-US AI rivalry faces a fundamental bottleneck: the widening compute power gap. While Chinese AI chip companies have seen investment surges, their current focus remains largely on the less demanding inference market. The real challenge lies in the high-end training chip sector, crucial for developing cutting-edge large language models (LLMs), where Nvidia holds a near-monopoly. The compute disparity is stark. US tech giants like Meta, Google, and xAI command massive GPU clusters, enabling them to train trillion-parameter models rapidly. Estimates suggest US data center count and total compute capacity significantly outstrip China's. This "brute force" advantage allows for faster model iteration and exploration of larger parameter scales, with top US models reportedly leading their Chinese counterparts by 8 to 15 months. Chinese alternatives, such as Huawei's Ascend and others from companies like Moore Thread and Biren, are emerging. They show promise in inference and some training scenarios, closing the performance gap with mid-range Nvidia products. However, the core hurdle extends beyond raw chip performance to the entrenched software ecosystem, exemplified by Nvidia's CUDA platform. The path forward involves "walking on two legs": navigating import restrictions while heavily investing in the domestic chip industry. Though still in a catch-up phase, China's vast market, talent pool, and capital are fostering progress. The ultimate test is whether Chinese firms can build a competitive hardware-software ecosystem to power the next generation of AI.

marsbitHá 16m

The Computing Power Dilemma in the Sino-US AI Rivalry

marsbitHá 16m

He Kaiming's Team's New Work: After Deleting VAE and Private Data, Text-to-Image Generation Becomes Even Stronger

KaiMing He's team introduces **MiniT2I**, a minimalist text-to-image (T2I) model that challenges the complexity of mainstream approaches. It eliminates components commonly considered essential: the VAE encoder-decoder, AdaLN conditioning mechanisms, auxiliary losses, private training data, and post-training alignment stages like RL/DPO. Instead, it uses a pure flow-matching objective trained directly on RGB pixels. The model employs a simplified **MM-JiT** Transformer architecture. It removes AdaLN blocks for conditioning and instead prepends two lightweight text adapter blocks to a standard pre-norm Transformer, allowing frozen T5 text features to adapt to the denoiser. Training follows a two-stage, LLM-like paradigm using only public datasets: pre-training on LLaVA-recaptioned CC12M for coverage, followed by fine-tuning on ~120k high-quality image-text pairs. With just 258M parameters (B/16), MiniT2I achieves competitive scores (0.87 on GenEval, 84.2 on DPG-Bench), outperforming larger pixel-space models. Scaling to 912M parameters (L/16) yields results comparable to SD3-Medium (~2B parameters) in style, composition, and imagination, though it lags in text rendering and named entities due to public data limitations. Key advantages include lower computational cost (~570 GFLOPs vs. ~1379 for latent models) and architectural simplicity. Acknowledged limitations include patch boundary artifacts in pixel space, side effects of high CFG scales, resolution ceilings for sequences longer than 1024 tokens, and the aforementioned data bottlenecks. The work demonstrates that high-performance T2I generation is possible with a radically simplified, publicly reproducible baseline.

marsbitHá 21m

He Kaiming's Team's New Work: After Deleting VAE and Private Data, Text-to-Image Generation Becomes Even Stronger

marsbitHá 21m

The Insurance Industry Faces Its Biggest Competitor: Are Prediction Markets the "Barbarians at the Gate"?

The insurance industry, long a stable "ballast" in the economy, may face a significant challenge from the rise of prediction markets, which are beginning to function as a new form of risk hedging and insurance. Platforms like Kalshi and Polymarket are demonstrating their utility in areas traditionally dominated by insurers. Examples include Kalshi's partnership with sports insurance broker Game Point Capital to offer more cost-effective hedging for NBA team performance bonuses, and Polymarket's collaboration with real estate platform Parcl, allowing users to hedge against housing price fluctuations in major US cities. A New York bar also used Kalshi to hedge a marketing promotion tied to an NBA game outcome, highlighting prediction markets' potential for small business risk management. These markets offer advantages over traditional insurance and sports betting in transparency, liquidity, and flexibility. They allow information monetization across a wider range of events, act as neutral platforms rather than direct counterparties, and provide clearer pricing. A historical precedent is the "Mattress Mack" marketing campaigns, which used sports betting for large-scale customer refunds, but prediction markets offer a more systematic and accessible model. Experts like SIG CEO Jeff Yass see their potential for efficient, parameter-based risk sharing, such as for weather-related property damage. However, challenges remain, including liquidity issues, unclear regulatory boundaries, and potential manipulation of event outcomes. Despite these hurdles, prediction markets represent a growing competitive force for both traditional gambling platforms and segments of the insurance industry.

marsbitHá 22m

The Insurance Industry Faces Its Biggest Competitor: Are Prediction Markets the "Barbarians at the Gate"?

marsbitHá 22m

Trading

Spot
Futuros
活动图片