Why pay for this?
This recipe turns roughly 2 separate tool operations into one paid endpoint call and saves about ~4k tokens saved.
Reads recent Base fee history and turns it into a compact execution-timing brief.
Summarize Base gas conditions into a compact execution-window brief.
Endpoint: /v1/recipes/gas-window-brief/run
Capabilities: gas, gas-window, execution-timing, base
This recipe turns roughly 2 separate tool operations into one paid endpoint call and saves about ~4k tokens saved.
Reads recent Base fee history and turns it into a compact execution-timing brief.
Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 21
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: Base Gas Window
Step id: gas
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "gas",
"kind": "fetch_transform",
"title": "Load Base gas window",
"request": {
"params": {
"windowBlocks": 12
},
"sourceId": "base_gas_window",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Summarize Base gas window",
"request": {
"params": {
"input": {
"gas": "{{ $.stepsById.gas.output }}",
"query": "{{ $.input.query }}"
},
"prompt": "Write a gas-window brief from this Base gas snapshot. Focus on the current recommendation, base-fee trend, watch items, and next actions.",
"responseSchema": {
"type": "object",
"required": [
"recommendation",
"currentGasGwei",
"summary",
"baseFeeTrend",
"watchItems",
"nextActions"
],
"properties": {
"summary": {
"type": "string"
},
"watchItems": {
"type": "array",
"items": {
"type": "string"
},
"description": "Watch items."
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Next actions."
},
"baseFeeTrend": {
"type": "string"
},
"currentGasGwei": {
"type": "number"
},
"recommendation": {
"enum": [
"go_now",
"watch",
"defer"
],
"type": "string"
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a concise Base execution-timing brief. Stay grounded in the supplied gas snapshot only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}