Why pay for this?
This recipe turns roughly 3 separate tool operations into one paid endpoint call and saves about ~6k tokens saved.
Ranks bridge-capable routes, adds bounded public bridge context, and returns a compact move scorecard.
Rank bridge-ready lanes, public bridge context, and next actions for a crosschain move.
Endpoint: /v1/recipes/bridge-route-scorecard/run
Capabilities: bridge, bridge-route, crosschain-ops, route-scorecard
This recipe turns roughly 3 separate tool operations into one paid endpoint call and saves about ~6k tokens saved.
Ranks bridge-capable routes, adds bounded public bridge context, and returns a compact move scorecard.
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: Route Capability Candidates
Step id: routes
Source: Stableenrich Exa Search
Step id: search
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": "routes",
"kind": "fetch_transform",
"title": "Rank bridge-capable routes",
"request": {
"params": {
"limit": 5,
"strategy": "{{ $.input.strategy }}",
"capability": "bridge"
},
"sourceId": "route_capability_candidates",
"deliveryFormat": "json"
}
}
{
"id": "search",
"kind": "fetch_transform",
"title": "Search recent bridge context",
"request": {
"params": {
"count": 5,
"query": "{{ $.input.originNetwork }} {{ $.input.destinationNetwork }} {{ $.input.asset }} bridge status liquidity route"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build bridge route scorecard",
"request": {
"params": {
"input": {
"asset": "{{ $.input.asset }}",
"routes": "{{ $.stepsById.routes.output }}",
"amountUsd": "{{ $.input.amountUsd }}",
"originNetwork": "{{ $.input.originNetwork }}",
"publicContext": "{{ $.stepsById.search.output }}",
"destinationNetwork": "{{ $.input.destinationNetwork }}"
},
"prompt": "Prepare a bridge route scorecard. Focus on the strongest visible routes, bridge-status notes, and concrete next actions for an operator.",
"responseSchema": {
"type": "object",
"required": [
"originNetwork",
"destinationNetwork",
"asset",
"summary",
"candidateRoutes",
"bridgeStatusNotes",
"nextActions"
],
"properties": {
"asset": {
"type": "string"
},
"summary": {
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Next actions."
},
"originNetwork": {
"type": "string"
},
"candidateRoutes": {
"type": "array",
"items": {
"type": "object",
"required": [
"endpointId",
"resource",
"priceUsdc",
"score"
],
"properties": {
"score": {
"type": "number"
},
"resource": {
"type": "string"
},
"priceUsdc": {
"type": "number"
},
"endpointId": {
"type": "string"
}
},
"additionalProperties": false
}
},
"bridgeStatusNotes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Bridge-status notes."
},
"destinationNetwork": {
"type": "string"
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a compact crosschain bridge scorecard. Stay grounded in the supplied route shortlist and public search context only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}