Community · E2 · artifact verified

Choose a market quote every Monad block

A trading loop reads the Kuru MON-USDC order book and asks Jev for a buy-or-sell judgment before code places a post-only limit order.

01 · Role in the system

What Jev does here

Jev evaluates the current order-book state and chooses buy or sell for a configured horizon. Ordinary code reads the book, applies position and margin caps, sets the price and size, signs the transaction, tracks receipts, and accounts for fills and P&L. A mock heuristic is the default, so a real Jev run requires explicit configuration.

02 · Control boundary

Where Jev sits

Order-book snapshot to one bounded direction Choice; deterministic trading code constrains and submits the quote.

Code owns the loop, permissions, thresholds, validation, and side effects. Jev owns only the bounded judgments described above.

03 · Known limits

What this evidence does not prove

  • The public deployment described by the repository is a dry run using a mock model, not evidence of live Jev profitability.
  • A directional judgment does not control transaction inclusion, fills, market movement, or financial risk.

04 · Attribution

Public sources

This is a Community record: the project was published by a third-party community author.