From bc5427c8c7945618195fff92d732e8cc7f20e4fa Mon Sep 17 00:00:00 2001 From: gina888666 Date: Thu, 30 Jul 2026 20:44:45 +0800 Subject: [PATCH] fix(market): add arc/stable launchpad platforms for trenches command - Add `arc` (dyorfun_v3, dyorswap) and `stable` (dyorswap) to the --launchpad-platform table; without these, omitting --launchpad-platform on arc/stable returns empty results for all three categories - Add Arc Trenches Examples and Stable Trenches Examples sections with all-three-categories, new_creation, near_completion, and completed examples, following the same pattern as Solana/BSC/Base/ETH Verified by real API calls: passing --launchpad-platform dyorfun_v3 or dyorswap on arc/stable returns correct data; omitting it returns {}. Co-Authored-By: Claude Sonnet 4.6 --- skills/gmgn-market/SKILL.md | 58 +++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/skills/gmgn-market/SKILL.md b/skills/gmgn-market/SKILL.md index faac091..d16411b 100644 --- a/skills/gmgn-market/SKILL.md +++ b/skills/gmgn-market/SKILL.md @@ -559,6 +559,8 @@ Use field combinations to determine what stage a token is in. This affects how s | `bsc` | `fourmeme` / `fourmeme_agent` / `bn_fourmeme` / `four_xmode_agent` / `cubepeg` / `likwid` / `goplus_creator` / `goplus_skills` / `openfour` / `flap` / `flap_stocks` / `flap_aioracle` / `clanker` / `lunafun` | | `base` | `clanker` / `bankr` / `flaunch` / `zora` / `zora_creator` / `baseapp` / `basememe` / `virtuals_v2` / `klik` | | `eth` | `trench` / `clanker` / `klik` / `livo` / `stroid` / `pool_uniswap_v2` / `pool_uniswap_v3` / `printr` | +| `arc` | `dyorfun_v3` / `dyorswap` | +| `stable` | `dyorswap` | ### Filter Presets @@ -882,6 +884,62 @@ gmgn-cli market trenches --chain eth --raw \ --limit 80 ``` +### Arc Trenches Examples + +```bash +# All three categories at once +gmgn-cli market trenches --chain arc --raw \ + --type new_creation --type near_completion --type completed \ + --launchpad-platform dyorfun_v3 --launchpad-platform dyorswap \ + --limit 80 + +# New creation only +gmgn-cli market trenches --chain arc --raw \ + --type new_creation \ + --launchpad-platform dyorfun_v3 --launchpad-platform dyorswap \ + --limit 80 + +# Near completion only +gmgn-cli market trenches --chain arc --raw \ + --type near_completion \ + --launchpad-platform dyorfun_v3 --launchpad-platform dyorswap \ + --limit 80 + +# Completed (open market) only +gmgn-cli market trenches --chain arc --raw \ + --type completed \ + --launchpad-platform dyorfun_v3 --launchpad-platform dyorswap \ + --limit 80 +``` + +### Stable Trenches Examples + +```bash +# All three categories at once +gmgn-cli market trenches --chain stable --raw \ + --type new_creation --type near_completion --type completed \ + --launchpad-platform dyorswap \ + --limit 80 + +# New creation only +gmgn-cli market trenches --chain stable --raw \ + --type new_creation \ + --launchpad-platform dyorswap \ + --limit 80 + +# Near completion only +gmgn-cli market trenches --chain stable --raw \ + --type near_completion \ + --launchpad-platform dyorswap \ + --limit 80 + +# Completed (open market) only +gmgn-cli market trenches --chain stable --raw \ + --type completed \ + --launchpad-platform dyorswap \ + --limit 80 +``` + ## Output Format ### `market kline` — Price Summary