Dialogue with a16z Crypto Partner: Privacy Will Become the Most Important 'Moat' in Cryptocurrency

marsbitОпубликовано 2026-02-02Обновлено 2026-02-02

Введение

In a discussion with a16z Crypto’s Ali Yahya, the argument is made that privacy will become the most critical moat in the cryptocurrency space, driving winner-take-all network effects. As blockchains become increasingly commoditized and performance differences narrow, privacy stands out as a key differentiator. Unlike social media, where users may overlook privacy, financial activities demand confidentiality—individuals and institutions will not tolerate transparent exposure of salaries, transactions, or spending habits. Privacy creates strong user lock-in due to the difficulty of migrating secrets between chains. Moving private assets risks exposing metadata, reducing anonymity set size, and compromising security. Thus, users are likely to remain on chains with the largest anonymity pools, reinforcing network effects. Several technologies enable privacy: zero-knowledge proofs (currently leading), fully homomorphic encryption (still theoretical), multi-party computation (for key management), and trusted execution environments (most practical for performance). Hybrid approaches may emerge. Despite concerns around centralization, privacy chains can remain decentralized if they are open-source, verifiable, and node-distributed. Looking ahead, quantum computing poses a long-term threat but is not an immediate risk, while AI’s pervasive data collection will only heighten the demand for privacy.

Author: a16z crypto

Compiled by: Plain Language Blockchain

It is often said that users don't truly care about privacy, and in the age of social media, this might be true. But in the financial sector, the rules are completely different. A16Z Crypto partner Ali Yahya has made a significant prediction: privacy will become the most important moat in the cryptocurrency space, triggering "winner-take-all" network effects.

Host: Robert Hackett (A16Z Crypto) Guest: Ali Yahya (General Partner, A16Z Crypto)

I. Why is Performance No Longer a Moat?

Host: Ali, you recently expressed a view that "privacy will become the most important moat in cryptocurrency." That's a big conclusion. What makes you so sure?

Ali: This idea stems from my thoughts on the commoditization of "Block Space." There is now an oversupply of high-performance blockchains, coupled with convenient cross-chain solutions, making the block space of various chains functionally very similar.

In this context, mere "high performance" is no longer sufficient for defense. Privacy is a feature that the vast majority of existing public chains lack. More importantly, privacy can create a special kind of "lock-in effect," thereby strengthening network effects.

Host: Current blockchain teams might refute this; for example, Solana and Ethereum have completely different technical trade-offs and roadmaps. How would you respond to those who think "my chain is unique and irreplaceable"?

Ali: I believe that for general-purpose blockchains, performance is just the entry ticket. To stand out, you must possess one of three things: a thriving ecosystem, an unfair distribution advantage (like Coinbase's Base), or a killer application.

Privacy is special because once users join a privacy chain, their willingness to leave decreases significantly due to the fact that "moving secrets" is much more difficult than "moving assets." This stickiness is something transparent public chains currently lack.

II. Do Users Really Care About Privacy?

Host: Many people believe users aren't concerned about privacy—just look at Facebook. What makes you think the situation will be different in the crypto space?

Ali: People might not care about 'like' data, but they absolutely care about financial data.

If cryptocurrency is to go mainstream, privacy is a must. Not only individuals, but businesses and financial institutions absolutely cannot tolerate their payrolls, transaction histories, and asset preferences being monitored in real-time by the whole world. In the context of finance, privacy is a rigid demand.

Host: Can you give a few specific examples? What kind of data do people most want to keep private?

Ali: There are so many. What did you buy on Amazon? What websites did you subscribe to? How much money did you send to which friend? What are your salary, rent, and balance? This information can be easily parsed from your financial activities. Without privacy, it's equivalent to walking down the street with a transparent wallet that everyone can stare into.

III. Why Are "Secrets" Hard to Migrate?

Host: You mentioned a key point: "Secrets are hard to migrate." Is this a technical problem or a social one at its core?

Ali: It's a core technical problem. Privacy systems rely on an "Anonymity Set." Your privacy is secure because your activity is mixed with the activities of thousands of other users.

The larger the anonymity set, the more secure the privacy.

Cross-chain risk: When you move privacy assets from one anonymity zone to another, it generates a lot of metadata leakage (like transaction timing, amount correlation, network layer characteristics).

This creates a situation where users tend to stay on the chain with the largest user base and anonymity set. Because cross-chain is not only troublesome but also risks "identity exposure." This self-reinforcing feedback effect will eventually lead to the market being dominated by only a few large privacy chains.

IV. Technical Path: How to Achieve Privacy?

Host: What technical means do we currently have to realize the vision you described?

Ali: There are mainly four technologies:

Zero-Knowledge Proofs (ZK Proofs): Prove a transaction is valid without revealing its content; currently the fastest progressing.

Fully Homomorphic Encryption (FHE): Allows computation on encrypted data; the most powerful functionally but extremely computationally intensive, still largely theoretical.

Multi-Party Computation (MPC): Multiple parties collaboratively compute without revealing their respective data; often used for key management.

Trusted Execution Environments (TEE): Relies on "isolated areas" provided by hardware manufacturers like Intel or Nvidia for encrypted computation; this is currently the most pragmatic and highest-performance method.

Ali: Actually, we might see a stacking of these technologies. For example, using TEE for performance, with an additional layer of MPC as a defensive barrier, ensuring privacy remains secure even if the hardware is physically compromised.

V. The Conflict Between Decentralization and "Winner-Take-All"

Host: The core spirit of crypto is decentralization and interoperability. If privacy chains present a "winner-take-all" scenario in the future, does this contradict the original intention?

Ali: I don't think so. Decentralization refers to "control" not "fragmentation."

A privacy chain is decentralized as long as it is open-source, its code is verifiable, and its validator nodes are dispersed. This provides developers with a "can't be evil" platform guarantee. Compared to the Web2 era behavior of locking in users by blocking APIs, the lock-in in the crypto privacy space is based on algorithms and security risks; the rules are still fair and neutral.

VI. Future Perspective: Quantum Threats and AI

Host: Looking at the long-term future, couldn't quantum computing break these privacy technologies?

Ali: This is a very real concern. According to assessments from our research team (like Dan Boneh), quantum attackers likely won't be able to break modern cryptography for maybe 15 years. While we should start preparing "quantum-resistant" solutions now, there's no need for excessive panic currently.

Host: One last question, when AI agents start taking over the internet, what kind of collision will happen with your privacy theory?

Ali: In the AI era, each of us lives in a "panopticon," where our every activity provides training data for the next generation of models. As AI becomes omnipresent, the human demand for privacy will only become stronger than it is now.

Связанные с этим вопросы

QWhy does Ali Yahya believe privacy will become the most important moat in cryptocurrency?

AAli argues that as block space becomes commoditized with many high-performance blockchains and cross-chain solutions, performance alone is no longer a differentiator. Privacy, which is absent in most public blockchains, creates a strong lock-in effect due to the difficulty of moving secrets, thereby reinforcing network effects and leading to a winner-take-all dynamic.

QHow does Ali respond to the argument that users don't care about privacy, citing examples like Facebook?

AHe distinguishes between social data and financial data, stating that while users might not care about social media likes, they absolutely care about financial privacy. For crypto to go mainstream, privacy is a necessity, as individuals, businesses, and institutions cannot tolerate their financial transactions, salaries, and asset preferences being publicly visible.

QWhat is the technical reason why 'secrets are hard to move' between chains?

APrivacy relies on a large 'anonymity set' where user activity is mixed with many others. Moving secrets across chains generates metadata leaks (e.g., transaction timing, amount correlation, network-layer features), which risks exposing a user's identity. This makes users prefer to stay on the chain with the largest anonymity set, creating a self-reinforcing feedback loop.

QWhat are the four main technical approaches to achieving privacy in crypto mentioned by Ali?

AThe four approaches are: 1) Zero-Knowledge Proofs (ZK Proofs) for proving transaction validity without revealing content; 2) Fully Homomorphic Encryption (FHE) for computing on encrypted data; 3) Multi-Party Computation (MPC) for collaborative computation without exposing individual data; and 4) Trusted Execution Environments (TEE) which use hardware-secured isolated areas for encrypted computation.

QHow does Ali reconcile the 'winner-take-all' potential of privacy chains with the crypto ethos of decentralization?

AHe argues that decentralization is about control, not fragmentation. A privacy chain can be decentralized if it is open-source, code-verifiable, and has a dispersed set of validator nodes, providing a 'can't be evil' platform guarantee. The lock-in effect is based on algorithmic and security risks, which are fair and neutral, unlike Web2 practices of locking users in by blocking APIs.

Похожее

Крупный игрок на рынке биткоинов, который неактивен уже четыре года, перевел биткоины на сумму около 46 миллионов долларов! Вот подробности

Крупный инвестор, чей кошелёк оставался неактивным около четырёх лет, перевёл 730 BTC (примерно 46,12 млн долларов) на новый адрес. Активы накапливались в течение семи лет и долгое время хранились без движения. Аналитики связывают эту активность с возможными опасениями о безопасности, например, из-за недавно обнаруженной уязвимости в аппаратном кошельке Coldcard. Пока нет данных о переводе средств на биржу, поэтому неясно, планируется ли продажа или это лишь смена кошелька для безопасного хранения. Ранее был зафиксирован ещё один крупный перевод от долгосрочного держателя. Эксперты отмечают, что такие перемещения между кошельками не обязательно означают продажу и могут быть частью стратегии управления активами.

cryptonews.ru7 мин. назад

Крупный игрок на рынке биткоинов, который неактивен уже четыре года, перевел биткоины на сумму около 46 миллионов долларов! Вот подробности

cryptonews.ru7 мин. назад

Bitcoin может найти дно медвежьего рынка в августе: 10x Research

Согласно отчету исследовательской компании 10x Research, биткоин может подтвердить дно медвежьего рынка в августе, если закроет месяц выше уровня в $63 000. Основатель компании Маркус Тилен отметил, что закрытие июля ниже этого порога не позволило подтвердить техническое дно. Достижение целевого уровня развернет несколько индикаторов циклов компании в бычий тренд. Компания сохраняет предпочтение к длинным позициям, но перейдет к нейтральной позиции в случае пробития ключевых уровней поддержки. Основной сценарий предполагает, что ФРС сохранит ставки на прежнем уровне, однако рост доходности 10-летних казначейских облигаций может вынудить к их повышению в сентябре, а конфликт в Иране остается непредсказуемым риском. В отчете также упоминается потенциальное давление продаж примерно на 100 000 BTC со стороны майнеров, переориентирующих бизнес на искусственный интеллект, и возможная дополнительная поставка от компаний, распродающих биткоин-казначейства. Отдельно глава исследований Grayscale Зах Пандл предположил, что дно рынка биткоина могло быть достигнуто раньше, чем предполагает традиционный четырехлетний цикл, который указывал бы на низ в сентябре или октябре. Он подчеркнул, что макроэкономические условия, включая политику ФРС, останутся основными драйверами цены. Ранее в июле криптоброкер K33 заявил, что более половины предложения биткоина удерживается в убытке, что также указывает на приближение рыночного дна. Генеральный директор Swan Bitcoin Кори Клиппстен в июне отметил рекордный баланс долгосрочных держателей в 14,7 млн BTC как еще один признак приближающегося дна.

cointelegraph20 мин. назад

Bitcoin может найти дно медвежьего рынка в августе: 10x Research

cointelegraph20 мин. назад

Глубина: «Иностранный гость» Genspark

Глубокая статья раскрывает стратегию компании Genspark, основанной бывшими сотрудниками Baidu, но позиционирующей себя как американскую AI-компанию из Пало-Альто. Компания активно дистанцируется от китайских корней: замалчивает прошлое основателей в Baidu, избегает публичных связей с китайским AI-сообществом и редко упоминает китайские модели с открытыми весами, хотя использует их через посредников. В то же время Genspark агрессивно строит образ «американской» компании: заключает партнерства с OpenAI и Anthropic, покупает дорогую рекламу (например, на Суперкубке), выступает на международных конференциях и даже публикует платный контент в Wall Street Journal. Бизнес-модель Genspark описывается как «AI Costco» — агрегация множества AI-инструментов и моделей в одной подписке. Компания быстро клонирует успешные продукты конкурентов (Perplexity, Manus, Plaud), используя для разработки скрытую инженерную команду в Пекине. Основной тезис: самый успешный «агент» Genspark — это сама компания, которая искусно управляет восприятием, скрывая китайские аспекты своей деятельности и создавая образ чисто американского технологического стартапа для привлечения клиентов и инвесторов.

marsbit34 мин. назад

Глубина: «Иностранный гость» Genspark

marsbit34 мин. назад

Должен ли Биткойн оставаться «неизменным»? Крейг Райт снова разжигает спор о пути управления

Автор: QQlink Управление биткоином снова в центре внимания: кто имеет право изменять правила, действующие более десяти лет? Крейг Райт возобновил дискуссию, заявив, что протокол Биткоина должен оставаться неизменным, а его ценность заключается в прозрачных и не подлежащих произвольному изменению правилах. Это мнение снова разделило сообщество. Сторонники фиксированного протокола считают, что предсказуемость и неизменность основных правил (таких как эмиссия) являются ключевым преимуществом Биткоина перед традиционными финансовыми системами. Противники утверждают, что для решения проблем безопасности, эффективности и удовлетворения растущих потребностей пользователей сеть должна иметь возможность развиваться. Дискуссия уходит корнями в более глубокий вопрос: как должно осуществляться управление в децентрализованной сети без центрального органа? Прошлые обновления, такие как SegWit и Taproot, были реализованы через консенсус сообщества, а не решение одной группы. Однако влияние основных разработчиков остается значительным, что вызывает вопросы о балансе власти. Биткоин — это не просто технология, а социальный эксперимент по координации. Его главная проблема в будущем — найти устойчивый баланс между стабильностью ключевых правил, которые создают доверие, и способностью к эволюции для сохранения конкурентоспособности. Спор Райта, несмотря на его личные противоречия, подчеркивает, что подлинная инновация Биткоина — это его уникальная модель управления, эксперимент, который продолжается.

marsbit41 мин. назад

Должен ли Биткойн оставаться «неизменным»? Крейг Райт снова разжигает спор о пути управления

marsbit41 мин. назад

Обсуждение: Южнокорейские рабочие боятся безработицы, а Маск уже представляет общество "без работы"?

Обсуждение: корейские рабочие боятся безработицы, а Маск представляет общество «без работы»? В июле профсоюз Hyundai в Корее провел частичные забастовки, требуя не только повышения зарплат, но и гарантий занятости в эпоху роботов и ИИ. Это отражает растущие опасения, что такие технологии, как человекоподобный робот Boston Dynamics Atlas, могут заменить рабочих на производстве. Хотя текущие технологии ещё далеки от полного замещения квалифицированного труда из-за сложности гибких задач и неявных знаний, социальная тревога уже опережает технический прогресс. Исторически аналогичные опасения возникали во время Луддитского движения в Англии XIX века, где рабочие протестовали не против машин как таковых, а против нарушений сложившихся трудовых отношений и распределения выгод от новых технологий. Сегодняшние дискуссии повторяют этот вопрос: кому достанутся плоды повышения производительности? Илон Маск предлагает иную перспективу: в будущем ИИ и роботы могут создать изобилие, сделав работу опциональной, а не необходимостью для выживания. Он выступает за «универсальный высокий доход» как механизм распределения технологических выгод. Однако переход к такому обществу чреват «болезненным» периодом, когда некоторые потеряют работу раньше, чем появятся новые возможности. Ключевой вызов заключается не в неизбежности автоматизации, а в создании социальных институтов — правил, стандартов и систем переподготовки, — которые обеспечат справедливое распределение благ и смягчение издержек перехода. Таким образом, беспокойство рабочих Hyundai, хотя и преждевременное с технической точки зрения, своевременно поднимает важнейший вопрос о том, как общество должно управлять внедрением роботов, чтобы технологический прогресс служил интересам всех.

marsbit52 мин. назад

Обсуждение: Южнокорейские рабочие боятся безработицы, а Маск уже представляет общество "без работы"?

marsbit52 мин. назад

Торговля

Спот
活动图片