Your money
is yours.
A privacy-first cryptocurrency where every transaction is shielded by default, supply is cryptographically auditable, and no permission is required to participate.
"We built CoinCync on one principle: your money is yours. Not visible to surveillance. Not subject to seizure. Not dependent on permission. Enforced by proofs, not promises."— The CoinCync Manifesto
Three principles.
Zero compromise.
Private by default
Every transaction is shielded with CLSAG ring-16 signatures, Pedersen commitments, Bulletproofs+ range proofs, and stealth addresses. No opt-out. No transparent mode. Privacy is mandatory.
Auditable by anyone
Supply is cryptographically verifiable. Pedersen commitments are additively homomorphic — they balance without revealing amounts. No trusted setup. No ceremony. Anyone can audit.
No permission needed
CPU-only RandomX mining. 0% developer tax. No premine. No founder allocation. The Constitution enforces these rules at the protocol level — permanently.
Four layers of privacy.
Each layer addresses a different attack surface. Together they provide the strongest privacy guarantees of any cryptocurrency.
Protects the content
Who sent. Who received. How much.
- CLSAG ring-16 signatures — real signer hidden among 16 decoys
- Stealth addresses — one-time Ristretto255 destinations
- Pedersen commitments — amounts hidden, homomorphic balance
- Bulletproofs+ — compact non-negative range proofs
- Encrypted memos — ChaCha20-Poly1305 + ECDH
- Key images — double-spend prevention without revealing source
- View tags — 90% faster wallet sync
Protects the metadata
IP addresses. Timing. Traffic patterns.
- Dandelion++ — random stem path before broadcast
- Noise_XX — Signal-grade encrypted P2P
- Traffic shaping — 0–200ms random jitter
- Constant-rate padding — masks activity patterns
Protects the user
Selective disclosure. Plausible deniability. Recovery.
- Uniform decoy selection — defeats recency analysis
- Time-scoped view keys — export for a specific block range
- Plausible deniability — dual-password encryption
- Auto-churn — Poisson-distributed self-sends
- Dead man's switch — time-locked recovery
- Uniform 2-in/2-out shape — defeats heuristic analysis
- FROST multi-sig — indistinguishable from single-sig
Enforced by consensus
Hardcoded rules that no one can change.
- Mandatory privacy — no opt-out, no transparent mode
- No surveillance — no blacklists, no freezing, no backdoors
- No balance lookup — no RPC to query an address
- 4th Amendment — financial records constitutionally protected
How a transaction works.
Four cryptographic layers protect every transaction. Here's what happens when you send CYNC.
Sound money.
Provable scarcity.
An asymptotic emission curve with tail emission and fee burn creates a self-sustaining, naturally deflationary currency.
How CoinCync compares.
| Feature | CoinCync | Monero | Zcash | Bitcoin |
|---|---|---|---|---|
| Privacy | Mandatory | Mandatory | Optional | None |
| Ring signatures | CLSAG-16 | CLSAG-16 | — | — |
| Range proofs | Bulletproofs+ | Bulletproofs+ | Halo2 | — |
| Trusted setup | None | None | Was required | N/A |
| Supply auditable | Pedersen | Pedersen | Yes | Transparent |
| Mining | RandomX (CPU) | RandomX (CPU) | Equihash (GPU) | SHA-256 (ASIC) |
| Dev tax | 0% | 0% | 20% (ended) | 0% |
| Fee burn | 30% | 0% | 0% | 0% |
| Multi-sig privacy | FROST (hidden) | Visible | Visible | Visible |
| Constitution | Enforced | — | — | — |
Written in stone.
The CoinCync Constitution is permanent. It cannot be amended, repealed, or superseded. These are not promises — they are protocol rules.
Three commands to mine.
Build from source and mine your first block. Any CPU. No GPU required. No pool required.
$ git clone https://github.com/CoinCync/Coincync-Testnet-.git
$ cd Coincync-Testnet-
$ cargo build --release --features "randomx testnet"
Compiling coincync v1.0.1 — 520 tests pass
# Start a node
$ ./target/release/coincync-node --network testnet
Syncing... block 43891 of 43891 (100%)
# Mine on personal hardware (cloud VPS providers prohibit it)
$ ./target/release/coincync-tui-miner --testnet --address tCYNC3... --threads 4
Mining at 142 H/s — RandomX — 4 threads
Get started.
Download the wallet, mine with your CPU, or run a node to strengthen the network.
What's next.
A transparent roadmap for CoinCync development.
Security & bug bounty.
We pay for vulnerabilities. Responsible disclosure protects everyone.
Frequently asked.
Don't trust.
Verify.
Every CYNC in existence traces to the emission curve. The math can be checked by anyone, at any block, on their own node.