gate-exchange-launchpool

Query Gate Exchange LaunchPool projects, stake/redeem orders, and reward records.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-launchpool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-exchange-launchpool
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/gate/vendor/gate-exchange-launchpool
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-launchpool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a single, guided interface for discovering Gate Exchange LaunchPool projects, performing stake and redeem operations safely, and retrieving pledge and airdrop reward history so users avoid manual API mistakes, timestamp errors, and missing confirmations.

Core Features & Use Cases

  • Project Browsing & Filtering: Browse LaunchPool projects by status, staking coin, APR, and pool type with standardized display of reward pools and participation rules.
  • Stake & Redeem Workflows: Preview staking and redemption orders, require explicit user confirmation before executing write operations, and return structured results including flow IDs or success status.
  • Pledge & Reward Records: Retrieve and format pledge (stake/redeem) history and airdrop reward records with UTC timestamps and a robust timestamp strategy to avoid unix-timestamp errors.
  • Operational Safety: Maps API error labels to friendly messages, enforces confirmation for destructive actions, and follows compliance guidance to avoid retries on region restrictions.

Quick Start

Ask the skill to "Show LaunchPool projects with highest APR for USDT" to browse opportunities and then say "Stake 500 USDT to the BTC LaunchPool" to run the preview-and-confirm staking flow.

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 crypto in a Gate Exchange LaunchPool project?

To stake crypto in a Gate LaunchPool, browse active projects by APR or staking coin, preview your stake order, and explicitly confirm the write operation to execute the transaction and receive a flow ID.

What is the process to retrieve Gate LaunchPool airdrop reward records?

Retrieving Gate LaunchPool airdrop reward records involves querying your pledge history with a robust timestamp strategy that formats UTC timestamps correctly to avoid unix-timestamp errors and ensure accurate reward tracking.

Can I filter LaunchPool projects by staking coin and APR?

Yes, you can filter LaunchPool projects by status, staking coin, APR, and pool type, allowing you to discover opportunities that match your specific crypto assets and yield targets.

Does a Gate LaunchPool staking operation require explicit confirmation?

Yes, Gate LaunchPool staking operations require explicit user confirmation before executing write operations, ensuring operational safety by previewing the order and preventing accidental stake or redeem actions.

Why do my Gate LaunchPool reward records show incorrect timestamps?

Incorrect timestamps in LaunchPool reward records often occur from unix-timestamp handling errors, which this process resolves by applying a robust timestamp strategy that formats all pledge and airdrop history accurately in UTC.