Example inputPOST /api/v1/x402/bankroll-fraction-stake
{
"bankroll": 1000,
"fraction": 0.05
}
Portable intent card · 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.
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/bankroll-fraction-stake -m POST -H 'x-delx-source: intent-card-bankroll-fraction-stake-api' --max-amount 0.001 -b '{"bankroll":1000,"fraction":0.05}'
{
"bankroll": 1000,
"fraction": 0.05
}
{
"intent": "Bankroll Fraction Stake for an agent workflow",
"tool_name": "util_bankroll_fraction_stake",
"price_usdc": "0.001",
"machine_url": "https://commerce.delx.ai/intents/bankroll-fraction-stake-api.json"
}
Portable and inspectable