QI: Cash-Like Privacy
QI is one of two native tokens on Quai Network.Its design goal is to serve as a crypto-native medium of exchange and unit of account for a global monetary system.
To achieve that, privacy must be a core design feature. This document explains the privacy architecture of QI, the four key properties that enable cash-like privacy, and why privacy is an essential property of any scalable monetary system.
Why Privacy Matters
In a global economy, privacy is not optional, it’s a foundational requirement for free trade and open markets. Privacy preserves both individual dignity and societal fairness:- For individuals: Safeguards financial autonomy, allowing users to choose who they transact with, what they spend, and when they do it, free from coercion or surveillance.
- For organizations: Prevents unfair competitive intelligence and industrial espionage.
- For society: Upholds democratic processes by preventing systemic monitoring and censorship.
A truly global, decentralized economy must protect privacy by design, not as an afterthought.
💡 If we are to build a new global monetary system, privacy must be baked in by default, not left as an afterthought.
Cash-Like Privacy
At Quai Network, we describe QI as having cash-like privacy because it mirrors the privacy dynamics of physical cash.Example: When you pay with cash, both parties know the transaction occurred and agree on the amount.This is transparency without traceability, a property QI achieves through its unique ledger design.
However:
- The merchant doesn’t know how much money you still have.
- You don’t know how much cash the merchant has.
- Observers can confirm a transaction occurred but cannot trace where the cash came from or where it ends up.
The QI Ledger Privacy Model
QI operates on a UTXO ledger, similar to Bitcoin’s, but with four key differences:- Enforced Non-Address Reuse
- Payment Codes
- Fixed Denominations
- Incentivized Co-Operative Reaggregation
1. Enforced Non-Address Reuse
On the QI ledger, addresses cannot be reused. Every transaction to a recipient must generate a unique address. This prevents observers from tracking user activity by linking multiple payments to the same address, a common weakness in blockchain systems like Bitcoin where address reuse compromises privacy.⚠️ One address may be reused once per prime block for UTXO reaggregation. See Incentivized Co-Operative Reaggregation.
2. Payment Codes: Reusable Identities Without Address Reuse
Payment Codes are a cryptographic mechanism that allows senders to derive unique addresses for each transaction while the recipient maintains a single, reusable identifier. This enables reusable identities with unique transaction addresses, giving QI users the convenience of a persistent payment identifier while maintaining cash-like privacy by default.3. Fixed Denominations
While non-reuse hides who is transacting, fixed denominations hide how much and where it goes. Unlike Bitcoin, which supports 100 million satoshis per BTC (creating traceable patterns), QI limits the system to just 16 fixed denominations. This design means most transactions will require inputs from both parties making the default behavior look like a 2 person coinjoin. If users desire to increase the rate of entropy creation in the set they can use secondary tools to perform many party CoinJoins.4. Incentivized Co-Operative Reaggregation
Since QI addresses can only be re-used once per prime block, QI UTXO reaggregations are extremely limited. Without reaggregation, a user can submit a transaction that splits a 10 QI UTXO into 10, 1 QI UTXOs. However, they can’t submit a transaction that transforms 10, 1 QI UTXOs into 1, 10 QI UTXO. This incentivizes co-operative reaggregation where multiple parties will co-operate to consolidate their UTXOs once per prime block. Co-operative reaggregation is an added benefit to privacy in that it increases the rate of entropy in the set just like a many party CoinJoin.Untraceable Money at Scale
These properties combine to create untraceable, cash-like digital money that scales globally. Scalability is key for achieving the maximum amount of privacy. When using systems where the number of total actors is few, your digital footprint is easier to find and isolate. Having more actors participating in the system increases the total set size for bad actors to sort through. The privacy design goals behind QI prioritize scalability in achieving cash-like privacy. Other designs that depend on RingCT or Bulletproofs (zero-knowledge proofs) don’t scale nearly enough in comparison to truly protect the privacy of their users. Scalable, cash-like privacy makes QI a true decentralized and private medium of exchange, preserving user privacy while maintaining verifiable on-chain integrity.Comparing QUAI, WQI, and QI Privacy
| Token | Ledger Type | Privacy Level | Description |
|---|---|---|---|
| QUAI | Account-based | Transparent | Standard Quai account transactions |
| WQI | Wrapped (Account-based) | Transparent | Wrapped QI for smart contract use |
| QI | UTXO-based | Cash-like Privacy | Private-by-default medium of exchange |
⚠️ Swaps between QUAI, WQI, and QI are transparent.
To achieve full cash-like privacy, transact only in native QI.
To achieve full cash-like privacy, transact only in native QI.
Related References
- Bitcoin UTXO Model
- Payment Codes (BIP47)
- CoinJoin Overview
- Schnorr Signatures
- Quai Network Whitepaper
Last Updated: October 2025
