InputPOST /api/v1/x402/bankroll-fraction-stake
{
"bankroll": 1000,
"fraction": 0.05
}
Signal normalize · signal-normalize
Stake size from bankroll and fraction (Kelly or fixed-f). Call when turning a fraction into dollars to risk this bet. Returns stake amount 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/bankroll-fraction-stake -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"bankroll":1000,"fraction":0.05}'
{
"bankroll": 1000,
"fraction": 0.05
}
{
"schema": "delx/util-bankroll-fraction-stake/v1",
"bankroll": 1000,
"fraction": 0.05,
"stake": 50
}
Machine-readable evidence