Reference
Deployed Contracts
Bound contract addresses on Hedera Testnet with verification links.
All CCP contracts are deployed on Hedera Testnet via the EVM-compatible JSON-RPC relay.
| Resource | ID | Purpose |
|---|
| CCP Events | 0.0.8510266 | Hedera Consensus Service topic for certificate lifecycle events |
View event history: Mirror Node API
OPERATOR (Ledger) AUDITOR (Ledger)
| |
|--- deploys containment |--- audits + stakes
|--- deposits reserve |--- signs attestation
| |
v v v
CCPRegistry.publish(operatorSig, attestorSigs)
|
+----|----+-----------+-----------+
v v v v v
Registry Reserve Spending Auditor Fee
Vault Limit Staking Escrow
|
Ledger co-signs
above $5k threshold
|
v
ChallengeManager
(auto-resolve + slash)
| Parameter | Value | Description |
|---|
maxSingleAction | 10,000 USDC | Max per-transaction |
maxPeriodicLoss | 50,000 USDC | Max per 24h period |
cosignThreshold | 5,000 USDC | Above this, Ledger must co-sign |
periodDuration | 86,400s | 1 day |
| Parameter | Value |
|---|
| Reserve amount | 150,000 USDC |
| Reserve ratio | 3x (containment bound) |
| Lock duration | 74 days (60 cert + 14 grace) |
| Parameter | Value |
|---|
| Stake amount | 1,500 USDC |
| Stake ratio | 3% of containment bound |
| Slash distribution | 30% challenger, 50% verifiers, 20% burned |
| Service | URL |
|---|
| Hedera JSON-RPC (EVM) | https://testnet.hashio.io/api |
| Mirror Node REST | https://testnet.mirrornode.hedera.com |
| HashScan Explorer | https://hashscan.io/testnet |