Applications
One AI trade decision every Monad block. Jev on Kuru MON-USDC.
import { experimental_evaluate } from "ai";The link points at the commit we read, so the line number still holds.
These question sets are lifted from this project's source exactly as written.
from src/model.ts:42
directionchoiceWill MON be higher or lower than the current mid after `horizonBlocks` more blocks?
buy — Buy MON now: mid more likely to be higher after `horizonBlocks` blocks, by more than the spread.sell — Sell MON now: mid more likely to be lower after `horizonBlocks` blocks, by more than the spread.import { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
direction: { type: 'choice', instructions: 'Will MON be higher or lower than the current mid after `horizonBlocks` more blocks?',
criteria: { buy: 'Buy MON now: mid more likely to be higher after `horizonBlocks` blocks, by more than the spread.', sell: 'Sell MON now: mid more likely to be lower after `horizonBlocks` blocks, by more than the spread.' } },
},
});