DELXCOMMERCE Live contract

Local chain primitives · chain-primitives-local

Base Settlement Receipt Check

Base Settlement Receipt Check: Base Settlement Receipt Check checks caller-supplied receipt chain, status, recipient, and raw amount from bounded caller-supplied values without an external provider. Call Base Settlement Receipt Check before signing, submitting, replacing, or accepting an EVM/Base transaction assembled from caller-owned data. Returns normalized transaction evidence, calculated budget or shape findings, and a fail-closed preflight status for Base Settlement Receipt Check 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 caller-supplied values only; it performs no RPC call, signing, broadcasting, balance lookup, custody, trading, or live-chain claim. Advisory output only; the buyer owns authorization, payment policy, and production decisions.

baseevmpreflight

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/base-settlement-receipt-check -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"receipt":{"chain_id":8453,"status":1,"recipient":"0x1111111111111111111111111111111111111111","amount_raw":"1000"},"expected_recipient":"0x1111111111111111111111111111111111111111","expected_amount_raw":"1000"}'
InputPOST /api/v1/x402/base-settlement-receipt-check
{
  "receipt": {
    "chain_id": 8453,
    "status": 1,
    "recipient": "0x1111111111111111111111111111111111111111",
    "amount_raw": "1000"
  },
  "expected_recipient": "0x1111111111111111111111111111111111111111",
  "expected_amount_raw": "1000"
}
Delivered resultapplication/json
{
  "schema": "delx/util-base-settlement-receipt-check/v1",
  "operation": "evm_preflight:base_settlement_receipt_check",
  "status": "pass",
  "result": {
    "chain_match": true,
    "status_success": true,
    "recipient_match": true,
    "amount_match": true,
    "onchain_verified": false
  },
  "evidence": {
    "input_sha256": "7f5a14a56828aeeef17308408fd528ebad754eaf15b74a541935ea910a050663",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.