Arbiter

AGENT_JOB_PIPELINE @ 1.1.0

Agent job pipeline (up to 5 self-computed steps, one payment)

One paid agent job that runs up to 5 of Arbiter's self-computed products in order, with one quote and one settlement: for example BYOS_RECORD_SIMPLE to extract records, then DELIVERABLE_ACCEPTANCE_CHECK on those records (bind a step input to an earlier step's result field). Each step runs exactly as its own product and keeps its own provenance roots; any step that cannot compute refuses the whole job before payment. Priced as the sum of its steps. Example request: {"steps":[{"productId":"BYOS_RECORD_SIMPLE","request":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"documents":[{"name":"Acme"}]}},{"productId":"DELIVERABLE_ACCEPTANCE_CHECK","request":{"criteria":[{"id":"one","check":"array_length","min":1}]},"bind":{"deliverable":{"step":0,"field":"records"}}}]}.

From $0.001 per call

What you get

One paid agent job that runs up to 5 of Arbiter's self-computed products in order, with one quote and one settlement: for example BYOS_RECORD_SIMPLE to extract records, then DELIVERABLE_ACCEPTANCE_CHECK on those… Price: from $0.001 per call, paid over x402 v2 on Ethereum, OP Mainnet, Sei, Polygon PoS, Monad Mainnet, Arbitrum One, Avalanche C-Chain, Arc, Base; the exact amount is in the 402 quote. Delivery: after the payment is final on-chain; repeat the same request until state is FULFILLED.

Terms

Product
AGENT_JOB_PIPELINE @ 1.1.0
Category
Verification
Family
Arbiter Verify
Source
Your request only, computed by Arbiter's own registered program (no third-party data, no network)
Price
From $0.001 per call. Every request is quoted; the 402 response states the exact amount before anything is paid.
Pays with
x402 on eip155:1, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:43114, eip155:5042, eip155:8453
Freshness
Cacheable Snapshot
Latency
Fast

Buy it with x402 or the API

POST https://arbiterverse.com/api/x402/AGENT_JOB_PIPELINE with a JSON body {"request": {...}}. An unpaid call answers 402 with the exact x402 v2 terms; repeat it with the payment signature to receive the result.

A working example request:

{
  "request": {
    "steps": [
      {
        "productId": "EVM_ADDRESS_NORMALIZE",
        "request": {
          "addresses": [
            "0x1111111111111111111111111111111111111111"
          ]
        }
      },
      {
        "productId": "DELIVERABLE_ACCEPTANCE_CHECK",
        "request": {
          "criteria": [
            {
              "id": "one",
              "check": "array_length",
              "min": 1
            }
          ]
        },
        "bind": {
          "deliverable": {
            "step": 0,
            "field": "results"
          }
        }
      }
    ]
  }
}

Schema and errors: /docs/AGENT_JOB_PIPELINE.json and /openapi.json. All services.