Skip to content
Source index synced with Binance Skills Hub

Launch triage

Watches the launchpad feed, drops anything the dev wallet history disqualifies, and keeps a short list of survivors.

Author
0xnorth
Version
v1.1.2
Updated
2026-08-09
Steps
4
Gates
3
01Sequence4 steps / 3 gates
  1. 1
    meme-rushDiscovery

    Read tokens that migrated to a DEX in the last 30 minutes, filtered by dev behaviour.

    continue if at least one token cleared the bonding curve

    otherwise Say the feed is quiet and stop.

  2. 2
    query-token-auditSecurity

    Audit each survivor in sequence.

    continue if risk level is below 3

    otherwise Drop the token from the list and continue with the rest.

  3. 3
    query-address-infoWallet

    Read the deployer address holdings on the same chain.

    continue if deployer holds under 15% of supply

    otherwise Flag concentration and keep the token on the list marked as risky.

  4. 4
    square-postSocialauth

    Draft the short list as a Square post. Wait for the user to confirm before publishing.

    no gate on this step

02Rules
  • The Square step is confirm first. Nothing is published without an explicit yes.
03Triggerswhat makes the agent reach for this file
what just launchednew pump.fun tokensanything worth watching
04The file59 lines
SKILL.md
---
name: launch-triage
description: >-
  Watches the launchpad feed, drops anything the dev wallet history disqualifies, and keeps a short list of survivors.
  Trigger on: what just launched, new pump.fun tokens, anything worth watching.
---

# Launch triage

## PREREQUISITE

Install and authenticate these skills first:

- `meme-rush`
- `query-token-audit`
- `query-address-info`
- `square-post`

If any of them is missing, say which one and stop. Do not improvise a replacement.

## SEQUENCE

### Step 1. `meme-rush`

Read tokens that migrated to a DEX in the last 30 minutes, filtered by dev behaviour.

**Continue only if** at least one token cleared the bonding curve.

**Otherwise:** Say the feed is quiet and stop.

### Step 2. `query-token-audit`

Audit each survivor in sequence.

**Continue only if** risk level is below 3.

**Otherwise:** Drop the token from the list and continue with the rest.

### Step 3. `query-address-info`

Read the deployer address holdings on the same chain.

**Continue only if** deployer holds under 15% of supply.

**Otherwise:** Flag concentration and keep the token on the list marked as risky.

### Step 4. `square-post`

Draft the short list as a Square post. Wait for the user to confirm before publishing.

## RULES

- The Square step is confirm first. Nothing is published without an explicit yes.

## OUTPUT

Report each step that ran, the gate result, and the step that stopped the sequence if one did.
Never report a step as done when its skill returned an error.
NextBuilds in the same areaAll builds