{
  "format": "delx/intent-card/v1",
  "id": "il-fee-breakeven-api",
  "intent": "IL Fee Break-Even for an agent workflow",
  "title": "IL Fee Break-Even API for agents",
  "description": "Fees needed to offset IL at a price ratio. Call when checking if fee APR can cover expected IL. Returns fee_fraction_needed 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": [
    "IL Fee Break-Even API",
    "IL Fee Break-Even for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/il-fee-breakeven-api",
  "machine_url": "https://commerce.delx.ai/intents/il-fee-breakeven-api.json",
  "recommendation": {
    "tool_name": "util_il_fee_breakeven",
    "service_name": "IL Fee Break-Even",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/il-fee-breakeven",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "price_ratio": {
          "type": "number",
          "description": "New/old price ratio for IL math"
        }
      },
      "required": [
        "price_ratio"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "price_ratio": 1.5
    },
    "example_output": {
      "schema": "delx/util-il-fee-breakeven/v1",
      "fee_fraction_needed": 0.020204102886728803
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/il-fee-breakeven -m POST -H 'x-delx-source: intent-card-il-fee-breakeven-api' --max-amount 0.001 -b '{\"price_ratio\":1.5}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-il-fee-breakeven-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/il-fee-breakeven"
  }
}
