# Manage Gate Futures Orders

Manual futures order workflows can be error-prone and slow. This skill guides Gate MCP actions with structured checks, confirmations, and result summaries.

## Install

```bash
npx skillstore add gate/gate-exchange-futures
```

## Metadata

- Status: approved
- Slug: gate-gate-exchange-futures
- Version: 2026.3.5-1
- Author version: 2026.3.5-1
- Skillstore revision: r1
- Version status: valid
- Tree hash: 813b74725a620b51a6befc0e3945000a9d9ac3127d1cefaea775e6fb1aa741f5
- Author: gate
- GitHub username: gate
- License: MIT
- Repository: https://github.com/gate/gate-skills/tree/master/skills/gate-exchange-futures/
- Ref: 30c73eac2afe762f6aa9c4553158769369d47351
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 71
- Public page: https://skillstore.pages.dev/skills/gate-gate-exchange-futures
- Manifest: https://skillstore.pages.dev/api/skills/gate-gate-exchange-futures/manifest

## Capabilities

- Routes open, close, cancel, and amend requests to focused futures workflows.
- Uses Gate MCP tools for contract checks, account checks, positions, and orders.
- Converts USDT notional or base amount into contract size using contract metadata.
- Handles single and dual position modes with different position and leverage APIs.
- Prompts for confirmation before many high-impact order actions.
- Summarizes order, position, cancellation, amendment, and exchange error results.

## Use Cases

- Prepare Futures Orders: Convert user intent into a checked order plan with contract, side, size, price, margin mode, and leverage details.
- Reduce Or Reverse Positions: Review positions, close all or part of a position, or reverse direction with verification steps.
- Maintain Open Orders: List, cancel, or amend existing futures orders while preserving order IDs and status details.

## Prompt Templates

### Open A Simple Position

```
Open a long BTC_USDT futures position for 1 contract at a limit price of 65000. Show the final summary before placing it.
```

### Close A Position

```
Check my BTC_USDT futures position and prepare to close half of it. Show the size and expected action before execution.
```

### Cancel Selected Orders

```
List my open BTC_USDT futures orders. Help me cancel selected orders after I choose them and confirm.
```

### Manage Dual Mode Leverage

```
For ETH_USDT in dual position mode, prepare an isolated 10x market short order. Use the correct position and leverage APIs.
```

## Limitations

- Requires a configured Gate MCP connection and account permissions.
- Does not provide market monitoring, arbitrage scanning, or trading advice.
- Cannot guarantee fills, prices, liquidity, liquidation outcomes, or exchange availability.
- Some reference scenarios omit explicit confirmation despite the top-level safety rule.

## Best Practices

- Confirm every order placement, position close, reversal, cancellation, and amendment before execution.
- Check contract metadata, account mode, position mode, and leverage before submitting orders.
- Use read-only queries first when the user gives incomplete contract, side, size, or order details.

## Anti Patterns

- Do not treat this skill as financial advice or an automated trading strategy.
- Do not place market orders or reverse positions from ambiguous user intent.
- Do not bypass confirmation because a scenario example shows a direct tool call.

## Security Audit

- Audited at: 2026-07-05T16:16:02.431\+00:00
- Summary: The 61 static findings are false positives from Markdown backticks and exchange workflow text, not command execution or host reconnaissance. No prompt injection, credential handling, or hidden shell behavior was found in the reviewed files. The remaining concerns are business-risk issues around real futures trading actions and inconsistent confirmation wording.

## Stats

- Views: 174
- Downloads: 11
- Favorites: 0
- Popularity score: 0
