AlphaPipeline Dump Risk

Deploy and scale any app or agent from your first user to your billionth. Build faster on intuitive cloud infrastructure for the modern web.

MediaLiveeip155:8453Exactvia cdp
CryptoToken-unlockRisk
Calls · 30d
1→ 0%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 21 snapshots so far.
$1.42
Verified settled volume
69 settlements proven x402 by their on-chain EIP-3009 marker.
$0.030
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-09-03 11:52Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x2bcfA4F7E1fA5E96934846A7dEa623398Ed7f752

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.03USDC≈ $0.03 USD
on Base · exact scheme

Pay 0.03 USDC on Base to 0x2bcf…7f752. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
30000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x2bcfA4F7E1fA5E96934846A7dEa623398Ed7f752",
    "amount": "30000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET"
      },
      "output": {
        "type": "json",
        "example": {
          "count": 1,
          "unlocks": [
            {
              "token": "UNI",
              "category": "onchain_vesting_stream (unclassified)",
              "risk_level": "MEDIUM",
              "data_source": "onchain_sablier",
              "unlock_amount": 28500000,
              "unlock_date_utc": null,
              "onchain_contract": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
              "timing_precision": "pending_schema_verification",
              "days_until_unlock": null,
              "unlock_supply_pct": 4.8,
              "volume_impact_pct": null,
              "is_insider_vc_team": null
            }
          ],
          "data_source": "onchain_sablier",
          "window_days": null,
          "generated_at": {
            "kst": "2026-09-03 21:00:00 KST",
            "utc": "2026-09-03T12:00:00Z"
          },
          "coverage_notice": "Scanned via on-chain Sablier vesting streams only. Absence from this list does not mean a token has no lockup - other vesting mechanisms are not covered.",
          "protocols_scanned": 87,
          "supply_pct_threshold": 3
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method"
          ],
          "properties": {
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "type": "object",
              "required": [],
              "properties": {}
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object",
              "title": "DumpRiskResponse",
              "required": [
                "generated_at",
                "supply_pct_threshold",
                "protocols_scanned",
                "count"
              ],
              "properties": {
                "count": {
                  "type": "integer",
                  "title": "Count"
                },
                "notice": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Notice",
                  "default": null
                },
                "unlocks": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "title": "DumpRiskUnlockItem",
                    "required": [
                      "token",
                      "unlock_supply_pct",
                      "category",
                      "risk_level"
                    ],
                    "properties": {
                      "token": {
                        "type": "string",
                        "title": "Token"
                      },
                      "category": {
                        "type": "string",
                        "title": "Category"
                      },
                      "risk_level": {
                        "type": "string",
                        "title": "Risk Level"
                      },
                      "data_source": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "Data Source",
                        "default": null
                      },
                      "unlock_amount": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "Unlock Amount",
                        "default": null
                      },
                      "unlock_date_utc": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "Unlock Date Utc",
                        "default": null
                      },
                      "onchain_contract": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "Onchain Contract",
                        "default": null
                      },
                      "timing_precision": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "Timing Precision",
                        "default": null
                      },
                      "days_until_unlock": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "Days Until Unlock",
                        "default": null
                      },
                      "unlock_supply_pct": {
                        "type": "number",
                        "title": "Unlock Supply Pct"
                      },
                      "volume_impact_pct": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "Volume Impact Pct",
                        "default": null
                      },
                      "is_insider_vc_team": {
                        "anyOf": [
                          {
                            "type": "boolean"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "Is Insider Vc Team",
                        "default": null
                      }
                    },
                    "description": "두 데이터 경로(DropsTab / 온체인-Sablier)를 하나의 모델로 표현한다 - 그래서\nDropsTab 전용 필드(unlock_date_utc, is_insider_vc_team 등)와 온체인 전용\n필드(onchain_contract, timing_precision, data_source)가 전부 Optional이다.\n어느 경로든 항상 채워지는 필드는 token/unlock_supply_pct/category/risk_level뿐.\n(app/logic.py의 _process_event / _refresh_unlock_cache_onchain 참고)"
                  },
                  "title": "Unlocks"
                },
                "data_source": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Data Source",
                  "default": null
                },
                "window_days": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Window Days",
                  "default": null
                },
                "generated_at": {
                  "type": "object",
                  "title": "TimestampPair",
                  "required": [
                    "utc",
                    "kst"
                  ],
                  "properties": {
                    "kst": {
                      "type": "string",
                      "title": "Kst"
                    },
                    "utc": {
                      "type": "string",
                      "title": "Utc"
                    }
                  }
                },
                "coverage_notice": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Coverage Notice",
                  "default": null
                },
                "protocols_scanned": {
                  "type": "integer",
                  "title": "Protocols Scanned"
                },
                "supply_pct_threshold": {
                  "type": "number",
                  "title": "Supply Pct Threshold"
                }
              }
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-09-03 11:52Z
Last indexed by Roundhouse
2026-09-24 08:40Z
Last enriched (probe, favicon, geo)
2026-09-12 06:15Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 200
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 21 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service AlphaPipeline Dump Risk and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=AlphaPipeline%20Dump%20Risk'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://alphapipeline-eu.onrender.com/v1/unlocks/dump-risk, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.