gmx-trading
Installation
SKILL.md
GMX Trading Skill
Overview
GMX V2 is a decentralized perpetual and spot exchange using oracle-based pricing (Chainlink Data Streams) instead of AMM curves. Traders get CEX-like execution with onchain settlement.
Supported chains:
| Chain | Chain ID | Native Token |
|---|---|---|
| Arbitrum | 42161 | ETH |
| Avalanche | 43114 | AVAX |
| Botanix | 3637 | BTC |
Two integration paths:
- SDK (
@gmx-io/sdk) — Full read + write: fetch markets, create orders, manage positions - REST API — Read-only: prices, markets, positions, trade history
Related skills