OatsAI

CLI

Command Line Interface

install
pip install oatsai

COMMANDS

oats analyze

Run analysis on token risk snapshot

--input <file>--output <file>--format json|table
oats watch

Real-time monitoring mode

--token <address>--interval <seconds>--alert <threshold>
oats backtest

Historical backtesting

--from <date>--to <date>--token <address>
oats signals

View individual signal scores

--verbose--raw
oats config

Configure weights and settings

--weights--reset--show

EXAMPLE

terminal
$ oats analyze --input snapshot.json
> Loading snapshot...
> Running analysis...
oats_index: 74.5
grade: SAFE
signals:
concentration: 85.0 (weight: 0.30)
liquidity_health: 80.0 (weight: 0.25)
contract_maturity: 41.1 (weight: 0.20)
transfer_quality: 70.0 (weight: 0.15)
dev_exposure: 80.0 (weight: 0.10)