gate-exchange-launchpool

Discover Gate LaunchPool projects, stake and redeem, and query pledge and reward histories.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-exchange-launchpool-tsin418
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-exchange-launchpool
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/gate-exchange-launchpool
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-exchange-launchpool-tsin418

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users interact with Gate LaunchPool so they can discover projects, stake or redeem participation, and review pledge and reward history without manually piecing together API/CLI steps.

Core Features & Use Cases

  • LaunchPool project discovery and filtering: Find LaunchPool campaigns with filters like status (ongoing/warming up/ended), estimated APR, staking coin, and pool type (newbie/normal).
  • Stake with a safe preview-confirm flow: Prepare a staking action by selecting the correct project/pool identifiers and stake amount, then require explicit confirmation before executing.
  • Redeem with an early-withdraw warning: Preview redemption details, warn that early redemption may forfeit remaining rewards, and require confirmation before executing.
  • Query participation history (pledge records): Retrieve staking/redemption records filtered by staking coin and/or time range with correct timestamp handling.
  • Query airdrop history (reward records): Retrieve airdrop reward records filtered by reward coin and/or time range, using the required unix-timestamp strategy to avoid time calculation errors.
  • Safety-first error handling: Map common Gate API error labels to user-friendly guidance, including compliance restrictions and insufficient balance.

Quick Start

Ask to “Show ongoing LaunchPool projects with USDT staking options, then help me stake 500 USDT into the BTC project and confirm the order.”

Frequently Asked Questions about gate-exchange-launchpool

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stake and redeem in Gate LaunchPool using the command line?

To stake and redeem in Gate LaunchPool, you prepare a pledge or redemption order via the command line, preview the details, and explicitly confirm the execution. Early redemption triggers a warning that you may forfeit remaining rewards.

What do I need to query my Gate LaunchPool pledge and airdrop reward history?

You need gate-cli configured with GATE_API_KEY and GATE_API_SECRET to query Gate LaunchPool pledge and airdrop reward history. The system filters records by staking coin or reward coin and processes time ranges using unix timestamps to avoid calculation errors.

How can I filter ongoing LaunchPool projects by staking coin and APR?

You can filter ongoing LaunchPool projects by staking coin, estimated APR, pool type, and status. The command line interface allows you to specify these parameters to discover warming up, ongoing, or ended campaigns that match your portfolio criteria.

Does the Launchpool Skill require confirmation before executing staking or redemption orders?

Yes, the Launchpool Skill enforces a mandatory preview-confirm flow for all write operations. You must explicitly confirm staking and redemption orders before execution to prevent accidental transactions and ensure safe portfolio management.

Why does my Gate Launchpool staking fail with a compliance restriction or insufficient balance error?

Gate Launchpool staking fails due to compliance restrictions or insufficient balance mapped to user-friendly guidance. The Skill intercepts common Gate API error labels and provides actionable instructions to resolve these specific transaction constraints.