New Protocol Tacit: The ZEC of the Bitcoin Ecosystem

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

Введение

The article discusses Tacit, a new privacy-focused Bitcoin asset protocol emerging after a period of relative quiet in the Bitcoin ecosystem. Unlike BRC-20 or Runes, Tacit is a "meta-protocol" where the indexer runs directly in the user's browser, removing the need for centralized servers. Its key innovation is enabling privacy for token amounts on the Bitcoin mainnet. Tacit employs cryptographic techniques like Pedersen Commitments and Bulletproofs to conceal transaction amounts while proving conservation of funds. It uses Mimblewimble-style signatures to prevent inflation and ECDH encryption to ensure only senders and receivers can decrypt real amounts. This makes it a native "privacy coin" for Bitcoin, albeit one that hides amounts but not the direction of fund flows between addresses. The protocol, developed by ross.wei (known for Ethereum's ZAMM), has rapidly evolved since its May 7 launch. It now supports fair launches, a marketplace, token swaps, and a novel mixer similar to Tornado Cash but without relying on smart contracts. However, this privacy comes at a cost, with transaction fees estimated to be about 10 times higher than Runes. Future plans include privacy-wrapping native Bitcoin (cBTC), implementing silent receipts, and hiding the token type in transfers. The main token, $TAC, has gained traction with a market cap around $4 million. Positioned between simpler token standards and complex solutions like RGB, Tacit represents a significant and innovative step ...

The Bitcoin ecosystem had been forgotten for a long time. Especially after Magic Eden, once the largest Bitcoin ecosystem marketplace, stopped supporting the Bitcoin ecosystem and discontinued its Magic Eden Wallet service, it gave players who hadn't paid attention to the Bitcoin ecosystem for a while a feeling that "the Bitcoin ecosystem is over."

However, not only are veteran Bitcoin infrastructure projects like UniSat and Xverse still working hard, but after Magic Eden, marketplaces like SatFlow and ord.net have also filled the gap. Recently, the emergence of a new Bitcoin asset protocol has brought the Bitcoin ecosystem back into the spotlight.

This new protocol is called Tacit.

What is Tacit?

First, we need to classify Tacit into the "meta-protocol" category like BRC-20 and Runes, which rely on indexers to handle asset confirmation. If there's any difference, it's that Tacit's indexer runs directly in the user's browser, eliminating the need to trust any centralized server (indexer). As long as two computers run the same code and view the same Bitcoin blockchain data, they will arrive at the same balance results.

Tacit's unique aspect is that it is a new Bitcoin asset protocol focused on "privacy." Many players promoting this new protocol directly use analogies like "ZEC on Bitcoin." This has some merit but isn't entirely accurate, because Tacit's hiding capability only applies to the *amount* of tokens (including the total supply amount specified during new token deployment and the specific amount of each transfer), not to the on-chain address graph.

In other words, Tacit hides the *amount* of fund flow, but not the *direction* of fund flow.

Nevertheless, it is still a native privacy asset protocol on the Bitcoin mainnet. Let's use a simple analogy to explain how it achieves this on the Bitcoin mainnet.

An ordinary Bitcoin transaction is like a transparent ledger; everyone can see a transaction and how much money is involved. Tacit, on the other hand, is like putting the transaction into a "black box" (a Pedersen commitment).

People can still see that this transaction occurred. Although they cannot see the amount, you can prove to everyone that "the money I put in plus the money I take out balances the books."

Pedersen commitments and Bulletproofs are used to hide the transaction amount while proving to the entire network that you haven't fabricated tokens out of thin air (e.g., proving the transferred amount is not negative and the total is conserved).

Mimblewimble-style signatures prove that the outgoing amount equals the incoming amount, ensuring tokens cannot be maliciously inflated.

When the sender transfers tokens to the receiver, the amount information is encrypted using ECDH and written onto the blockchain. Only the sender and receiver can decrypt and see the real amount using their private keys; to others, this data is just gibberish.

Finally, the indexer built into the dApp (the user's browser) reads the data on the Bitcoin chain, independently verifies the aforementioned cryptographic proofs, and thereby calculates your real balance.

Since its launch on May 7th, developer ross.wei (@z0r0zzz) has been updating quickly. Currently, Tacit already supports fair launches, has a marketplace, supports token swaps, and even has a mixer.

This mixer is somewhat similar to Tornado Cash—the more people deposit, the higher the privacy (harder to identify which addresses in the pool correspond). However, Tacit's mixer does not rely on smart contracts. It embeds the deposit proof in the Taproot transaction note, and the zero-knowledge proof for withdrawals is handled by the indexer in the browser.

It's even slightly stronger than Tornado Cash in some aspects because Tornado Cash cannot hide the amount being mixed. However, Tacit's mixer cannot mix native Bitcoin because hiding the mixing amount itself requires first wrapping the Bitcoin.

Of course, privacy comes at a cost. According to the GitHub documentation, due to the larger witness data required for hiding, the transfer cost corresponds to a mainnet fee rate of approximately 10 sat/vB, meaning each transfer costs about 25,000-30,000 sat, roughly 10 times the cost of a Runes transfer.

Who Built Tacit?

Developer ross.wei (@z0r0zzz) is a relatively well-known developer in the Ethereum ecosystem. He previously developed ZAMM, which uses a single contract for creating new tokens, managing LPs, farming, and swaps, significantly improving gas efficiency and user experience.

$ZAMM was also a notable project on Ethereum in the past, reaching a market cap in the tens of millions of dollars and receiving a retweet from crypto KOL Ansem.

Tacit isn't something he suddenly created on a whim; he has been interested in Bitcoin technology for a while. This new protocol has also garnered attention from Messari Enterprise Research Manager @AvgJoesCrypto.

In the future, the author also plans to implement privacy-wrapped native Bitcoin (cBTC), silent receiving (generating a new one-time address for each receiving transaction), and hiding the type of currency being transferred.

Relevant Assets

Currently, the token with the highest trading volume is $TAC. This token was deployed by the protocol author himself and was airdropped not long ago based on holdings of the $ZORG staking token from the Ethereum-based $ZAMM. Its current market cap is approximately $4 million, making it the undisputed leader.

The first token launched via fair launch is $FAIR, though trading for this token is not yet available on the marketplace.

Conclusion

This is indeed an innovative Bitcoin asset protocol. Compared to BRC-20 and Runes, it has already implemented amount privacy and plans to achieve more. Compared to RGB, Taproot Assets, and Liquid CT, it doesn't rely on off-chain client-side proofs or exist as a sidechain; it operates entirely using on-chain data.

After repurposing its own protocol components to create a mixer, it has also addressed the hiding of the on-chain address graph.

Although the usage cost is relatively high, this is truly a refreshing and eye-catching innovation not seen in the Bitcoin ecosystem for a long time.

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

QWhat is the main characteristic that differentiates the new Bitcoin asset protocol Tacit from protocols like BRC-20 and Runes?

ATacit is a privacy-focused Bitcoin asset protocol. Its primary differentiating characteristic is that it can hide the amount of tokens in transactions (including the total supply defined at deployment and the specific amount in each transfer), while protocols like BRC-20 and Runes have transparent ledgers. However, Tacit does not hide the direction of fund flows (i.e., the address graph).

QHow does Tacit achieve transaction amount privacy on the Bitcoin mainnet according to the article?

ATacit uses a combination of cryptographic techniques: Pedersen commitments and Bulletproofs to hide the transaction amount while proving to the network that no tokens are fraudulently created (e.g., proving amounts are non-negative and conserved). Mimblewimble-style signatures prove that the output amount equals the input amount, preventing malicious inflation. The actual amount information is encrypted using ECDH and written on-chain, decryptable only by the sender and receiver with their private keys.

QWho is the developer behind the Tacit protocol, and what is their background mentioned in the article?

AThe developer behind Tacit is ross.wei (@z0r0zzz). He is a well-known Ethereum developer who previously created ZAMM, a project that reached a multi-million dollar market cap and gained attention from crypto KOLs like Ansem. His interest in Bitcoin technology led to the development of Tacit.

QWhat is the current primary token associated with the Tacit protocol, and how was it distributed?

AThe primary token is $TAC. It was deployed by the protocol author and recently airdropped to holders of $ZORG, the staking token of the Ethereum-based $ZAMM project. Its current market capitalization is approximately $4 million.

QWhat are some of the planned future features for the Tacit protocol as mentioned in the article?

APlanned future features for Tacit include: privacy encapsulation for native Bitcoin (cBTC), silent receiving (generating a new one-time address for each incoming transaction), and hiding the type of token being transferred.

Похожее

Warsh's First Day in Office, Markets Deliver a 'Wake-up Call': Rate Hike Expected This Year

On his first day in office, newly inaugurated Federal Reserve Chairman Warsh received a stark market warning, with expectations now fully pricing in a 25-basis-point interest rate hike this year. The shift was triggered by hawkish remarks from Fed Governor Waller, who stated that inflation is now the key policy "driver" and that the odds of a hike or cut are evenly split. This sent short-term Treasury yields higher. Waller signaled a significant pivot in his stance, citing disappointing inflation and labor data. He suggested removing "easing bias" language from Fed statements and did not rule out future rate increases if inflation fails to recede, though he noted immediate action isn't warranted without signs of unanchored inflation expectations. Chairman Warsh faces immediate pressure at his first FOMC meeting in June. With the preferred inflation gauge at a three-year high, analysts warn that failing to hike could be interpreted as an implicit easing of policy. The geopolitical situation in the Middle East is adding to existing price pressures. The market's expectation for a hike contrasts sharply with earlier forecasts for multiple cuts. While long-term Treasury yields have been contained by lower energy prices recently, analysts note they remain under structural upward pressure. Warsh's swearing-in at the White House highlights political scrutiny over Fed independence. However, the market has made it clear that inflation is the most urgent challenge, leaving the new chairman little time to settle in.

marsbit1 ч. назад

Warsh's First Day in Office, Markets Deliver a 'Wake-up Call': Rate Hike Expected This Year

marsbit1 ч. назад

Has Microsoft Lost Its Way in the AI Race, and Can Copilot Bring It Back on Track?

Microsoft, once seen as an early AI frontrunner due to its investment in OpenAI, is navigating a strategic shift amid increased competition. Its initial reliance on OpenAI’s GPT models has been complicated by OpenAI’s growing ambitions as a direct competitor, rapid advancements from rivals like Claude and Gemini, and the disruptive rise of AI agents, which challenge its traditional SaaS business model. These factors contributed to stock declines and slower-than-expected adoption of its flagship Copilot products. In response, CEO Satya Nadella has taken a hands-on role in product development, signaling the urgency of change. Microsoft is pivoting from a model-centric strategy to a "model-agnostic" enterprise platform approach. It aims to become the foundational layer connecting various AI models—from OpenAI, Anthropic, or its own new "Superintelligence" team—with enterprise workflows, data, security, and cloud services. Recent organizational changes merged consumer and enterprise Copilot teams to accelerate innovation, exemplified by new products like Copilot Tasks and Copilot Cowork. However, this transformation comes at a high cost. Microsoft faces massive capital expenditures, potentially reaching ~$190 billion by 2026, to support AI infrastructure. While its platform strategy shows early signs of traction with growing Azure AI revenue, it must balance startup-like agility with the reliability expected by enterprise clients. The core challenge is no longer being the sole AI winner but defending its position as the essential enterprise software entry point amidst rapid technological commoditization and the shift towards always-on AI agents.

marsbit1 ч. назад

Has Microsoft Lost Its Way in the AI Race, and Can Copilot Bring It Back on Track?

marsbit1 ч. назад

Why Haven't Forex Stablecoins Taken Off?

Why FX Stablecoins Never Took Off: A Path Forward via Synthetic FX Despite the explosive growth of stablecoin-powered digital banking, which has seen ~$6B in VC investment and a 24x surge in crypto card spending in under a year, a major limitation persists: these banks are essentially dollar-only accounts. This leaves 95-99% of global accounts, which are denominated in non-USD currencies, underserved. Attempts to create native foreign currency (FX) stablecoins (like EURC) have largely failed, with total FX stablecoin TVL at ~$600M compared to $400B for USD stablecoins—a 700x gap. These FX tokens face critical challenges: fragile pegs due to low liquidity, limited exchange/FinTech acceptance, poor on/off-ramps, complex regional compliance, and a chicken-and-egg adoption problem. The article argues that the solution lies not in competing with entrenched USD stablecoin networks (USDT/USDC), but in adopting a synthetic FX model inspired by traditional finance. Specifically, it advocates for Mark-to-Market Non-Deliverable Forwards (NDFs)—cash-settled FX derivatives that allow users to maintain underlying USD stablecoin holdings while having their account balance and P&L denominated in a foreign currency. This approach offers key advantages: strong oracle-based pegs, retention of deep USD stablecoin liquidity and yield, superior on/off-ramps, scalability to any currency with a reliable feed, and capital efficiency. It mirrors how modern institutional FX markets operate. Primary use cases for on-chain NDFs include: 1. **Digital Banks/Wallets:** Enabling multi-currency accounts for international users without leaving the USD stablecoin ecosystem, boosting deposits and retention. 2. **FX Carry Trade Vaults:** Offering access to sovereign interest rate differentials (e.g., earning yield on BRL) in a more stable and scalable format than crypto-native products like Ethena. 3. **Global Enterprise Payments:** Allowing merchants to receive payments in local currency equivalents while settling in USD stablecoins, similar to services offered by Stripe for fiat. The conclusion is that synthetic FX, not native FX stablecoins, is the viable path to integrating foreign exchange into the growing stablecoin digital banking landscape, potentially unlocking the next phase of institutional DeFi and multi-trillion-dollar global adoption.

链捕手2 ч. назад

Why Haven't Forex Stablecoins Taken Off?

链捕手2 ч. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Как купить ZEC

Добро пожаловать на HTX.com! Мы сделали приобретение Zcash (ZEC) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки Zcash (ZEC).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение Zcash (ZEC)После приобретения вами Zcash (ZEC) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля Zcash (ZEC)С легкостью торгуйте Zcash (ZEC) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

618 просмотров всегоОпубликовано 2024.03.29Обновлено 2025.03.21

Как купить ZEC

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на ZEC (ZEC) представлены ниже.

活动图片