DELXCOMMERCE Payable now

Portable intent card · signal-normalize

Multi-Outcome Kelly Lite API for agents

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.

Multi-Outcome Kelly Lite APIMulti-Outcome Kelly Lite for agentspay per result APIx402 APIno API key

Intent to transaction

One command, attributed.

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}'
Example inputPOST /api/v1/x402/multi-outcome-kelly
{
  "probs": [
    0.4,
    0.35,
    0.25
  ],
  "prices": [
    0.45,
    0.3,
    0.3
  ],
  "bankroll": 100
}
Agent discoverydelx/intent-card/v1
{
  "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

Share the intent, not a directory search.