$11 Million Crypto Vanishes In San Francisco Fake-Delivery Heist

bitcoinist發佈於 2025-11-25更新於 2025-11-25

文章摘要

A staged fake-delivery encounter in San Francisco’s Mission Dolores district escalated into one of the city’s largest known individual crypto...

Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure

A staged fake-delivery encounter in San Francisco’s Mission Dolores district escalated into one of the city’s largest known individual crypto thefts, after a disguised assailant subdued a resident and escaped with assets worth $11 million, alongside the victim’s phone and laptop.

Mission Dolores Hit By $11M Crypto Robbery

According to a police report obtained by the San Francisco Chronicle, the Saturday evening robbery unfolded in broad daylight on the unit block of Dorland Street, only steps from Mission Dolores Park—a neighborhood where tech proximity and high-value assets have increasingly intersected with targeted crime.

Home-security footage posted by Y Combinator CEO Garry Tan captured the moments leading up to the heist. In the video, the suspect approaches the residence wearing dark clothing, a hooded sweatshirt, gloves and sunglasses, and holding a white package while deliberately turning his head away from the camera.

He rings the doorbell and asks for “Joshua,” claiming the box is addressed to him. The ruse continues when the resident opens the door and confirms his name. The man posing as a courier asks whether the victim can “sign for this,” pats his own pocket as though searching for a pen, and then asks the resident if he has one.

The moment the victim steps inside to retrieve a pen, the intruder follows him into the home and moves out of frame. A loud noise is heard. Police later confirmed that the suspect brandished a firearm and bound the victim with duct tape before fleeing with his belongings. Officers arrived at approximately 6:45 p.m. and found the victim with non-life-threatening injuries. No arrests had been made as of Monday morning, and authorities have not disclosed details about how the $11 million in cryptocurrency was accessed or transferred.

Tan publicly acknowledged the incident on X, describing the victim as a friend and community member. He urged anyone in the neighborhood with security footage from 4:30 to 6 p.m. to contact the San Francisco Police Department. “We have to find the perpetrator,” Tan wrote. “Time is of the essence.”

The Big Risk Of Self-Custody

In a follow-up post referencing the crypto theft, Tan added a pointed observation about crypto asset security: “Self custody of crypto seems like a good idea until it isn’t. Vault storage (at Coinbase or elsewhere) for long term holding is safest.” His comments drew immediate attention from both the tech and crypto communities, highlighting the tension between self-custody principles and the physical-security risks of storing large private-key access at home.

Thus, the incident has reignites a longstanding debate about personal-security practices among high-net-worth crypto holders in urban settings. While hacks, phishing attacks, SIM swaps and insider compromise have dominated crypto asset crime over the past decade, physical-world robberies—once rare—have become increasingly sophisticated.

The San Francisco case stands out due to the scale of assets stolen, the execution of the ruse and the direct commentary from one of Silicon Valley’s most visible figures.

At press time, the total crypto market cap stood at $2.98 trillion.

Total crypto market cap
Total crypto market holds above the 100-week EMA, 1-week chart | Source: TOTAL on TradingView.com
Featured image created with DALL.E, chart from TradingView.com
Editorial Process for bitcoinist is centered on delivering thoroughly researched, accurate, and unbiased content. We uphold strict sourcing standards, and each page undergoes diligent review by our team of top technology experts and seasoned editors. This process ensures the integrity, relevance, and value of our content for our readers.

Jake Simmons has been a Bitcoin enthusiast since 2016. Ever since he heard about Bitcoin, he has been studying the topic every day and trying to share his knowledge with others. His goal is to contribute to Bitcoin's financial revolution, which will replace the fiat money system. Besides BTC and crypto, Jake studied Business Informatics at a university. After graduation in 2017, he has been working in the blockchain and crypto sector. You can follow Jake on Twitter at @realJakeSimmons.

你可能也喜歡

八年投入急转弯,以太坊为何突然放弃Poseidon?

以太坊基金会研究员Justin Drake近日宣布,以太坊将在Layer 1层放弃已研发八年的SNARK友好型哈希算法Poseidon,转而采用SHA2或BLAKE2等传统哈希函数。这一重大转向源于后量子密码学研究的突破性进展。 Poseidon自2019年起因其在零知识证明电路中的高效性,被广泛用于zkRollup等应用。但其算法历史较短,密码学分析时间不足。而随着后量子安全成为硬性要求,其局限性显现。最新的SNARK设计,特别是基于“二进制域”的证明系统(如Binius和Flock),已能高效处理传统哈希函数的布尔运算,使得SHA2等成熟算法在证明性能上可媲美甚至超越Poseidon,消除了采用后者的主要优势。 另一关键因素是应对量子计算威胁的时间表正在加速。报告预测“量子破译日”可能在本世纪30年代初到来,将对区块链资产构成巨大风险。以太坊因此需要尽快采用经过长期密码分析验证的、抗量子攻击能力更强的哈希方案。其后续量子路线图计划于2027年推出核心构件leanVM,并在2028年完成共识层、执行层和数据层的部署。 与此同时,其他公链如Solana已选定后量子签名方案Falcon,而StarkNet也计划采用BLAKE2等算法。以太坊此次转向,标志着技术重点从“设计SNARK友好型哈希”转变为“设计哈希友好型SNARK”,是在后量子时代选择更成熟、更稳健的密码学基元的战略调整。

marsbit44 分鐘前

八年投入急转弯,以太坊为何突然放弃Poseidon?

marsbit44 分鐘前

全球程序员都在给Anthropic白送钱!官方终于看不下去了

Anthropic官方发布博客,针对开发者使用Claude Code时可能产生的不必要高额费用,总结了六条核心省钱建议: 1. 任务完成后及时使用 `/clear` 清理对话,避免无关历史占用上下文。 2. 对话开始时固定好模型和推理强度,中途切换会导致提示缓存失效,需全价重新计算历史。 3. 使用 `@` 引用文件,而非手动输入路径,可避免Claude进行工具调用和试探性读取,减少上下文累积。 4. 为输出冗长的命令(如运行测试)添加静默参数,减少输出内容对上下文的占用。 5. 在会话缓存仍有效时(如休息前)进行 `/compact` 压缩对话,成本仅为十分之一。 6. 将产生大量输出的任务交由子Agent处理,其独立上下文不会污染主对话。 文章解释了费用产生的机制:输入token(预填充)成本较低,输出token(解码)成本约为其5倍。模型(Opus/Sonnet/Haiku)和推理强度直接影响单价和token数量。 **提示缓存是关键的省钱杠杆**:若请求前缀与之前完全相同,服务器可加载缓存结果,读取成本仅为正常输入价的10%。但切换模型、改变推理强度、执行压缩、缓存过期等操作都会导致缓存失效。 此外,对话历史会因不断追加文件内容和命令输出而“变胖”,导致后续每轮对话成本呈接近平方级(O(n²))增长。除了上述建议,还可使用 `/rewind` 回退无效轮次以保住前面缓存。 文章指出,管理token开销正成为AI时代开发者的新技能,关系到使用效率和成本控制。Anthropic自身大量使用AI编写代码,精细的成本管理至关重要。

marsbit2 小時前

全球程序员都在给Anthropic白送钱!官方终于看不下去了

marsbit2 小時前

交易

現貨
活动图片