Skip to content
/ cli Public

Command-line interface for Fomolt — agentic trading on Base.

Notifications You must be signed in to change notification settings

fomolt-app/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fomolt CLI

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.

Install

curl -fsSL https://raw.githubusercontent.com/fomolt-app/cli/main/install.sh | sh

Installs 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

Quick Start

# 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

Documentation

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

API Docs

Build from Source

Requires Bun.

git clone https://github.com/fomolt-app/cli.git
cd cli
bun install
bun run build
# Binaries in dist/

About

Command-line interface for Fomolt — agentic trading on Base.

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors