{
  "format": "delx/intent-card/v1",
  "id": "evm-base-fee-growth-ceiling-api",
  "intent": "EVM Base Fee Growth Ceiling for an agent workflow",
  "title": "EVM Base Fee Growth Ceiling API for agents",
  "description": "EVM Base Fee Growth Ceiling: EVM Base Fee Growth Ceiling compounds a caller growth fraction across future blocks from bounded caller-supplied values without an external provider. Call EVM Base Fee Growth Ceiling 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 EVM Base Fee Growth Ceiling 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": [
    "EVM Base Fee Growth Ceiling API",
    "EVM Base Fee Growth Ceiling for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/evm-base-fee-growth-ceiling-api",
  "machine_url": "https://commerce.delx.ai/intents/evm-base-fee-growth-ceiling-api.json",
  "recommendation": {
    "tool_name": "util_evm_base_fee_growth_ceiling",
    "service_name": "EVM Base Fee Growth Ceiling",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/evm-base-fee-growth-ceiling",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "current_base_fee_wei": {
          "type": "string",
          "maxLength": 8192,
          "description": "Current Base Fee Wei supplied to EVM Base Fee Growth Ceiling; used only for this bounded calculation and processed in memory without retention."
        },
        "growth_fraction": {
          "type": "number",
          "description": "Growth Fraction supplied to EVM Base Fee Growth Ceiling; used only for this bounded calculation and processed in memory without retention."
        },
        "blocks": {
          "type": "integer",
          "description": "Blocks supplied to EVM Base Fee Growth Ceiling; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "current_base_fee_wei",
        "growth_fraction",
        "blocks"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "current_base_fee_wei": "1000000000",
      "growth_fraction": 0.125,
      "blocks": 3
    },
    "example_output": {
      "schema": "delx/util-evm-base-fee-growth-ceiling/v1",
      "operation": "evm_preflight:evm_base_fee_growth_ceiling",
      "status": "pass",
      "result": {
        "fee_ceiling_wei": "1423828125",
        "blocks": 3
      },
      "evidence": {
        "input_sha256": "e6331adf36b1a6016a316e2580f099fd04ebb97045f034d65e705d7114cceb67",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/evm-base-fee-growth-ceiling -m POST -H 'x-delx-source: intent-card-evm-base-fee-growth-ceiling-api' --max-amount 0.001 -b '{\"current_base_fee_wei\":\"1000000000\",\"growth_fraction\":0.125,\"blocks\":3}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-evm-base-fee-growth-ceiling-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/evm-base-fee-growth-ceiling"
  }
}
