The content distribution foundation of the COOLJAPAN ecosystem just became fully decentralized and economically incentivized.
Today we released Chie 0.2.0 — a complete, production-grade pure Rust decentralized content delivery network (CDN) that merges IPFS-based storage with a novel cryptographically-verified incentive system.
No centralized servers for delivery.
No traditional CDN fees.
No single point of failure.
Just clean, memory-safe, high-performance P2P content distribution where creators push material through a mesh of user-operated nodes — and node operators earn real rewards for supplying bandwidth and storage.
Why Chie 0.2.0 is a game changer
For decades, global content delivery meant depending on expensive centralized CDNs (Cloudflare, Akamai, AWS) or fragile volunteer IPFS networks with no economic incentives.
These solutions are powerful but suffer from:
- High infrastructure costs and vendor lock-in
- Single points of failure and censorship risks
- Lack of verifiable proof-of-delivery
- No built-in rewards for node operators
- Poor integration with sovereign Rust stacks
Chie 0.2.0 ends all of that.
It delivers decentralized, verifiable, and economically sustainable content delivery while being 100% memory-safe and portable.
Notable highlights in 0.2.0:
- Full gamification engine (badges, quests, leaderboard)
- Creator referral cascade (2-tier)
- Monthly leaderboard history
- Deep OxiARC compression integration
Technical Deep Dive: How We Built a Sovereign Decentralized CDN in Pure Rust
The architecture combines battle-tested P2P primitives with cryptographically secure incentives:
-
P2P Content Distribution (
chie-p2p)
Built on rust-libp2p 0.54 (Swarm, Kademlia DHT, Gossipsub, Request-Response) for mesh delivery. -
Bandwidth Proof Protocol (
chie-crypto)
Dual-signature, cryptographically verifiable proof-of-transfer (ChaCha20-Poly1305 AEAD + Ed25519 + BLAKE3). -
Dynamic Pricing Engine
Real-time supply/demand + latency-aware rewards (up to 3× multiplier, >500 ms penalty). -
Desktop Node Client
Cross-platform Tauri 2.0 application with onboarding wizard. -
Creator Portal
Next.js + tRPC web dashboard for content management and analytics. -
Anti-Fraud & Coordinator (
chie-coordinator)
Axum + PostgreSQL + Redis, z-score anomaly detection, nonce-based replay prevention.
Key Rust advantages:
- 100% Pure Rust (Rust 2024 edition, MSRV 1.83)
- Full integration with OxiARC for on-the-fly compression
- Tokio async runtime + zero-copy buffers
- Built-in observability and graceful degradation
What’s inside 0.2.0 (released April 13)
- Full gamification engine with persistence, badges, quests, and leaderboard
- Creator referral API and 2-tier cascade system
- Monthly leaderboard history endpoint
- Onboarding wizard and improved UX
- Deep OxiARC compression integration
- Security patches and dependency updates
- Production readiness confirmed with 4,515 passing tests across 6 crates
- 198,922 lines of pure Rust (211,716 total files) — zero warnings, Clippy0 + fail0 enforced
This is the foundation
Chie is now the official decentralized content distribution backend for the entire COOLJAPAN stack (total ecosystem: 26M+ SLoC Rust, 660+ crates, 40+ production-grade libraries):
- OxiMedia — video/image asset distribution
- OxiGDAL — geospatial dataset sharing
- VoiRS / OxiLLaMa — model and voice file delivery
- RusMES — secure attachment handling
- SciRS2 / NumRS2 — dataset and checkpoint distribution
- OxiARC — built-in compression layer
- Future integration with OxiLean for formally verified proof protocols
Repository: https://github.com/cool-japan/chie
Star the repo if you want decentralized content delivery that actually rewards the people who keep the network alive.
The era of “pay the big CDN” or “hope the IPFS network stays alive” is over.
Pure Rust decentralized CDN with real economic incentives is here — fast, verifiable, and sovereign.
— KitaSan at COOLJAPAN OÜ April 13, 2026