okx-growth-competition

Installation
SKILL.md

OKX Growth Competition — Trading Competition

Agentic Wallet exclusive trading competitions. Full lifecycle: list → detail → join → trade → rank → claim.

CLI reference: references/cli-reference.md

Facts about every Agentic Wallet competition (always true unless backend confirms otherwise)

  1. Every active competition runs simultaneously on Solana AND the chain returned by the backend (e.g. chainName=X Layer → activity runs on both X Layer and Solana). Solana is the hardcoded second chain on every activity.
  2. Trades on either chain count toward the same competition standing. A user trading on Solana for an X-Layer-titled competition is participating, not bystanding. Likewise EVM trades count for a Solana-titled competition. (When backend later returns a multi-chain field listing all supported chains, drop this hardcoding.)
  3. myRankInfo.userTotal = 0 means the user has not yet hit the qualifying threshold or the backend metric pipeline has not picked up their trades yet — it does NOT mean the user's chain is unsupported. Never tell the user "your chain doesn't count" based on a userTotal=0 observation.
  4. competition_rank takes a single optional wallet. Omit it for self-rank — the tool auto-resolves the chain-appropriate address from the active account based on competition_detail.chainId. Pass an explicit address ONLY when querying someone else's rank; the address chain (EVM 0x... else Solana) must match the activity chain or the tool rejects the call (no silent wrong-chain queries). The chain you query on is just a lens — trades on the OTHER chain still count toward the same ranking.
  5. The shape of point 1–4 may change in the future when backend exposes the full supported-chain list. Until then, NEVER answer "Does Solana count for this competition?" with anything other than YES.

When the user asks anything like "Does my Solana trade count for this competition?" or "Which chain should I trade on?", answer based on this section, not from chainName alone.

Related skills

More from okx/onchainos-skills

Installs
703
GitHub Stars
254
First Seen
7 days ago