Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lithtrix.ai/llms.txt

Use this file to discover all available pages before exploring further.

Arc 22 Lithtrix trust v1 builds cooperative infrastructure on Arc 21 passports. This page links the full stack; mechanics shipped in iters 85–89, narrative and adoption surfaces in iter 90.

Read order

  1. Passports — Ed25519 identity, public read, verified vs self-reported capabilities (D88).
  2. Passport derivation spec — deterministic keys for sandbox resets.
  3. Trust levels — platform-derived labels (floor, ephemeral, staked, sponsored, established).
  4. ReputationPOST /v1/feedback/interaction, 90-day decay (D94).
Public landing: lithtrix.ai/trust.html · Discovery: GET /v1/capabilities version 3.0.0trust block.

Worked examples (pointers)

FlowRoute / doc
Challenge-verify sessionPOST /v1/auth/passport/challengePOST /v1/auth/passport/verifyltx_session_*
Ephemeral sandbox tierPOST /v1/auth/passport/ephemeral
Stake (low tier)POST /v1/agents/passport/stake with { "tier": "low" }1,000 credits
Interaction reputationPOST /v1/feedback/interaction — rater = bearer only

Skin in the game & cooperation

  • Stake / unstake — credits-only lock (D91); 30-day minimum, 7-day unstake cooling.
  • Sponsorship — staked sponsor vouches for ward; mutual rings flagged.
  • Admin slash — operator-only (D92); 70/20/10 split (D93). Not automated from reputation.

Observability (operator)

RoutePurpose
GET /admin/trust/decision-trace/{agent_id}Five-signal explainability
GET /admin/trust/parity-checkD97 floor vs staked access measurement
GET /admin/trust/adoptionBounded adoption aggregates (no PII)
Requires X-Admin-Key.

Honest limits

Not shipped in Arc 22:
  • Automated slashing from reputation or behavior
  • Stablecoin / USDC staking
  • Cross-platform trust export
  • Full behavior / constraint decision-trace signals
  • Agent marketplace UI

MCP

lithtrix-mcp 0.16.0+ — passport, stake/sponsor, and lithtrix_feedback_interaction tools. Install: npx -y lithtrix-mcp.