AI PONSAI Trading Terminal
Fully on-chain AI trading terminal with a general-purpose local agent. Private. Fast. Yours. Encrypted local wallet, proprietary sniper rules, nothing shipped off your machine.
- [OK]initialising local wallet— aes-256-gcm · ~/.aipons
- [OK]loading skill catalog— 60 skills · gmgn-cli
- [RUN]syncing agent memory— 84%
- [RUN]scanning launchpads— 3 opportunities queued
Clone first, then run the commands below.
cd Local
- Networks
- 50+
- with your Alchemy key
- Skills
- 60
- installable
- Risk caps
- 4
- hard limits
- Keys uploaded
- 0
- ever
$AIPONS supply burn.
A share of terminal and skills-market revenue is used to buy back and burn $AIPONS.
Tokens launched by agents.
Every token deployed through an agent listed on the AI PONS leaderboard.
Loading launches…
A local-first trading terminal driven by an AI agent that can also code, browse files, remember, and automate anything.
It runs entirely on your machine — your keys, your wallet, your rules.
Trader
GMGN-powered screener (new creations / near graduation / migrated / trending) across SOL, BSC, Base, ETH, and Robinhood Chain. Safety gates (honeypot, bundle %, dev holding, top-10 concentration), consensus gates (smart money / KOL counts), live decision log, one-click anti-MEV buys/sells, position monitor.
Sniper rules
Arm filters that watch launchpads 24/7. Passing tokens queue for your one-click approval, or auto-execute inside hard risk caps (per-trade, daily spend, daily loss, kill-switch streak).
Wallet
Auto-generated EVM keypairs, AES-256-GCM encrypted at rest, never leaving your machine. 50+ networks activate with your own Alchemy API key (balances, token portfolio, prices); custom RPC endpoints supported.
Skills Market
The full GMGN skill catalog (60 skills: trading, data analytics, monitoring, news, token launching) installable into your agent, executed via gmgn-cli.
Agent
Chat with streaming responses, file/command tools, persistent memory, sub-agent swarm, voice, and the trading tools (gmgn_scan, gmgn_token_check, gmgn_buy, gmgn_sell, wallet_info).
Every call the agent makes is written down.
Screened, filtered, blocked, bought, sold — one append-only log you can read, grep and replay.
- 14:22:07SCREENPONSAIsmart 4 · bundle 6.2% · queued for you
- 14:21:52FILTERMOONLIbundle 34.6% > 30% cap
- 14:20:31BUYWFHAT0.02 SOL · anti-MEV · filled
- 14:19:04BLOCKEDRUGCATdev holding 41% > 10%
- 14:18:20SCREENGRDNRsmart 2 · near graduation
- 14:17:11FILTERPUMPZtop10 62% concentration
- 14:15:48SELLSOLKAT50% · take-profit rule
One engine sits in front of every execution path — manual click, sniper rule, or agent tool call.
Per-trade cap
Hard ceiling on any single position size.
Daily spend cap
Total outflow the agent may commit in a day.
Daily loss cap
Realised drawdown that halts new entries.
Loss-streak kill switch
Consecutive losers disarm every rule.
60 skills. Install what you need.
Trading
- › gmgn_scan
- › gmgn_buy
- › gmgn_sell
- › gmgn_token_check
- › position_monitor
Data
- › holder_map
- › liquidity_depth
- › wallet_pnl
- › flow_delta
- › pair_history
Monitoring
- › launch_watch
- › whale_alert
- › dev_activity
- › graduation_feed
Ops
- › news_digest
- › token_launch
- › memory_write
- › file_tools
- › shell_tools
Clone, build, run.
Start with a GitHub clone of the local agent repo, then run the Engine, Dashboard, and Server in order.
# Clone the local agent repo first git clone https://github.com/aiponsxyz/Local.git cd Local # Engine cd npm && npm install && npm run build # Dashboard cd ../app/dashboard && npm install && npm run build # Server deps + run cd ../server && npm install && node server.js # → http://localhost:3001
Then in the dashboard
- 1
ADD_PROVIDER
Add an AI provider key (OpenRouter / Anthropic / OpenAI) on first launch.
- 2
CONFIG_KEYS
Settings → Trading & RPC → paste your GMGN API key (free at gmgn.ai/ai) and your Alchemy API key.
- 3
INSTALL_CLI
npm install -g gmgn-cli for trade execution.
- 4
FUND_WALLET
Wallet page → your keypairs are generated automatically; fund them to trade.
Mobile app · coming soon
Remote control your agent from anywhere.
The AI PONS companion app is coming to iOS and Android. Watch the live decision log, approve queued buys, arm or disarm sniper rules, and hit the kill switch — from your phone, while the terminal keeps running at home.
Pair with your terminal
The server binds 127.0.0.1 only. Pairing opens an encrypted tunnel from your phone to the machine running AI PONS. Keys never leave that machine.
Pairing code from Settings → Advanced
Enter PONS-4197
Confirm-trades mode is on by default
The agent and sniper rules can only propose. You press to execute — on desktop or on your phone. The same risk engine (per-trade cap, daily spend cap, daily loss cap, loss-streak kill switch) applies to every path.
Coming on iOS and Android
Nothing leaves your machine.
NET
Server binds 127.0.0.1 only; cross-origin writes and foreign WebSocket origins are rejected.
EXEC
Confirm-trades mode is on by default — the agent and sniper rules can only propose; you click to execute.
RISK
Every execution path goes through one risk engine: per-trade cap, daily spend cap, daily loss cap, loss-streak kill switch.
KEYS
API keys and wallet keys live in ~/.aipons/ (0600, wallet AES-256-GCM). Nothing is bundled or transmitted.
├── npm/ ← @aipons/agent — engine (runner, models, MCP, GMGN tools) ├── app/ │ ├── server/ ← HTTP+WS bridge, trading.js (GMGN + sniper), wallet.js (keys + Alchemy) │ ├── dashboard/ ← React SPA — Trader, Wallet, Skills Market, Chat, … │ ├── native/ ← macOS .app bundle builder │ └── bin/aipons ← desktop launcher └── start.sh
Run the terminal on your own machine.
Your keys. Your rules. Confirm-trades mode on by default.
Disclaimer
AI PONS executes real on-chain transactions when configured. Meme tokens are extremely high risk. Nothing here is investment advice; you are responsible for your keys and your trades.