What problem does it solve?
Provides a secure, authoritative routing layer for Gate DEX wallet account management so users and agent workflows can authenticate, view balances and addresses, inspect histories, perform transfers, sign DApp transactions, and pay HTTP 402 (x402) requests without exposing private keys.
Core Features & Use Cases
- Authentication: Google and Gate OAuth flows, token refresh, logout, and session management with MCP server integration.
- Asset & History Queries: Token lists (use orignCoinNumber), total asset valuation, wallet addresses, transaction and swap history via MCP tools.
- Transfers & Signing: Build → preview → confirm → server-side sign → broadcast pipeline for EVM and Solana (including SPL), plus batch transfers and mandatory confirmation gates.
- DApp Interaction: Connect wallets, EIP-712/personal_sign message signing, sign-and-broadcast DApp-generated transactions, and ERC20 approvals with security checks.
- x402 Payments & CLI: Automatic HTTP 402 pay-and-retry via dex_tx_x402_fetch and a comprehensive gate-wallet CLI for hybrid OpenAPI + MCP swap flows.
- Safety & Integration: Explicit auth checks, token confidentiality rules, chain validation, cross-skill routing hints (e.g., market, trade), and MCP tool fallback guidance.
Quick Start
Use the gate-dex-wallet skill to log me in and show my Ethereum balance and recent transaction history.