402.bot
Recipe
live $0.0100 premium Market & Prediction

AIXBT Watchlist Digest

Summarize a manual AIXBT watchlist of 2-5 projects without requiring saved watchlists yet.

$0.0100price
3steps
4sources
128ktokens saved
9tool calls compressed
median latency
AIXBTAixbt ProjectsGoogle Gemini Flash StructuredTransform

Endpoint: /v1/recipes/aixbt-watchlist-digest/run
Capabilities: aixbt, watchlist, digest, projects, market-intel

Why pay for this?

This recipe turns roughly 9 separate tool operations into one paid endpoint call and saves about ~128k tokens saved.

Projects -> structured watchlist digest

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: 7.6

Usage and trust

Success 30d: 0%
Refund 30d: 100%
Paid runs: 1
Creator recipes: 1
Last run: 2026-03-13 15:49Z

AIXBT on 402.bot

Use 402.bot as the public orchestration and reporting layer for AIXBT projects, signals, momentum, and Indigo-backed briefs.

Canonical guide: https://402.bot/recipes/aixbt-momentum-brief

Public sources: aixbt_projects, aixbt_project_detail, aixbt_project_search, aixbt_projects_compare, aixbt_signals, aixbt_momentum_history, aixbt_clusters

AIXBT Projects can run through the REST API key lane, with x402 fallback on the public projects source when the key lane is unavailable.Project detail, signals, momentum history, and clusters use the AIXBT REST API key lane.AIXBT Indigo stays internal to recipes and runs over x402 on Base.

Notes: 402.bot does not redistribute the AIXBT MCP. Use the provider page for identity and capability context, and the recipe page for runnable workflows.

Pipeline

Stage 1

Load public projects set

fetch_transform

Source: Aixbt Projects
Step id: projects

Stage 2

Build structured watchlist digest

fetch_transform

Source: Google Gemini Flash Structured
Step id: structured

Stage 3

Attach generated timestamp

transform

Source: Transform
Step id: finalize

Recent runs

RunStatusTriggerQueued
035e5120-e8c1-40e1-af83-6ce7928f29c7 failed recipe_api 2026-03-13T15:49:50.835Z
View raw step spec

Load public projects set

{
  "id": "projects",
  "kind": "fetch_transform",
  "title": "Load public projects set",
  "request": {
    "params": {
      "limit": 50,
      "sortBy": "score"
    },
    "sourceId": "aixbt_projects",
    "deliveryFormat": "json"
  }
}

Build structured watchlist digest

{
  "id": "structured",
  "kind": "fetch_transform",
  "title": "Build structured watchlist digest",
  "request": {
    "params": {
      "input": {
        "question": "{{ $.input.question }}",
        "projectSet": "{{ $.stepsById.projects.output }}",
        "requestedProjects": "{{ $.input.projects }}"
      },
      "prompt": "Summarize this AIXBT watchlist into a concise operator digest. Use the supplied watchlist refs to choose the matching projects from the public AIXBT project set.",
      "responseSchema": {
        "type": "object",
        "required": [
          "watchlistSize",
          "leaders",
          "summary",
          "watchItems",
          "followUpQuestions"
        ],
        "properties": {
          "leaders": {
            "type": "object",
            "properties": {
              "score": {
                "type": "string"
              },
              "popularityScore": {
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "summary": {
            "type": "string"
          },
          "watchItems": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Watch items for the supplied watchlist."
          },
          "watchlistSize": {
            "type": "integer"
          },
          "followUpQuestions": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Follow-up questions to investigate next."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "Stay grounded in the supplied AIXBT project data only. Keep the output concise and operational. Do not invent signal counts or non-present metrics."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}

Attach generated timestamp

{
  "id": "finalize",
  "kind": "transform",
  "title": "Attach generated timestamp",
  "request": {
    "mode": "clean_json",
    "source": {
      "kind": "json",
      "value": {
        "leaders": "{{ $.stepsById.structured.output.output.leaders }}",
        "summary": "{{ $.stepsById.structured.output.output.summary }}",
        "watchItems": "{{ $.stepsById.structured.output.output.watchItems }}",
        "generatedAt": "{{ $.run.startedAt }}",
        "watchlistSize": "{{ $.stepsById.structured.output.output.watchlistSize }}",
        "followUpQuestions": "{{ $.stepsById.structured.output.output.followUpQuestions }}"
      }
    }
  }
}