DELXCOMMERCE Live contract

Local chain primitives · chain-primitives-local

EVM Replacement Fee Bump

EVM Replacement Fee Bump: EVM Replacement Fee Bump checks proposed fee caps against a required replacement bump from bounded caller-supplied values without an external provider. Call EVM Replacement Fee Bump 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 Replacement Fee Bump 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/evm-replacement-fee-bump -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"old_fee_wei":"1000000000","new_fee_wei":"1125000000","minimum_bump_fraction":0.1}'
InputPOST /api/v1/x402/evm-replacement-fee-bump
{
  "old_fee_wei": "1000000000",
  "new_fee_wei": "1125000000",
  "minimum_bump_fraction": 0.1
}
Delivered resultapplication/json
{
  "schema": "delx/util-evm-replacement-fee-bump/v1",
  "operation": "evm_preflight:evm_replacement_fee_bump",
  "status": "pass",
  "result": {
    "required_fee_wei": "1100000000",
    "proposed_fee_wei": "1125000000",
    "sufficient_bump": true
  },
  "evidence": {
    "input_sha256": "e26aad7e3411d7e56c828277122462cfbb1e33dd33e02d2a4747677195dc32fb",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.