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.
Privacy money that doesn’t depend on permission to participate. CYNC↔BTC atomic swaps are a constitutional commitment under Article XV — they ship in v1.1, after the base chain is live on mainnet and cyncswap has cleared its own dedicated audit. Same staging Monero used: chain first, novel crypto later, each behind its own audit.
"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://git.coincync.network/coincync/cync-protocol.git
$ cd Cync-Protocol
$ cargo build --release --features "randomx testnet"
Compiling coincync v1.0.8 — 700+ 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.
coincync-frost-coordinator (M-of-N signing relay, including coord WSS server with rate-limit + idle-timeout + Prometheus metrics, plus coord-cli operator binary), coincync-rolling-finality (pure-state library + real ed25519 verifier + borsh wire codec for CIP-009.D), and coincync-swap (atomic-swap protocol + handshake state machines + state persistence + cyncswap CLI). 165+ new tests covering composition + adversarial cases.Responsible disclosure.
Found a bug that could affect users? Reach out before posting publicly.
CoinCync is a solo-developer, MIT-licensed project at testnet stage. We don't currently have funding to back a paid bug-bounty program, and we'd rather say so plainly than promise payouts we can't honor. A funded program will launch alongside the third-party audit before mainnet.
In the meantime, please report security issues responsibly. Public credit on disclosure (with your consent), and a coordinated fix-and-publish timeline that protects users.
Email: [email protected]
PGP: 2CAA 920F 8B96 1772
Scope: consensus, privacy, wallet integrity, key handling, network
CI: 520+ tests, fmt + clippy + audit on every PR
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.