gate-exchange-futures

Convert natural-language requests into validated Gate USDT perpetual futures orders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you safely execute Gate USDT perpetual futures actions by turning natural-language trading requests into validated, confirmation-gated gate-cli workflows.

Core Features & Use Cases

  • Open/Close/Cancel/Amend futures orders: Execute long/short entries, exits, order cancellation, and order modifications with correct mode handling.
  • Set TP/SL and conditional opens: Create price-triggered take-profit, stop-loss, and conditional entry orders with proper trigger-rule selection and reduce-only semantics.
  • Manage triggered orders: List, cancel, and amend existing price-triggered TP/SL orders while enforcing API limitations (e.g., conditional amend requires cancel+recreate).

Quick Start

Ask the AI to place a BTC_USDT long order on Gate USDT perpetual futures using your chosen contract size, limit/market price, margin mode (if needed), and leverage (if you specify it), then confirm when prompted.

Frequently Asked Questions about gate-exchange-futures

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

FAQPage Schema
How do I place Gate USDT perpetual futures orders using natural language?

You can place Gate USDT perpetual futures orders by stating your intent for long/short entries or exits with contract size and price. The system translates this into validated, confirmation-gated workflows handling margin modes and leverage.

How do I set price-triggered take-profit and stop-loss orders on Gate futures?

Price-triggered TP/SL orders on Gate futures are set by creating conditional orders with proper trigger-rule selection and reduce-only semantics. The system manages triggered orders and enforces API limitations like canceling and recreating for conditional amends.

Can I switch between cross and isolated margin for Gate USDT contracts?

Yes, cross vs isolated margin switching rules for Gate USDT contracts are handled by the system. It ensures correct mode-specific endpoint selection and enforces unit conversions for contracts, USDT cost, and USDT notional during the switch.

Why do conditional order amendments fail on Gate perpetual futures?

Conditional order amendments on Gate perpetual futures fail because the API requires canceling and recreating the order rather than directly modifying it. The system enforces this by automatically applying the cancel+recreate workflow for conditional orders.

What is the safest way to execute USDT futures trades on Gate?

The safest way to execute USDT futures trades on Gate is through deterministic safety confirmations before any write operation. This approach enforces strict command contracts, order ID string precision, and mode-specific endpoint selection to prevent execution errors.