BoundBound Docs
Reference

Deployed Contracts

Bound contract addresses on Hedera Testnet with verification links.

Hedera Testnet (Chain ID: 296)

All CCP contracts are deployed on Hedera Testnet via the EVM-compatible JSON-RPC relay.

ContractAddressPurpose
CCPRegistry0x776CAbA2d5E63F96358f1624976D6Aaa6b780ed1Certificate storage, publish, verify, lookup
SpendingLimit0x530ecF8Afddb752748aCE1Ece90e34FD1ca7eE6CAgent containment enforcement with Ledger co-signing
ReserveVault0xb2fFaf44Ae415b0e1dFc99c8E07dfDE2a5369Aa6Locked USDC reserve backing
AuditorStaking0xe786eB0F88b8A30e0ABf4C634fc414084b2134eCAuditor skin-in-the-game, per-cert staking
FeeEscrow0xe619F278352B4eED4465a176Df0B2A2F2CAf3557Audit fee escrow until clean expiry
ChallengeManager0x6238a4f9ad158dA64a4478FE64Ba0416b176cFC7Dispute resolution and slash distribution
MockUSDC0xC618490530af70b6Ce22729250Ffe8b5086225cETest stablecoin (6 decimals)

HCS Topic

ResourceIDPurpose
CCP Events0.0.8510266Hedera Consensus Service topic for certificate lifecycle events

View event history: Mirror Node API

Contract Architecture

  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)

Configuration

SpendingLimit Parameters

ParameterValueDescription
maxSingleAction10,000 USDCMax per-transaction
maxPeriodicLoss50,000 USDCMax per 24h period
cosignThreshold5,000 USDCAbove this, Ledger must co-sign
periodDuration86,400s1 day

Reserve Configuration

ParameterValue
Reserve amount150,000 USDC
Reserve ratio3x (containment bound)
Lock duration74 days (60 cert + 14 grace)

Auditor Stake

ParameterValue
Stake amount1,500 USDC
Stake ratio3% of containment bound
Slash distribution30% challenger, 50% verifiers, 20% burned

RPC Endpoints

ServiceURL
Hedera JSON-RPC (EVM)https://testnet.hashio.io/api
Mirror Node RESThttps://testnet.mirrornode.hedera.com
HashScan Explorerhttps://hashscan.io/testnet

On this page