{
  "format": "delx/intent-card/v1",
  "id": "expected-log-growth-api",
  "intent": "Expected Log Growth for an agent workflow",
  "title": "Expected Log Growth API for agents",
  "description": "Approx expected log bankroll growth for a binary bet fraction. Call when comparing bet sizes by growth rate under true_prob (advisory). Returns expected log growth 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.",
  "keywords": [
    "Expected Log Growth API",
    "Expected Log Growth for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/expected-log-growth-api",
  "machine_url": "https://commerce.delx.ai/intents/expected-log-growth-api.json",
  "recommendation": {
    "tool_name": "util_expected_log_growth",
    "service_name": "Expected Log Growth",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/expected-log-growth",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "true_prob": {
          "description": "Input field: true prob.",
          "type": "number"
        },
        "market_price": {
          "description": "Input field: market price.",
          "type": "number"
        },
        "fraction": {
          "description": "Input field: fraction.",
          "type": "number"
        }
      },
      "required": [
        "true_prob",
        "market_price",
        "fraction"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "true_prob": 0.6,
      "market_price": 0.45,
      "fraction": 0.1
    },
    "example_output": {
      "schema": "delx/util-expected-log-growth/v1",
      "fraction": 0.1,
      "expected_log_growth": 0.027042301643466125
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/expected-log-growth -m POST -H 'x-delx-source: intent-card-expected-log-growth-api' --max-amount 0.001 -b '{\"true_prob\":0.6,\"market_price\":0.45,\"fraction\":0.1}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-expected-log-growth-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/expected-log-growth"
  }
}
