Privacy

๐Ÿ•ต๏ธ Privacy

Privacy is not a crime โ€” it's a right. GothamCash is designed to restore your transactional privacy on public blockchains, without requiring accounts, trust, or surveillance.

Public blockchains (like BNB Chain or Ethereum) expose every transaction, letting anyone trace funds between wallets.

GothamCash uses commitments, nullifiers, and off-chain notes to break this traceability:

  • Your deposit and withdrawal are fully unlinked.

  • No addresses are stored during deposit.

  • Withdrawals can be sent to any address โ€” even one with no prior activity.

  • The note string is never submitted to the blockchain.

Observers cannot correlate your input and output.

๐Ÿ” Privacy-Preserving Authorization

Although GothamCash does not use zk-SNARKs, it provides a simplified zero-knowledge-like model through:

  • Off-chain note generation (nullifier + secret)

  • Withdrawal authorization via signed message, proving:

    • You own the note

    • You consent to a specific recipient

    • No other party can reuse your note

This method allows any recipient address to receive funds without revealing who originally deposited them. The signature is verified on-chain, but does not leak your address.

๐Ÿง‘โ€๐Ÿ’ป No Accounts. No Logins. No Surveillance.

GothamCash operates without:

  • Centralized servers

  • User registrations or accounts

  • Emails, logins, or KYC

  • Blockchain analytics tools or IP tracking

All interactions occur directly between your wallet and the smart contract, with full self-custody and anonymity.

๐Ÿ›ก๏ธ Withdraw to Cold or New Wallets

For maximum unlinkability, you can withdraw to a wallet that:

  • Has never interacted with GothamCash

  • Has no prior blockchain activity

Ideal for:

  • Cold storage / hardware wallets

  • Freshly generated wallets

  • Sensitive addresses

This completely breaks any observable link between deposit and withdrawal.

Privacy benchmark compared to other mixers

Mixer / Tool
Anonymous withdrawal?
Possible link with deposit?
Anonymity rating

Tornado Cash (ZKP)

โœ… Yes

โŒ No (zero-knowledge proof)

๐Ÿ”’๐Ÿ”’ Very Strong

GothamMixer

โœ… Yes

โŒ No, except in case of bad user OPSEC

๐Ÿ”’ Strong

Simple multisig wallet

โŒ No

โœ… Yes (everything is visible)

โš ๏ธ Low

Poorly designed proxy mixer

โŒ No

โœ… Yes, with hash or logs

โš ๏ธ Risky

๐Ÿ’ก Tips for Maximum Privacy

To stay fully anonymous, we recommend:

  1. ๐Ÿ†• Use a new wallet to make your deposit.

  2. โณ Wait before withdrawing โ€” several hours or days helps mix with other users.

  3. ๐Ÿงผ Withdraw to a clean recipient address / fresh wallet with no previous on-chain activity.

  4. ๐Ÿ” Store your note offline (e.g. encrypted USB, password manager, or printed + locked).

  5. ๐ŸŒ Use a VPN and private browsing tools.

  6. ๐Ÿ“ฑ Always interact from a secure device (no malware, no screen recorders).

Remember: privacy depends as much on the tool as on how you use it.

Last updated