InputPOST /api/v1/x402/multi-outcome-kelly
{
"probs": [
0.4,
0.35,
0.25
],
"prices": [
0.45,
0.3,
0.3
],
"bankroll": 100
}
Signal normalize · signal-normalize
Proportional Kelly-like stakes across exclusive outcomes. Call when allocating bankroll across multi-outcome prediction markets. Returns stakes and fractions per outcome 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/multi-outcome-kelly -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"probs":[0.4,0.35,0.25],"prices":[0.45,0.3,0.3],"bankroll":100}'
{
"probs": [
0.4,
0.35,
0.25
],
"prices": [
0.45,
0.3,
0.3
],
"bankroll": 100
}
{
"schema": "delx/util-multi-outcome-kelly/v1",
"fractions": [
0,
1,
0
],
"stakes": [
0,
100,
0
]
}
Machine-readable evidence