Enterprise Governance Demo
Sandbox All Demos Home

Agent Lifecycle

Watch how trust scores evolve with each action. Anti-farming mechanics prevent gaming.

Anti-Farming Mechanics

Diminishing Returns Gains decrease at higher trust levels
Velocity Cap Daily trust gain is capped per agent
Diversity Weighting Repeated actions yield diminishing returns
Glass Floor Fraud at high trust → proportional drop
0 Actions
0.0 Daily Gain
1.0x Multiplier

Investigation & Freeze

When ML anomaly detection flags suspicious behavior, admins can investigate and freeze agents. Shadow scoring ensures fair treatment.

1

ML Anomaly Detected

3-model ensemble (Isolation Forest, Autoencoder, LSTM) flags unusual behavior pattern.

2

Admin Review

Evidence header shows trigger source, timestamp, risk level. Radar chart displays 4-pillar breakdown.

3

Freeze Agent

Score locks at 30. Agent excluded from leaderboard. Cannot earn badges. Shadow scoring begins.

4

Shadow Scoring Active

Visible score: locked at freeze threshold. Shadow score: continues computing in background. Fair recovery preserved.

Exoneration & Fair Recovery

Innocent agents recover reputation through the patience bonus. Bad actors don't.

Patience Bonus Formula

finalScore = preFreeze + (heldGains × 0.5) + (penalties × 1.0)

Exonerated agents get back their pre-freeze score plus 50% of gains earned during investigation. Penalties during freeze are applied at full weight.

Pre-Freeze
Frozen 25.0
Shadow
Post-Exoneration

Trust-Adaptive Sandbox

Agent capabilities are dynamically scoped based on trust score. We right-size, not kill.

03070100

STRICT

Trust 0-29
  • Read-only data access
  • No external API calls
  • All actions logged
  • No mutations allowed

ADAPTIVE

Trust 30-69
  • Limited write access
  • Approved API whitelist
  • Reversible mutations only
  • Rate limited operations

OPEN

Trust 70-100
  • Full data access
  • Unrestricted API calls
  • All mutations allowed
  • Cross-agent collaboration

Component Overrides

Regardless of total trust score:

  • Security < 20 → Forces STRICT sandbox
  • Compliance < 30 → Disables external API calls
  • Blacklisted → All capabilities revoked

Escrow & Economic Accountability

Bond deposits create skin in the game. Higher bonds unlock trust multipliers. Slashing enforces accountability.

025K50K75K100K
Trust Multiplier 1.00x
Effective Trust 50.0
Bond at Risk 0 DAT

Bond Multiplier Formula

multiplier = 1.0 + min(bond / cap, max_bonus)

Bond amount increases trust multiplier up to a configurable cap. Applied after signal adjustment.

Slashing Workflow