# 4 common use cases

1. **Enterprise Payroll (TechCorp)**
   * **Problem:** Standard USDC exposes employee salaries to coworkers, competitors, and the public, leading to resentment and competitive disadvantage.
   * **Zaiffer Solution:** TechCorp pays employees with shielded cUSDC. The blockchain shows the payment occurred, but the *amount* is encrypted (e.g., Bob's $80k vs. Alice's $120k is hidden). Employees unshield for specific needs and can provide selective tax proofs.
   * **Benefits:** Workplace harmony, competitive protection, employee privacy, and auditable with permission.
   * **Hidden:** Salary, bonuses, raises.
2. **Investment Fund Operations (CryptoFund)**
   * **Problem:** Public ERC-20 tokens reveal trade strategy, portfolio composition, and entry/exit positions, leading to front-running and manipulation.
   * **Zaiffer Solution:** The Fund shields assets (cUSDC, cETH) and executes trades via confidential DEX integrations. Trade sizes are encrypted. The Fund provides selective disclosure to LP investors to verify holdings privately.
   * **Benefits:** Strategy protection, better execution (no front-running), and investor confidence.
   * **Hidden:** Position sizes, trade amounts, portfolio composition.
3. **Personal Privacy (Alice)**
   * **Problem:** Alice uses an ENS (alice.eth) and doesn't want friends/public to see her net worth, income, or spending habits.
   * **Zaiffer Solution:** Alice shields her savings to cUSDC. She receives freelance payments and makes purchases in cUSDC, hiding all amounts. She unshields only for fiat off-ramping or non-confidential protocols.
   * **Benefits:** Social privacy, salary privacy, spending privacy, and increased safety.
   * **Hidden:** Balance, income, spending amounts.
4. **Confidential Donations (CharityDAO)**
   * **Problem:** Transparent blockchains discourage donations because amounts are public, leading to solicitation or embarrassment for small donors.
   * **Zaiffer Solution:** Donors send cUSDC to CharityDAO. The transfer is visible, but the *amount* is confidential ($10 vs. $10,000 is hidden). CharityDAO can provide aggregate disclosures (e.g., "$1M received") and selective disclosures for tax receipts.
   * **Benefits:** Donor privacy, reduced solicitation, and flexibility.
   * **Hidden:** Individual donation amounts.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zaiffer.gitbook.io/wiki/zaiffer/the-zaiffer-privacy-system/4-common-use-cases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
