{
  "format": "delx/intent-card/v1",
  "id": "base-usdc-decimal-rounding-api",
  "intent": "Base USDC Decimal Rounding for an agent workflow",
  "title": "Base USDC Decimal Rounding API for agents",
  "description": "Base USDC Decimal Rounding: Base USDC Decimal Rounding checks whether a decimal USDC amount fits six fractional digits exactly from bounded caller-supplied values without an external provider. Call Base USDC Decimal Rounding 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 USDC Decimal Rounding 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.",
  "keywords": [
    "Base USDC Decimal Rounding API",
    "Base USDC Decimal Rounding for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/base-usdc-decimal-rounding-api",
  "machine_url": "https://commerce.delx.ai/intents/base-usdc-decimal-rounding-api.json",
  "recommendation": {
    "tool_name": "util_base_usdc_decimal_rounding",
    "service_name": "Base USDC Decimal Rounding",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/base-usdc-decimal-rounding",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "amount": {
          "type": "string",
          "maxLength": 8192,
          "description": "Amount supplied to Base USDC Decimal Rounding; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "amount"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "amount": "0.001000"
    },
    "example_output": {
      "schema": "delx/util-base-usdc-decimal-rounding/v1",
      "operation": "evm_preflight:base_usdc_decimal_rounding",
      "status": "pass",
      "result": {
        "amount": "0.001000",
        "fractional_digits": 6,
        "fits_six_decimals": true,
        "raw": "1000"
      },
      "evidence": {
        "input_sha256": "7df2f11804e0c841c0289c3480df8b5b401744e62702bb9731b22eaac70967ab",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-usdc-decimal-rounding -m POST -H 'x-delx-source: intent-card-base-usdc-decimal-rounding-api' --max-amount 0.001 -b '{\"amount\":\"0.001000\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-base-usdc-decimal-rounding-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/base-usdc-decimal-rounding"
  }
}
