Skip to main content

Web App

Trade directly at aiusd.ai. No setup required.

Telegram Bot

Trade from Telegram. Message @aiusd_ai_bot to start.

AIUSD Core

Structured CLI tools for AI agents. No platform inference cost.

AIUSD Pro

AI agent skill with built-in reasoning. Best for OpenClaw, Claude Code, Codex, and Cursor.

MCP Hub API

Direct JSON-RPC 2.0 for custom agent builds.

Web App

The fastest way to start. No installation, no CLI — just open aiusd.ai and trade.
1

Open aiusd.ai

Go to aiusd.ai and connect your wallet or create a new account.
2

Deposit

Send USDC or USDT on any supported chain. Your balance is credited as AIUSD instantly.
3

Trade

Type what you want to do in natural language — the built-in AI agent handles the rest.

Telegram Bot

Trade from any Telegram conversation. No app to install, no wallet extension needed.
1

Open the bot

Message @aiusd_ai_bot on Telegram.
2

Create account or sign in

The bot walks you through authentication — create a new wallet or link an existing one.
3

Trade

Send messages like “Buy $100 of SOL”, “Long ETH 10x”, or “What’s my balance?” — the bot executes directly.

AIUSD Core

For agents that handle their own reasoning. Install the skill, authenticate, and start calling structured commands.
1

Install

npx skills add galpha-ai/aiusd-core -y -g
2

Authenticate

aiusd login --browser
A browser window opens. Sign in or create a new account — the CLI picks up the session automatically.
3

Trade

aiusd balances                                      # Check account
aiusd guide spot                                    # Get command reference
aiusd spot buy -b SOL -a 100                        # Buy $100 of SOL
aiusd perp long --asset ETH --size 0.1 --leverage 10  # Long ETH 10x

Full Core Reference

All commands, domains, and configuration

AIUSD Pro

For agents that want a turnkey experience. Send natural language — the backend handles reasoning, tool selection, and execution.
1

Install

npx skills add galpha-ai/aiusd-pro -y -g
2

Authenticate

aiusd-pro login --browser
3

Trade

aiusd-pro send "What's my balance?"
aiusd-pro send "Buy $100 of SOL"
aiusd-pro send "Long ETH 10x"
aiusd-pro send "If BTC drops below $60k, sell everything"
The backend agent processes your intent, executes the trade, confirms the transaction, and streams the result back.

Full Pro Reference

How it works, session management, and capabilities

MCP Hub API

For developers building custom agents. Connect directly to the AIUSD execution layer via Model Context Protocol.
1

Get API access

EnvironmentEndpoint
Productionhttps://mcp.alpha.dev/api/mcp-hub/mcp
Developmenthttps://dev.alpha.dev/api/mcp-hub/mcp
Authentication required. Contact support for API access.
2

Connect your agent

Add to claude_desktop_config.json:
{
  "mcpServers": {
    "aiusd": {
      "url": "https://mcp.alpha.dev/api/mcp-hub/mcp",
      "transport": "http",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

API Reference

Full tool reference and response formats

Next Steps

Trading Guide

All supported trading operations

Example Strategies

Ready-to-deploy bot strategies

Architecture

How the platform works