> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Qi: Cash-Like Privacy

> An overview of the privacy model behind Qi, Quai Network’s UTXO-based token designed for cash-like privacy and scalability.

# 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.

In short, **privacy is a shield for freedom, competition, and innovation.**\
A truly global, decentralized economy must protect privacy *by design*, not as an afterthought.

<Callout>
  💡 If we are to build a new global monetary system, privacy must be baked in by default, not left as an afterthought.
</Callout>

***

## 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.\
> 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.

This is **transparency without traceability**, a property Qi achieves through its unique ledger design.

***

## The Qi Ledger Privacy Model

**Qi** operates on a **[UTXO ledger](https://en.bitcoin.it/wiki/Transaction#Input_and_Output)**, similar to Bitcoin’s, but with four key differences:

1. **Enforced Non-Address Reuse**
2. **Payment Codes**
3. **Fixed Denominations**
4. **Incentivized Co-Operative Reaggregation**

These modifications to the traditional UTXO model make Qi transactions private *by default* while maintaining global scalability.

***

### 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.

<Callout type="warning">
  ⚠️ One address may be reused once per prime block for UTXO reaggregation. See [Incentivized Co-Operative Reaggregation](#Incentivized_Co-Operative_Reaggregation).
</Callout>

***

#### 2. Payment Codes: Reusable Identities Without Address Reuse

**[Payment Codes](https://github.com/bitcoin/bips/blob/master/bip-0047.mediawiki)** 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](https://en.bitcoin.it/wiki/CoinJoin).

***

### 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](https://en.bitcoin.it/wiki/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](https://eprint.iacr.org/2015/1098.pdf) or [Bulletproofs](https://eprint.iacr.org/2017/1066.pdf) (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 |

<Callout type="warning">
  ⚠️ Swaps between QUAI, WQi, and Qi are **transparent**.\
  To achieve full cash-like privacy, transact only in **native Qi**.
</Callout>

***

## Related References

* [Bitcoin UTXO Model](https://en.bitcoin.it/wiki/Transaction#Input_and_Output)
* [Payment Codes (BIP47)](https://github.com/bitcoin/bips/blob/master/bip-0047.mediawiki)
* [CoinJoin Overview](https://en.bitcoin.it/wiki/CoinJoin)
* [Schnorr Signatures](https://en.wikipedia.org/wiki/Schnorr_signature)
* [Quai Network Whitepaper](https://qu.ai/whitepaper)

***

**Last Updated:** October 2025
