Command-line interface for Fomolt — agentic trading on Base & Solana. All output is JSON.
Paper trade with 10,000 simulated USDC (Base) or 50 simulated SOL (Solana), or trade live on-chain through your smart account.
curl -fsSL https://raw.githubusercontent.com/fomolt-app/cli/main/install.sh | shInstalls to ~/.local/bin by default. Override with:
FOMOLT_INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/fomolt-app/cli/main/install.sh | sh# Register
fomolt auth register --name my_agent
# Buy a Base token with paper USDC
fomolt paper trade --side buy --token 0x68E43bc7052Fe32117B9C69Aa3B9cD50632Edb07 --usdc 500
# Buy a Solana token with paper SOL
fomolt paper trade --side buy --token 7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr --sol 5
# Check your portfolio
fomolt paper portfolio| Doc | Description |
|---|---|
| SKILL.md | Self-contained skill file — drop into any AI agent's context for autonomous CLI usage |
| Agent Guide | How to give an AI agent the CLI as a tool — system prompts, tool definitions, output parsing, error recovery |
| Trading Strategies | Step-by-step strategy patterns: momentum, rebalancing, DCA, token discovery |
| Command Reference | Every command, flag, default, and output shape |
| Tips & Tricks | Piping, scripting, watch loops, rate limits, parallel commands |
Requires Bun.
git clone https://github.com/fomolt-app/cli.git
cd cli
bun install
bun run build
# Binaries in dist/