RH.AI.OS1·JEV BOT·SYSTEM ONE
Launch dashboard
GrokJev Trench Analyser

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

  1. 01Discovery — Jev pulls every Pons V2 coin currently on the bonding curve.
  2. 02Intake — tokens are queued and fed to six agents running in parallel.
  3. 03Analysis — each agent answers its share of the 14 questions from live onchain data.
  4. 04Verdict — answers are combined into a setup label and an overall confidence.
  5. 05Emit — every decision is written to the stream in the trench_v1 schema.

A typical run over ~66 tokens finishes in about two minutes.

03The six agents

AgentCodeWhat it does
01 Rug ScanRGFlags contract and deployer patterns associated with rugs
02 Whale WatchWHTracks large wallets entering or exiting the curve
03 LiquidityLQChecks ETH raised, ETH remaining to graduation, and raise rate
04 WalletsHDScans holder distribution and concentration
05 Burst WalletsBWDetects clusters of fresh wallets buying in short windows (peak per 30s)
06 MomentumMOSpots breakouts in buy pressure and curve progress

04Setup labels

LabelMeaning
WATCHEarly on the curve. Not enough signal yet.
CLIMBINGSteady progress toward graduation with healthy flow.
CLOSENear 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

StatDefinition
Tokens scannedTokens analysed out of tokens discovered
DecisionsTotal typed decisions emitted (tokens × 14)
SignalsDecisions with confidence above 0.85
Rug rateShare of analysed tokens with risk ≥ 0.60
ElapsedWall-clock time for the run
API spendRequests made, requests throttled, and gap between calls

07Schema: trench_v1

Every decision line in the stream looks like this:

json · trench_v1
{"sym": "GREEN", "setup": "close", "pct": 65.1, "eth": 2.7335, "conf": 0.65}
FieldTypeDescription
symstringToken symbol
setupenum: watch, climbing, closeCurrent setup label
pctnumberBonding curve progress, 0–100
ethnumberETH raised on the curve
confnumberConfidence 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.