New Protocol Tacit: The ZEC of the Bitcoin Ecosystem

marsbitPublicado a 2026-05-14Actualizado a 2026-05-14

Resumen

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.

Preguntas relacionadas

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.

Lecturas Relacionadas

Who Funds the Agents?

**Summary: Who Funds AI Agents?** OpenAI recently shut down a feature allowing AI agents to shop for users, highlighting the challenge of creating a secure and regulated environment for agent-driven transactions. While payment infrastructure exists, a crucial governance layer—defining spending limits, fraud detection, tax handling, and return policies—is largely missing. The potential is enormous: AI agents already processed $73M across 176M transactions last year, with McKinsey forecasting this could grow to $3-5T in global consumer commerce by 2030. The core competition isn't just about processing payments, which can be very cheap (especially with crypto-based settlement), but about controlling the rules that govern agent spending. Key players like Stripe and Coinbase are racing to dominate this governance layer. Stripe's acquisition of wallet provider Privy allows it to set spending policies, identity checks, and human-in-the-loop approvals directly at the wallet level. Similarly, Coinbase's stack, including its x402 protocol and AgentKit, embeds governance rules. This vertical integration across settlement, wallet, and governance layers is becoming the dominant strategy. Control over the governance layer is where significant future value lies. If agents handle trillions in transactions, even a small fee for managing compliance, fraud prevention, and policy enforcement could generate billions in annual revenue. The companies that successfully integrate across the payment stack will capture value from idle agent balances, transaction fees, and governance services, positioning themselves as the foundational banks of the AI agent economy.

marsbitJusto ahora

Who Funds the Agents?

marsbitJusto ahora

A Nation Blocks Chips, a Giant Buys a Nuclear Power Plant: Why It's Time to Seriously Consider DeAI

**Title: Great Powers Blockade Chips, Giants Buy Nuclear Plants: Why It's Time to Seriously Consider DeAI** In May 2026, the US closed loopholes for Chinese firms to acquire advanced NVIDIA chips via overseas subsidiaries. That same month, Kenya halted a $1B geothermal data center project involving Microsoft, fearing its immense energy consumption. Meanwhile, Huawei announced mass production of its Ascend AI chip. These disparate events underscore a new reality: the competition for computing power ("compute") has escalated beyond the tech industry, becoming a geopolitical and infrastructural battleground. A new era of oligopoly is forming, with control over the AI stack—from GPU chips (NVIDIA) and cloud platforms (AWS, Azure, Google Cloud) to foundational models (OpenAI, Anthropic)—concentrating in a few Western "AI Octopus" corporations. This centralization creates systemic risks: pricing power and platform lock-in for users, infrastructure fragility, and a widening "compute divide" that threatens to marginalize nations without independent AI capacity. An "AI Iron Curtain" is deepening through export controls. In response, some nations like Saudi Arabia and the UAE are investing heavily to buy compute power, aiming to transition from oil to AI economies. The EU seeks to triple its compute capacity by 2030 to reduce dependency. However, the spending gap is vast, with four US tech giants alone planning ~$750B in AI capex for 2026. The race is increasingly constrained by energy, with AI tasks consuming up to 1000x more power than web searches, pushing firms to even acquire nuclear plants. This landscape is fueling interest in Decentralized AI (DeAI). It proposes a third way: using open protocols to coordinate a global network of idle GPUs, independent developers, and data centers, creating an AI infrastructure without a single controlling entity. Leveraging blockchain and cryptographic verification, DeAI aims to break market concentration, disperse energy demands, reduce geopolitical dependencies, and enhance transparency. While still nascent in performance and stability, DeAI's core promise is not immediate superiority but providing a crucial alternative architecture to resist monopoly, censorship, and centralized power. As specialized AI hardware costs fall and open-source models flourish, the window to build this foundation is open. The very existence of such competition serves as a vital check against the inevitable abuse of concentrated power.

marsbitHace 55 min(s)

A Nation Blocks Chips, a Giant Buys a Nuclear Power Plant: Why It's Time to Seriously Consider DeAI

marsbitHace 55 min(s)

Outpoll Review: A Prediction Market Platform Built for Active Traders

Outpoll Review: A Prediction Market Platform Built for Active Traders In recent years, prediction markets have grown from a niche sector to a mainstream arena, attracting billions in trading volume and institutional capital. However, the user experience and tools for traders have not kept pace. Outpoll, a new global prediction market platform, aims to fill this gap by providing enhanced trading infrastructure for active and professional traders. Built on standard prediction market principles, Outpoll allows users to trade on the outcome of specific events. It uses fully collateralized contracts with USDC settlement, charges a competitive 0.1% fee per trade, and provides clear settlement rules upfront to minimize disputes. A key focus for Outpoll is its professional-grade trading tools. The platform supports limit and market orders, as well as take-profit and stop-loss orders for open positions—features uncommon in prediction markets. For automated trading, Outpoll offers comprehensive REST and WebSocket APIs, enabling portfolio management, price arbitrage, and integration with existing tools. The platform also features a creator-led market model, where approved experts and community leaders can create and manage markets for niche topics under platform supervision. Its integrated interface combines news feeds directly with trading functions, allowing users to monitor events and manage positions seamlessly. Outpoll launched with a native Android app (available on Google Play) and plans an iOS version later this year. In summary, Outpoll distinguishes itself with trader-focused tools, practical APIs, transparent and collateralized markets, integrated news, and an expanding creator program. For active traders, its advanced order types and API access alone make it a platform worth watching. Outpoll is now globally accessible via outpoll.com and Google Play.

marsbitHace 1 hora(s)

Outpoll Review: A Prediction Market Platform Built for Active Traders

marsbitHace 1 hora(s)

Trading

Spot
Futuros

Artículos destacados

Cómo comprar ZEC

¡Bienvenido a HTX.com! Hemos hecho que comprar Zcash (ZEC) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar Zcash (ZEC) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu Zcash (ZEC)Después de comprar tu Zcash (ZEC), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear Zcash (ZEC)Tradear fácilmente con Zcash (ZEC) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

345 Vistas totalesPublicado en 2024.12.12Actualizado en 2026.06.02

Cómo comprar ZEC

Discusiones

Bienvenido a la comunidad de HTX. Aquí puedes mantenerte informado sobre los últimos desarrollos de la plataforma y acceder a análisis profesionales del mercado. A continuación se presentan las opiniones de los usuarios sobre el precio de ZEC (ZEC).

活动图片