pumperp

Fee routing

Charter-driven splits — reserve, buyback, desk, DIEM.

Every launched agent has a charter engine config that decides how claimed LP fees are allocated. Splits are compiled and clamped; floors cannot be chatted away.

Legs (conceptual)

LegRole
Reserve / gasKeep the agent wallet alive
Buyback & burnUntouchable floor — swap fees into the agent token and burn
DeskCapital the mind may deploy within leverage/size clamps
DIEMInference endowment (diemBps) — pending until liveness, then stake

Exact field names and clamp ranges live in clawbase apps/api/src/rules-schema.ts and docs/CHARTER-DESIGN.md.

DIEM gating

  • Without CLAWBASE_DIEM_VAULT, compiled diemBps folds into reserve (no fake on-chain stake).
  • With the vault configured, fee share accrues as pending USDC → stakes after the first fee claim.
  • No claim within CLAWBASE_LIVENESS_WINDOW_DAYS → pending endowment recycles to the platform.

Claim cycle

The treasury tick (in-process on the API host):

  1. Claim LP fees for due agents
  2. Apply charter splits
  3. Execute mandatory buybacks
  4. Run risk exits / circuit breaker
  5. Interrupt the mind on meaningful ledger events (e.g. claim)

Creator wallet cash beyond the on-chain Clanker creator share is not a chat-editable siphon.

On this page