xata-trading

Automate decentralized exchange trades via the XATA API with wallet setup and venue binding.

Updated Nov 14, 2025
One-click install
npx skills add https://github.com/automata-network/claude-plugins --skill xata-trading
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xata-trading
Source: https://github.com/automata-network/claude-plugins/tree/main/plugins/xata-agentic-trading/skills/xata-trading
Command: npx skills add https://github.com/automata-network/claude-plugins --skill xata-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trade on decentralized exchanges via the XATA API with automated wallet setup, venue binding, and single-invocation trades.

Core Features & Use Cases

  • Wallet provisioning, venue binding, and trade execution across Hyperliquid, Lighter, Aster, and HIP-3 dexes.
  • Single-interaction trades per invocation, with symbol discovery and safety checks.
  • Example: Bind a venue and place a one-off order for ETH/USDC on Hyperliquid.

Quick Start

Request a single trade on a chosen venue using XATA for your asset pair.

Frequently Asked Questions about xata-trading

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

FAQPage Schema
How do I automate trading on decentralized exchanges via API?▼

Yes, you can execute trades on Hyperliquid using the XATA API for decentralized exchange trading. The Skill handles wallet provisioning, venue binding, and single-invocation order placement for asset pairs like ETH/USDC with per-venue readiness checks.

What is venue binding and how does it work for DEX trading?▼

Venue binding connects your provisioned wallet to a specific decentralized exchange like Hyperliquid or Aster. The XATA API automates this setup process, ensuring your wallet and API keys are correctly linked before executing any guarded trading flows.

Can I place a one-off order on a DEX without writing custom smart contracts?▼

Yes, you can place single-interaction trades on supported venues without custom contracts. The XATA API handles symbol discovery, rate limiting, and optional trade confirmations, allowing you to execute one-off orders per invocation.

What limitations apply when executing trades across multiple DEX venues?▼

Trades are limited to single interactive requests per invocation across supported venues. The flow includes error handling and rate limiting, meaning you cannot batch multiple independent trades in a single command and must pass per-venue readiness checks.