gate-exchange-crossex

Execute cross-exchange orders, transfers, conversions, and history queries across Gate, Binance, OKX, and Bybit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provide a single, governed entrypoint to place orders, manage positions, perform cross-exchange transfers and flash converts, and query trade/position/history across Gate, Binance, OKX and Bybit without the user having to orchestrate multiple exchange APIs manually.

Core Features & Use Cases

  • Multi-Module Routing: Routes intents for Spot, Margin, Futures, Transfers, Converts, Orders, Positions, and History to the correct workflow.
  • Pre-checks & Validation: Verifies symbols, minimum amounts, balances, and leverage before executing operations to reduce failed trades and invalid requests.
  • Controlled Execution via MCP: Uses the cex_crx MCP toolset for deterministic list/get/create/update/cancel operations and enforces a strict scope rule so only documented tools are invoked.
  • Safe Confirmation Flow: Presents pre-operation summaries and requires explicit user confirmation for risky or state-changing operations; includes credential safety guidance and error handling templates.
  • Use Case: Place a spot buy on Gate, open a futures position, perform a cross-exchange transfer to Binance, or fetch historical trade and position records for auditing.

Quick Start

Buy 100 USDT worth of BTC on Gate spot and then transfer the acquired BTC to Binance.

Frequently Asked Questions about gate-exchange-crossex

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

FAQPage Schema
How do I execute cross-exchange transfers and trades across Gate, Binance, OKX, and Bybit?

Cross-exchange transfers and trades across Gate, Binance, OKX, and Bybit are executed through a unified MCP toolset. The system routes your spot, margin, futures, and transfer intents to the correct workflow.

Can I manage futures positions and leverage on multiple centralized exchanges using one tool?

Yes, you can manage futures positions and leverage across centralized exchanges. The system verifies your leverage and balances before executing any position updates to reduce failed trades.

What is the safest way to place spot orders and perform flash converts across different CEX platforms?

The safest way to place spot orders and perform flash converts is through a controlled confirmation flow. The system presents a pre-operation summary and requires explicit user confirmation for state-changing actions.

How do I query historical trade and position records across multiple exchanges for auditing?

You query historical trade and position records across multiple exchanges using the MCP toolset's list and get operations. This provides deterministic retrieval of your past spot, margin, and futures activities.

Does this cross-exchange trading approach check symbol availability and minimum amounts before order placement?

Yes, this cross-exchange trading approach performs strict pre-checks and validation. It verifies symbol availability, minimum amounts, and your current balances before submitting any order placement requests.

What are the limitations when routing orders and transfers through a unified cross-exchange MCP toolset?

The limitation is that the MCP toolset enforces a strict scope rule, meaning only documented tools are invoked. You must stay within supported spot, margin, futures, convert, and transfer workflows.