gate-dex-trade-cli

Execute Gate DEX token swaps and cross-chain bridges via CLI with confirmation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill removes the friction of executing token swaps by coordinating quoting, GV security check-in, signing, and broadcast through the gate-dex CLI with mandatory confirmation.

Core Features & Use Cases

  • One-shot DEX Swap Execution: Runs quote → GV check-in → sign → broadcast in a single swap command, supporting both EVM multi-chain and Solana.
  • Quote-First Trading Workflow: Produces a preview (estimated output, route, fee, and slippage used) and requires an explicit chat confirmation before any swap executes.
  • Same-Chain Swaps and Cross-Chain Bridges: Handles same-chain swaps and cross-chain bridging (with async destination arrival tracked via order detail).
  • Token and Pair Discovery: Resolves token addresses by symbol and lists supported swappable tokens and bridge token pairs.

Quick Start

Ask: Swap 0.01 ETH for USDT on Ethereum and have me confirm the quote before executing.

Frequently Asked Questions about gate-dex-trade-cli

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

FAQPage Schema
How do I execute a DEX swap with confirmation before broadcasting?

Executing a DEX swap uses a quote-first workflow that previews estimated output, route, and fees, requiring explicit chat confirmation before signing and broadcasting the transaction.

Can I bridge tokens across EVM chains and Solana?

Yes, cross-chain bridges support EVM multi-chain and Solana flows. The skill handles asynchronous bridge settlement by tracking order details until the destination wallet receives the tokens.

What is a quote-first trading workflow for token swaps?

A quote-first trading workflow produces a swap preview showing estimated output, route, fee, and slippage used. It mandates interactive confirmation in chat before executing the actual swap command.

Do I need an external transaction check-in binary for swap signing?

No, you do not need an external transaction check-in binary. The skill coordinates CLI quoting, built-in GV security check-in, and server-side signing internally without external dependencies.

How do I find a token address by symbol for a swap?

Token discovery by symbol resolves the contract address automatically. You provide the token symbol and chain ID, and the skill lists supported swappable tokens and bridge pairs.

Does the swap workflow handle ERC20 approve and slippage control?

Yes, the swap workflow handles ERC20 approve requirements and enforces slippage control. You specify slippage parameters and token addresses, using native '-' for native asset swaps.