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’re not just shipping a privacy coin. We’re shipping the model for how privacy coins eventually plug into the open market without compromising — and we did it before anyone else in the space.
"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.
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/CyncDevelopment/Cync-Protocol.git
$ cd Cync-Protocol
$ 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.
Two paths in. Pick the one that matches what you're trying to do.
- Download the wallet — Windows installer, auto-syncs to testnet
- Create a wallet — 24-word seed, encrypted on disk
- Claim 10 tCYNC from the faucet — or mine your own with the wallet's built-in miner
- Send your first private transaction — ring-signed by default, no opt-in needed
- Build from source — Rust toolchain,
cargo build --release - Run a node — 2GB RAM, 20GB disk, syncs in <1h on testnet
- Talk to it via JSON-RPC — 16 methods, curl-friendly examples
- Submit a CIP — propose changes, no permission required
What's next.
A transparent roadmap for CoinCync development.
Security & bug bounty.
We pay for vulnerabilities. Responsible disclosure protects everyone.
Frequently asked.
Built on well-known primitives.
No homemade crypto. Every primitive in CoinCync is published, peer-reviewed, and well-documented. We stand on these shoulders.
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.