Candidates banner
yunus-0x yunus-0x

Candidates

Development community

Description

--- description: Fetch and analyse top pool candidates with OKX smart money signals --- Fetch top 5 enriched pool candidates and cross-reference with OKX signals: 1. Get pool candidates: ``` !`node cli.js candidates --limit 5` ``` 2. Get OKX smart money signals on Solana: ``` !`onchainos signal list --chain solana --wallet-type 1` ``` 3. Get OKX trending tokens: ``` !`onchainos token trending --chains solana` ``` Cross-reference: if a candidate token appears in OKX smart money signals with l

Installation

Installs to ~/.claude/commands/yunus-0x-meridian-candidates.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yunus-0x/meridian/HEAD/.claude/commands/candidates.md -o ~/.claude/commands/yunus-0x-meridian-candidates.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository