{
  "x402Version": 2,
  "id": 13485,
  "slug": "13485",
  "resource": "https://business-frameworks.matryoshka-paradigms.workers.dev/apply/risk/decide/hurdle",
  "description": "Business Frameworks — Set the hurdle rate, applied to the caller's own numbers. Send the long-bond yield and two or three asset betas; get r for this business, with the sub-$5M and concentration rules applied. Deterministic (the node's rule, no model); returns the worked decision plus the node text and its public citations. Schema at GET /apply/risk/decide/hurdle.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xbBaCd5111E0Ca3a52DdAA39D4723Cf75C1A75D91",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "asset_betas": [
              1.4,
              1.6
            ],
            "long_bond_yield_pct": 4,
            "market_premium_pct": 6,
            "personal_premium_pct": 2,
            "plan_probability": 0.7,
            "revenue_usd": 3000000
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "applied": {
              "action": [
                "<what to do first>"
              ],
              "basis": [
                "<where the node ends and the arithmetic begins>"
              ],
              "check": "<when to re-run>",
              "figures": "<the computed figures>",
              "verdict": "<the decision, worked for these inputs>"
            },
            "handle": "business-frameworks/risk/decide/hurdle@1.0",
            "node": {
              "cites": [],
              "text": "<the node text>"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "asset_betas": {
                    "description": "asset betas of two or three comparable companies, debt stripped out",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 1,
                    "type": "array"
                  },
                  "long_bond_yield_pct": {
                    "description": "long government bond yield, percent",
                    "type": "number"
                  },
                  "market_premium_pct": {
                    "default": 6,
                    "description": "market premium in points; the node's rule of thumb is roughly six",
                    "type": "number"
                  },
                  "personal_premium_pct": {
                    "default": 0,
                    "description": "a concentrated owner's stated personal premium, in points — stated, never hidden",
                    "type": "number"
                  },
                  "plan_probability": {
                    "description": "below $5M: probability the plan works",
                    "maximum": 1,
                    "minimum": 0,
                    "type": "number"
                  },
                  "revenue_usd": {
                    "description": "annual revenue; below $5M the probability of the plan goes into the cash flows, not the rate",
                    "type": "number"
                  }
                },
                "required": [
                  "long_bond_yield_pct",
                  "asset_betas"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "business-frameworks.matryoshka-paradigms.workers.dev",
  "lastUpdated": "2026-09-15T18:55:35.865Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-15T18:55:35.337Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "business-frameworks.matryoshka-paradigms.workers.dev",
    "manifest_name": "business-frameworks.matryoshka-paradigms.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}