# Business Frameworks: Why Value is the Objective

> Business Frameworks: Why Value is the Objective is a paid API for AI agents from business-frameworks.matryoshka-paradigms.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-18).

Returns a ~350-token synthesis explaining the operating logic behind 'value' as a business objective, including what drives it, with citations and child node handles.

## Facts

- Endpoint: GET https://business-frameworks.matryoshka-paradigms.workers.dev/node/value/why
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/business-frameworks-why-value-is-the-objective-083429a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vdhI5JITCVdkeIaMz8k3u

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability business-frameworks-why-value-is-the-objective-083429a8
```

Example prompt: Before we apply any valuation rules or scale bands, can you pull up the foundational explanation of why value is the core objective and what actually moves it — the operating logic layer from the business frameworks hierarchy?

## When to prefer this

Use this endpoint when an agent needs the conceptual grounding layer — the 'why' of value — before proceeding to apply scale bands, decision rules, or other downstream business framework nodes. It is the entry point into the value sub-tree of the Matryoshka business frameworks hierarchy and should be called before any quantitative valuation endpoints on the same provider.

## Known failure modes

- HTTP 402 if payment header is missing or USDC balance is insufficient
- HTTP 429 if rate limits are exceeded
- HTTP 500 if the worker is unavailable or returns a malformed response
- Empty or truncated response if synthesis generation fails internally

## How this service works

Business Frameworks business-frameworks/value/why@1.0 — 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.

## Output

A ~350-token original synthesis explaining why value is the business objective and what factors move it, along with public citations supporting the analysis and handles (identifiers) for child nodes in the framework hierarchy that sit below this 'why' layer (such as scale bands and decision rules).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/business-frameworks-why-value-is-the-objective-083429a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from business-frameworks.matryoshka-paradigms.workers.dev](https://www.zero.xyz/host/business-frameworks.matryoshka-paradigms.workers.dev/llms.txt)
