Signals are pulled from Telegram, scored by on-chain safety data (GoPlus) plus an LLM risk analyst, then traded with strict position sizing, stop-losses, and circuit breakers.
| Stage | What happens | Blocking? |
|---|---|---|
| 1. Signal | Telegram message parsed for contract address + chain | passive |
| 2. On-chain scan | GoPlus: honeypot, buy/sell tax, holder count, LP lock | hard |
| 3. Market data | DexScreener: liquidity, age, 1h price change | hard |
| 4. AI judge | LLM scores 0-100; <60 = reject | hard |
| 5. Risk check | Position caps, daily limits, cooldown | hard |
| 6. Execute | Paper fill now · live Uniswap/SunSwap when funded | go |
| 7. Monitor | Take-profit / stop-loss / trailing / max-hold exits | go |