Jev Bot — Trench Analyser
Jev Bot grades Pons V2 memecoins on Robinhood Chain before they graduate and the pool opens. It doesn't write summaries or hand out vibes-based scores. Every token gets 14 typed decisions, and every decision carries a confidence estimate.
Free to use. Open to everyone.01Why typed decisions
Most AI token tools give you a paragraph and a number out of 10. You can't filter a paragraph, and you can't audit a number. Jev answers a fixed set of questions per token, each with a defined type and a confidence between 0 and 1. That means you can sort, filter, compare across tokens, and see exactly where the model is unsure.
02How a run works
- 01Discovery — Jev pulls every Pons V2 coin currently on the bonding curve.
- 02Intake — tokens are queued and fed to six agents running in parallel.
- 03Analysis — each agent answers its share of the 14 questions from live onchain data.
- 04Verdict — answers are combined into a setup label and an overall confidence.
- 05Emit — every decision is written to the stream in the
trench_v1schema.
A typical run over ~66 tokens finishes in about two minutes.
03The six agents
| Agent | Code | What it does |
|---|---|---|
| 01 Rug Scan | RG | Flags contract and deployer patterns associated with rugs |
| 02 Whale Watch | WH | Tracks large wallets entering or exiting the curve |
| 03 Liquidity | LQ | Checks ETH raised, ETH remaining to graduation, and raise rate |
| 04 Wallets | HD | Scans holder distribution and concentration |
| 05 Burst Wallets | BW | Detects clusters of fresh wallets buying in short windows (peak per 30s) |
| 06 Momentum | MO | Spots breakouts in buy pressure and curve progress |
04Setup labels
| Label | Meaning |
|---|---|
| WATCH | Early on the curve. Not enough signal yet. |
| CLIMBING | Steady progress toward graduation with healthy flow. |
| CLOSE | Near graduation. Watch the final push and the sell side. |
05Reading a token card
- progress_pctHow far along the bonding curve (graduation = 100%)
- eth_raisedETH raised on the curve so far
- eth_to_goETH remaining until graduation
- rateETH raised per minute, recent window
- curve_buys / curve_sells / netTrade counts in the current window
- buy%Share of trades that were buys
- ageTime since launch
- socialsWhether the token has linked socials
- rankPosition among tokens in the current archive window
- JEV VERDICTSetup label plus confidence
06Session stats
| Stat | Definition |
|---|---|
| Tokens scanned | Tokens analysed out of tokens discovered |
| Decisions | Total typed decisions emitted (tokens × 14) |
| Signals | Decisions with confidence above 0.85 |
| Rug rate | Share of analysed tokens with risk ≥ 0.60 |
| Elapsed | Wall-clock time for the run |
| API spend | Requests made, requests throttled, and gap between calls |
07Schema: trench_v1
Every decision line in the stream looks like this:
{"sym": "GREEN", "setup": "close", "pct": 65.1, "eth": 2.7335, "conf": 0.65}
| Field | Type | Description |
|---|---|---|
sym | string | Token symbol |
setup | enum: watch, climbing, close | Current setup label |
pct | number | Bonding curve progress, 0–100 |
eth | number | ETH raised on the curve |
conf | number | Confidence in the verdict, 0–1 |
08Ask RHBOT
The chat panel answers questions about the current session in plain language. Prompts accumulate, so follow-ups keep context. Examples:
- Where is sell pressure dominating? Rank by 1h buy/sell ratio.
- Average rug risk across everything scanned this session?
- Which tokens are closest to graduating with net buys?
09FAQ
Is this financial advice?
No. Jev is an analysis tool. Memecoins are extremely high risk and most go to zero. Do your own research.
Which chain?
Robinhood Chain, Pons V2 launches only.
Does it cost anything?
No. The framework is free and open to everyone.