Example inputPOST /api/v1/x402/multi-outcome-kelly
{
"probs": [
0.4,
0.35,
0.25
],
"prices": [
0.45,
0.3,
0.3
],
"bankroll": 100
}
Portable intent card · 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.
Intent to transaction
The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/multi-outcome-kelly -m POST -H 'x-delx-source: intent-card-multi-outcome-kelly-api' --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
}
{
"intent": "Multi-Outcome Kelly Lite for an agent workflow",
"tool_name": "util_multi_outcome_kelly",
"price_usdc": "0.001",
"machine_url": "https://commerce.delx.ai/intents/multi-outcome-kelly-api.json"
}
Portable and inspectable