Business Frameworks business-frameworks/value/why@1
Business Frameworks business-frameworks/value/[email protected] — Why value is the objective, and what moves it. Call when an agent needs the operating logic behind value before using the scale bands and decision rules below it. Returns 350 tokens of original synthesis with public citations and child handles; free layer at /catalogue.
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-15
updated
Provider
business-frameworks.matryoshka-paradigms.workers.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xbBaCd5111E0Ca3a52DdAA39D4723Cf75C1A75D91",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"children": [
"business-frameworks/value/band/[email protected]",
"business-frameworks/value/band/[email protected]",
"business-frameworks/value/band/[email protected]",
"business-frameworks/value/decide/[email protected]",
"business-frameworks/value/decide/[email protected]"
],
"cites": [
"Bruner, R., Applied Mergers and Acquisitions, Wiley, 2004, ch. 3 (\"Does M&A Pay?\"); Zook, C. and Allen, J., Profit from the Core, Harvard Business Press, 2010, ch. 2."
],
"download_url": "<time-limited re-download link>",
"handle": "business-frameworks/value/[email protected]",
"layer": 2,
"text": "<the node text, original synthesis; 350 tokens>",
"title": "Why value is the objective, and what moves it",
"tokens": 350
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://business-frameworks.matryoshka-paradigms.workers.dev/node/value/why" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://business-frameworks.matryoshka-paradigms.workers.dev/node/value/why");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://business-frameworks.matryoshka-paradigms.workers.dev/node/value/why")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13486.json, and this resource appears in /discovery/resources and /discovery/search.