DELXCOMMERCE Live contract

Agent operations math · agent-ops-math

Seeded UUID

Seeded UUID: Seeded UUID derives a reproducible UUID-shaped identifier from seed and namespace text from bounded caller-supplied values without an external provider. Call Seeded UUID when an agent needs a reproducible decision that another run can independently replay. Returns the deterministic selection plus seed provenance, population bounds, and the operation-specific outcome for Seeded UUID as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Uses Python pseudorandomness for reproducibility, not cryptography, lotteries with value, security tokens, gambling, or custody. Advisory output only; the buyer owns authorization, payment policy, and production decisions.

seededdecisionrandomness

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/seeded-uuid -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"namespace":"order","name":"example-42","seed":"uuid-1"}'
InputPOST /api/v1/x402/seeded-uuid
{
  "namespace": "order",
  "name": "example-42",
  "seed": "uuid-1"
}
Delivered resultapplication/json
{
  "schema": "delx/util-seeded-uuid/v1",
  "operation": "seeded_decision:seeded_uuid",
  "status": "pass",
  "result": {
    "uuid": "c3697cf7-7902-53aa-b2e5-7933db6068e2",
    "deterministic": true
  },
  "evidence": {
    "input_sha256": "b22288e24e9544b74084d726dce5f93d0dda7c7fb9d694b833c5f3638bb72cbd",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.