{"uid":"cap_Ay5Ro-_o9OofqKIbMx8BB","slug":"evm-next-base-fee-bound-44408bc9","name":"EVM Next Base Fee Bound","description":"EVM Next Base Fee Bound: EVM Next Base Fee Bound calculates upper and lower next-block base-fee bounds from bounded caller-supplied values without an external provider. Call EVM Next Base Fee Bound 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 Next Base Fee Bound as versioned deterministic JSON. Price: $0.001 USD…","url":"https://api.delx.ai/api/v1/x402/evm-next-base-fee-bound","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"current_base_fee_wei":{"type":"string","maxLength":8192,"description":"Current Base Fee Wei supplied to EVM Next Base Fee Bound; used only for this bounded calculation and processed in memory without retention."},"maximum_change_fraction":{"type":"number","description":"Maximum Change Fraction supplied to EVM Next Base Fee Bound; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"lower_wei":"875000000","upper_wei":"1125000000"},"schema":"delx/util-evm-next-base-fee-bound/v1","status":"pass","evidence":{"retained":false,"input_sha256":"bd788e10cae66dfcf807641601d7bf74d3bd4f11c95ecfe6477c865c191f130f","external_calls":0},"operation":"evm_preflight:evm_next_base_fee_bound"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_-PpAvzRnHSCGZ7o-5kdpl","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes the lower and upper bound (in wei) of the next EVM block's base fee given the current base fee and a maximum change fraction.","exampleAgentPrompt":"Given a current EVM base fee of 1000000000 wei and a maximum change fraction of 0.125, what are the lower and upper bounds for the next block's base fee?","exampleUseCases":[{"title":"Gas budget preflight for EVM transaction","prompt":"Before I submit this Ethereum transaction, calculate the lower and upper base fee bounds for the next block — the current base fee is 2000000000 wei and the max change fraction is 0.125."},{"title":"Automated gas price ceiling enforcement","prompt":"My agent needs to know if the next block's base fee could exceed 1500000000 wei — compute the upper bound given a current base fee of 1300000000 wei and a max change fraction of 0.125 so I can decide whether to submit now or wait."},{"title":"Fee estimation for batch transaction scheduling","prompt":"I'm scheduling a batch of on-chain transactions and need the expected base fee range for the next block. Current base fee is 900000000 wei and max change fraction is 0.125 — what are the min and max I should plan for?"}],"resultDescription":"Returns a JSON object with lower_wei and upper_wei representing the minimum and maximum possible base fee for the next EVM block, along with operation metadata, schema identifier, status, and an evidence block confirming no data retention and no external calls were made.","failureModes":["Missing or malformed current_base_fee_wei (non-numeric string) may cause a validation error","maximum_change_fraction outside plausible EVM range (e.g. negative or >1) may produce unexpected bounds","Incorrect units (e.g. gwei instead of wei) will silently produce wrong bounds without an error","Payment failure or insufficient USDC balance results in a 402 rejection before execution"],"whenToPreferThis":"Use this endpoint when an AI agent needs a deterministic, auditable calculation of the next EVM block's base fee range without making any external RPC calls itself — particularly during transaction preflight, gas budgeting, or fee ceiling checks. Prefer this over on-chain RPC lookups when you already have the current base fee and want a fast, stateless, in-memory computation with a verifiable evidence trail.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:49:04.465Z","isFirstParty":false}