BoundBound Docs
Protocol

Game Theory

Why honest behavior is the Nash equilibrium for every Bound participant.

Game Theory

CCP is designed as a repeated, multi-player game where honest behavior is each participant's best response — regardless of what others do. This page summarizes the game-theoretic foundations.

The Actors

CCP involves eight distinct actor types, each with different information, incentives, and time horizons:

ActorInformation AdvantageTime Horizon
OperatorKnows true containment qualityMedium (months–years)
AuditorKnows what they actually testedLong (reputation-dependent)
VerifierKnows own risk toleranceTransaction-by-transaction
IntegratorKnows platform-wide patternsLong (platform lifecycle)
Reserve ProviderKnows capital conditionsMedium
Insurance ProviderKnows actuarial data across many agentsLong
ChallengerKnows specific vulnerabilities they've foundShort (per challenge)
End UserKnows almost nothingVery short

Information Asymmetry

The core game-theoretic challenge: operators know the true quality of their containment, but no one else does.

CCP addresses this through revelation mechanisms — structures that make it expensive to hide information:

MechanismWhat It RevealsHow
On-chain enforcementConstraint parametersPublicly verifiable code
Reserve lock-upCapital commitmentVerifiable on-chain balance
Formal verification proofsMathematical correctnessIndependently checkable proofs
Auditor bondingAudit qualityAuditor's own money at risk
Certificate classesRigor levelStandardized requirements
Challenge systemHidden defectsEconomic reward for finding them

Why Honesty Wins: By Actor

Operators

StrategyExpected Outcome
Honest: Build real containment, fund reserve, get proper auditOngoing access to transactions, growing reputation, bond returned
Dishonest: Cut corners, underfund reserve, get rubber-stamp auditShort-term savings, then bond slashed + reserve seized + blacklisted

The bond (5–10% of containment bound) is calibrated so that the cost of being caught once exceeds the cumulative savings from cutting corners.

Auditors

StrategyExpected Annual Outcome
Honest: Thorough audits, conservative attestations~39% margin, $1.4M net on 25 clients
Dishonest: Rubber-stamp attestations, skip testing-$5M+ expected (slashing + reputation loss)

The staking mechanism makes dishonesty structurally unprofitable, not just risky.

Verifiers

StrategyExpected Outcome
Strict: Enforce meaningful thresholdsAvoid losses, receive share of slashed funds if counterparty fails
Lax: Accept any certificateExposed to losses that could have been avoided

Verifiers have no incentive to be lax — they bear the cost of accepting bad certificates.

Repeated Game Dynamics

CCP is not a one-shot game. Operators, auditors, and verifiers interact repeatedly. This matters because:

  1. Reputation accumulates — actors who cheat once lose access to future transactions
  2. Trigger strategies work — if an operator cheats, all verifiers can refuse future certificates
  3. Patience is rewarded — actors with long time horizons (auditors, integrators) are the most reliable

For actors with short time horizons (new operators, challengers), CCP simulates patience through bonds — locked capital that makes the short-term cost of defection immediate.

Coalition Resistance

CCP must resist not just individual defection, but coordinated cheating:

CoalitionThreatDefense
Operator + Auditor collusionRubber-stamp attestationChallenger rewards + auditor concentration limits
Operator + Challenger collusionSelf-challenge for profitBurn component (20% of slash is destroyed)
Auditor cartelPrice-fixing, quality reductionPermissionless entry + apprentice system
Industry-wide race to bottomEveryone cuts cornersInsurance providers as sophisticated buyers (analogous to bond-market discipline)

The 20% burn on slash distribution is specifically designed to prevent collusion. Even if the challenger and operator are the same entity, value is irreversibly destroyed — making self-challenge unprofitable.

Ecosystem Maturity Phases

The equilibrium strengthens over time:

PhaseCertificatesTrust BasisKey Risk
Genesis (0–50)Early adoptersPersonal relationships + mechanismToo few challengers
Growth (50–500)Expanding ecosystemMechanism + emerging track recordRace-to-bottom pressure
Mature (500+)Self-sustainingFull mechanism + reputation + insuranceComplacency, regulatory capture

Each phase requires different parameter tuning — genesis needs lower bonds to encourage entry, while maturity needs stricter standards to maintain quality.

Formal Equilibrium Conditions

The protocol satisfies seven equilibrium conditions (E1–E7):

  1. E1: Operator honesty is incentive-compatible when bond > savings from cheating
  2. E2: Auditor honesty is incentive-compatible when stake NPV > fee from rubber-stamping
  3. E3: Verifier strictness is incentive-compatible when loss from laxity > cost of verification
  4. E4: Challenger monitoring is incentive-compatible when reward × detection probability > monitoring cost
  5. E5: Integrator adoption is incentive-compatible when reduced fraud losses > integration cost
  6. E6: Insurance provision is incentive-compatible when premium income > expected payouts
  7. E7: Entry is incentive-compatible when apprentice system provides credible path to profitability

When all seven conditions hold simultaneously, honest participation is the unique Nash equilibrium.

On this page