应用产品
每个 Monad 区块进行一次 AI 交易决策,Jev 在 Kuru MON-USDC 上运行。
One AI trade decision every Monad block. Jev on Kuru MON-USDC.
import { experimental_evaluate } from "ai";链接指向我们抓取当天的那个 commit,行号是准的。
下面是从这个项目源码里原样取出来的 question 组合。
direction选项Will 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.' } },
},
});