402.bot
Recipe
live $0.0050 simple Contract Analysis

Selector Candidate Pack

Normalize candidate function signatures for one EVM selector into a machine-friendly shortlist.

$0.0050price
2steps
2sources
68ktokens saved
5tool calls compressed
7742msmedian latency
4byte Signature LookupTransform

Endpoint: /v1/recipes/selector-candidate-pack/run
Capabilities: selector-lookup, abi-debugging, evm-tooling

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

Creator

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

Usage and trust

Success 30d: 100%
Refund 30d: 0%
Paid runs: 2
Creator recipes: 1
Last run: 2026-03-12 06:23Z

Pipeline

Stage 1

Lookup selector

fetch_transform

Source: 4byte Signature Lookup
Step id: lookup

Stage 2

Normalize selector candidates

transform

Source: Transform
Step id: normalize

Recent runs

RunStatusTriggerQueued
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
View raw step spec

Lookup selector

{
  "id": "lookup",
  "kind": "fetch_transform",
  "title": "Lookup selector",
  "request": {
    "params": {
      "limit": 8,
      "selector": "{{ $.input.selector }}"
    },
    "sourceId": "4byte_signature_lookup",
    "deliveryFormat": "json"
  }
}

Normalize selector candidates

{
  "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 }}"
      }
    }
  }
}