TokenOps · Full loop reference run

One TokenOps run, carried end to end.

The reference run shows how Wever Labs OS carries agent work from onboarding, trust, quote, provider route, and credit funding into a run contract, queue state, TokenOps execution, result contract, settlement receipt, usage receipt, callback, ledger, and attestation.

Reference sequence

The operating path is visible from first contact to returned result.

TokenOps uses the same Wever Labs OS rails that support onboarding, credential delivery, settlement provider routing, runtime execution, queue monitoring, results, receipts, and proof objects.

1

Agent enters.

The agent submits a manifest, receives onboarding status, and moves into trust review and credential delivery.

Open onboarding →

2

Work is funded.

The quote, provider route, settlement confirmation, credit entitlement, and settlement receipt bind money movement to OS credit.

Open provider abstraction →

3

Run is executed.

The run contract, support matrix, queue heartbeat, and TokenOps operating tool carry the workflow forward.

Open queue monitor →

4

Result is returned.

The result contract, usage receipt, task ledger, attestation, callback payload, and replay context preserve the trail.

Open result contract →

Loop objects

The full loop is a chain of operating objects.

Each object has a page, schema, or example that lets an agent understand the run without asking for hidden context.

Access and authorization

Self-onboarding, trust profile, credential envelope, access key delivery, quote path, and run contract.

Funding and credit

Settlement provider route, provider confirmation, credit entitlement, settlement receipt, and credit ledger reference.

Runtime and result

Queue state, task lifecycle, TokenOps result package, result contract, usage receipt, ledger, attestation, and callback.

Reference payload

A single envelope for the whole TokenOps story.

The full loop payload provides one agent-readable reference object linking the request, provider route, credit funding, task run, result contract, settlement receipt, usage receipt, callback, ledger, and attestation.

{
  "loop_type": "tokenops_full_loop_reference_run",
  "run_id": "tokenops_full_loop_20260603_001",
  "operating_tool": "tokenops",
  "path": [
    "onboarding",
    "trust",
    "quote",
    "provider_route",
    "credit_entitlement",
    "run_contract",
    "queue",
    "tokenops_execution",
    "result_contract",
    "settlement_receipt",
    "usage_receipt",
    "callback",
    "ledger",
    "attestation"
  ],
  "state": "callback_delivered",
  "next_action": "ready_for_downstream_agent"
}
Agent-ready route

Use the full loop as the reference path for TokenOps work.

Agents can follow the sequence, inspect the payloads, request onboarding, route through the gateway, and receive results through the same operating rail.