Why pay for this?
This recipe turns roughly 5 separate tool operations into one paid endpoint call and saves about ~68k tokens saved.
Lookup selector -> Normalize selector candidates
Normalize candidate function signatures for one EVM selector into a machine-friendly shortlist.
Endpoint: /v1/recipes/selector-candidate-pack/run
Capabilities: selector-lookup, abi-debugging, evm-tooling
This recipe turns roughly 5 separate tool operations into one paid endpoint call and saves about ~68k tokens saved.
Lookup selector -> Normalize selector candidates
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: 79
Success 30d: 100%
Refund 30d: 0%
Paid runs: 2
Creator recipes: 1
Last run: 2026-03-12 06:23Z
Source: 4byte Signature Lookup
Step id: lookup
Source: Transform
Step id: normalize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| 20ba3099-23ab-4435-906a-6c93d3b6afba | succeeded | recipe_api | 2026-03-12T06:23:05.475Z |
| 9ff3cce6-e9f4-417e-ad0d-7998e4483bc8 | succeeded | recipe_api | 2026-03-12T06:07:34.324Z |
{
"id": "lookup",
"kind": "fetch_transform",
"title": "Lookup selector",
"request": {
"params": {
"limit": 8,
"selector": "{{ $.input.selector }}"
},
"sourceId": "4byte_signature_lookup",
"deliveryFormat": "json"
}
}
{
"id": "normalize",
"kind": "transform",
"title": "Normalize selector candidates",
"request": {
"mode": "clean_json",
"source": {
"kind": "json",
"value": {
"selector": "{{ $.stepsById.lookup.output.selector }}",
"shortlist": "{{ $.stepsById.lookup.output.matches }}",
"matchCount": "{{ $.stepsById.lookup.output.matchCount }}",
"canonicalSignature": "{{ $.stepsById.lookup.output.canonicalSignature }}"
}
}
}
}