bankrsynth-cli
v2.1.0
Published
AI-native intelligence synthesis terminal for Base ecosystem tokens
Downloads
284
Maintainers
Readme
BankrSynth CLI
AI-native intelligence synthesis terminal for Base ecosystem tokens.
Install
npm install -g bankrsynth-cliUsage
bsynth status
bsynth trending
bsynth trending --limit 20
bsynth new
bsynth price virtual-protocol
bsynth price aerodrome-finance
bsynth intel
bsynth repos
bsynth watch AEON
bsynth watch AEON VIRTUAL BRETT --alert 10 --interval 60
bsynth portfolio 0x1234...abcd
bsynth swarm
bsynth swarm deploy --task "monitor AEON and alert when it moves 30%"
bsynth swarm tasks
bsynth swarm stop task_abc123
bsynth synth trending --mode thesisCommands
| Command | Description |
|---|---|
| status | System + swarm health overview |
| trending | Top trending pools on Base (GeckoTerminal) |
| new | New token launches in the last 24h |
| price <id> | Live price via CoinGecko (use full CG ID) |
| intel | Global crypto market intelligence |
| repos | Connected repository status (gitlawb) |
| watch <tokens...> | Live price watch with % alerts |
| portfolio <address> | Wallet token balances + live USD values |
| swarm | Agent swarm status (12 agents) |
| swarm deploy | Deploy a monitoring task to the swarm |
| swarm tasks | List all active swarm tasks |
| swarm stop <id> | Stop and remove a swarm task |
| synth [bucket] | Open BankrSynth app for AI synthesis |
Examples
# Top 10 trending on Base right now
bsynth trending
# New launches in the last 24h
bsynth new
# Live price
bsynth price brett
# Watch multiple tokens, alert when any moves >10% from start
bsynth watch AEON VIRTUAL BRETT --alert 10 --interval 60
# Check a Base wallet portfolio
bsynth portfolio 0xa8682fc423b9aa04bd11e76ab01fba5bd2d5c91a
# Deploy a monitoring task to the swarm
bsynth swarm deploy --task "monitor AEON and alert when it moves 30%"
# List / stop tasks
bsynth swarm tasks
bsynth swarm stop task_abc123
# Full AI synthesis (opens Bankr App)
bsynth synth ai_agents --mode thesisOptions
bsynth trending --limit 20 # show top 20
bsynth new --limit 5 # show 5 newest
bsynth watch AEON --alert 5 # alert at 5% move (default: 20%)
bsynth watch AEON --interval 10 # poll every 10s (default: 30s)
bsynth synth --mode analyze # analyze / narrative / thesisRequirements
- Node.js >= 18
