Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions web4-standard/core-spec/mcp-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,14 @@ class MCPMeter:
return min(total_cost, context.atp_cap) # Respect caps
```

### 9.2 Dynamic Pricing

Prices adjust based on demand and trust:
### 9.2 Dynamic Pricing (informative)

Prices adjust based on demand and trust. The modifiers below are
**illustrative society-configurable parameters**, not protocol constants.
§9.1 defines the canonical metering formula; here `high_trust_discount: 0.8`
is the endpoint that §9.1's formula reaches at maximum trust
(T3 average = 1.0 → `1.0 − 1.0 × 0.2 = 0.8`). A society's pricing
configuration supplies these values; the metering engine applies them per §9.1.

```json
{
Expand Down