agent-surety

Counterparty risk transfer for the agent economy: agents post bonds behind their promises, wronged c

Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeCan modify data

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Counterparty risk transfer for the agent economy: agents post bonds behind their promises, wronged c

    Server tool list (10)

    Raw names from tools/list. Only developers need these.

    post_bondPost a surety bond behind an agent's promises. principal is a positive integer in minor units; expires_at is the ISO-8601 coverage window end. The bond fee (2% default) is computed and frozen at post.
    activate_bondMark a POSTED bond ACTIVE (idempotent). funding_ref links the payment rail transaction that funded the stake.
    file_claimFile a claim against an ACTIVE bond. Claims pay out ONLY when an arbitration ruling upholds them (see slash_bond).
    slash_bondExecute an arbitration ruling against a claim. Requires the ruling's case id + content hash from agent-arbitration — no ruling, no slash; a given ruling pays at most once. Payout caps at the bond's available balance (over-claims exhaust the bond).
    release_bondRelease the remaining stake to the principal after the coverage window elapses — refused while any claim is still open.
    bond_statusCurrent record for a bond (state, balances, claims, audit head).
    list_bondsList bonds, optionally filtered by state (POSTED|ACTIVE|RELEASED|EXHAUSTED).
    verify_auditValidate the tamper-evident audit hash chain for a bond.
    price_bondUnderwrite a surety bond: deterministic actuarial premium quote from a counterparty's track record (attestations, notarized deliveries, completed bonds lower the rate; slashes raise it or decline outright). Integer-only model uw-v1; the returned quote_hash lets any party recompute and verify the quote. Pure — never mutates bond state.
    describe_agentReturn capabilities and input contract.