InputPOST /api/v1/x402/kelly-fraction
{
"win_prob": 0.55,
"b": 1.2
}
Commercial operations analytics · commercial-operations
Kelly fraction from win probability and net payoff odds b. Call when bankroll sizing for repeated bets with known edge (advisory). Returns full Kelly fraction clamped to [0,1] as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/kelly-fraction -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"win_prob":0.55,"b":1.2}'
{
"win_prob": 0.55,
"b": 1.2
}
{
"schema": "delx/util-kelly-fraction/v1",
"win_prob": 0.55,
"b": 1.2,
"kelly": 0.17500000000000004
}
Machine-readable evidence