Skip to main content

Overview

AIUSD provides two official skills for integrating trading capabilities into AI agents:

AIUSD Core

Structured CLI toolsYour agent’s LLM calls trading commands directly via MCP. You control the reasoning and orchestration.No platform inference cost.

AIUSD Pro

Managed AI agentDelegates to a backend agent that handles reasoning, tool selection, and multi-step execution.Natural language in, results out.

Which Should I Use?

Not sure? Start with AIUSD Pro for the fastest setup. Switch to AIUSD Core when you need granular control over execution logic.

AIUSD Core

Structured CLI tools and MCP integration. Your agent invokes trading commands and handles orchestration.

Installation

Authentication

CLI Usage

Command Reference

Run aiusd-core guide <domain> before executing commands to get the latest parameter reference. Source: github.com/galpha-ai/aiusd-core

AIUSD Pro

Natural language interface to a managed backend agent. Send messages in plain language — the agent handles reasoning, execution, and transaction confirmation.

Installation

Authentication

Usage

How It Works

  1. Send — your message is posted to the AIUSD backend agent
  2. Reason — the agent selects tools, plans execution, and handles multi-step logic
  3. Execute — trades are placed and transactions confirmed automatically
  4. Respond — results stream back in natural language

What You Can Ask

Session Management

Source: github.com/galpha-ai/aiusd-pro

Supported Platforms

Both skills support the same platforms: Both skills require Node.js >= 18.0.0.

Security

Authentication tokens stored locally on your device in ~/.aiusd/. No credentials sent to third parties.
Token files written with restrictive permissions (0600). Wallet mnemonic stored separately.
All skill code is transparent and auditable on GitHub.

Troubleshooting

Authentication Issues

If browser login fails, try creating a new account with --new-wallet.

Skill Not Loading