trac1g2afss6v96du6jkuptl9gzv2c9g0n7lsn9sqx0u3639zgmx38nrs9lnqtz
INTERCOM_BY_GRIMORE8 is a high-performance CLI + Web Dashboard AI Trading Copilot built on an Intercom-style multi-agent architecture.
It combines real-time market intelligence with a clean, proof-friendly interface:
- Real-time token snapshot (Dexscreener)
- Analyst Agent (signal generator)
- Risk Gate Agent (safety filter)
- Token chart pipeline (DEX → OHLCV)
- Price chart (CoinGecko)
- Swap simulator (x*y=k model)
The system always produces:
- SIGNAL → BUY / HOLD / SELL
- RISK → SAFE / CAUTION / BLOCK
- DECISION → actionable next step
Visual status:
- 🟢 SAFE (proceed)
- 🟡 CAUTION (small size / wait)
- 🔴 BLOCK (do not trade)
A clean, responsive dashboard providing:
- SOL balance + recent transactions
- BTC / ETH / SOL prices + 24h chart
- Token chart (Dexscreener → GeckoTerminal OHLCV)
- Agent panel (Signal / Risk / Decision + warning colors)
- Swap simulator (constant product model)
Minimal CLI interaction:
1. Agent Mode (Real Data + Q&A)
2. Swap (Link Generator)
3. Risk Check (Real Data)
4. Exit
- Generates swap links only
- No wallet connection
- No transaction execution
Example:
https://jup.ag/swap/TOKEN-SOL
SIGNAL: HOLD
RISK: CAUTION
DECISION: SMALL SIZE / WAIT
WHY:
- high volume but unclear direction
- liquidity is acceptable but not strong
FLAGS:
- low liquidity vs volume ratio
CHECKLIST:
- verify contract address (CA)
- check liquidity depth
- check top holders
- start with a small test
sudo apt update -y
sudo apt install -y git curlcurl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
node -v
npm -vgit clone https://github.com/grimore8/intercom_by_grimore8.git
cd intercom_by_grimore8
npm installnpm run dashboardExpected output:
Dashboard running: http://127.0.0.1:8788
Agent mode: Fallback (no API)
Open in browser:
http://YOUR_VPS_IP:8788
node index.jslsof -i :8788
kill -9 <PID>sudo ufw allow 8788/tcp
sudo ufw reloadThis app works without keys (fallback logic).
To enable AI-assisted agent mode:
export GROQ_API_KEY="YOUR_GROQ_API_KEY"
export GROQ_MODEL="llama-3.3-70b-versatile"
npm run dashboard- No private key usage
- Read-only analysis + charts
- Swap is simulation / link generation only
- Safe for demos and evaluation
Build a lightweight, deployable AI trading assistant that:
- Improves decision clarity
- Reduces risk exposure
- Preserves Intercom-style interaction
- Produces clean proof screenshots
This tool is for educational and experimental purposes only.
Always do your own research before trading.




