diff --git a/README.md b/README.md
index 06f8ba4..3eaa3ae 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Agents can only sign transactions.
-> **ClawRouter** is an open-source smart LLM router that reduces AI API costs by 87%. It analyzes each request across 15 dimensions and routes to the cheapest capable model in under 1ms, entirely locally. ClawRouter is the only LLM router built for autonomous AI agents — it uses wallet signatures for authentication (no API keys) and USDC micropayments via the x402 protocol (no credit cards). 71 models from OpenAI, Anthropic, Google, xAI, DeepSeek, and more. MIT licensed.
+> **ClawRouter** is an open-source smart LLM router that reduces AI API costs by 88%. It analyzes each request across 15 dimensions and routes to the cheapest capable model in under 1ms, entirely locally. ClawRouter is the only LLM router built for autonomous AI agents — it uses wallet signatures for authentication (no API keys) and USDC micropayments via the x402 protocol (no credit cards). 71 models from OpenAI, Anthropic, Google, xAI, DeepSeek, and more. MIT licensed.
---
@@ -223,7 +223,7 @@ Request → Weighted Scorer (15 dimensions) → Tier → Best Model → Response
| COMPLEX | gemini-3.1-flash-lite ($0.25/$1.50) | gemini-3.1-pro ($2/$12) | claude-opus-4.6 ($5/$25) |
| REASONING | grok-4-1-fast ($0.20/$0.50) | grok-4-1-fast-reasoning ($0.20/$0.50) | claude-sonnet-4.6 ($3/$15) |
-**Blended average: $2.05/M** vs $25/M for Claude Opus = **87% savings**
+**Blended average: $2.05/M** vs $25/M for Claude Opus = **88% savings**
---
@@ -606,7 +606,7 @@ ClawRouter is an open-source (MIT licensed) smart LLM router built for autonomou
### How much can ClawRouter save on LLM costs?
-ClawRouter's blended average cost is $2.05 per million tokens compared to $25/M for Claude Opus, representing 87% savings. Actual savings depend on your workload — simple queries are routed to free models ($0/request), while complex tasks get premium models.
+ClawRouter's blended average cost is $2.05 per million tokens compared to $25/M for Claude Opus, representing 88% savings. Actual savings depend on your workload — simple queries are routed to free models ($0/request), while complex tasks get premium models.
### How does ClawRouter compare to OpenRouter?
diff --git a/brand-numbers.json b/brand-numbers.json
index 70a5380..4395f23 100644
--- a/brand-numbers.json
+++ b/brand-numbers.json
@@ -3,11 +3,11 @@
"version": 1,
"models": {
"chatVisible": 71,
- "totalVisible": 92,
+ "totalVisible": 93,
"free": 6,
"freeWithheld": 19,
"image": 9,
- "video": 5,
+ "video": 6,
"music": 1,
"speech": 5,
"soundfx": 1,
@@ -29,6 +29,6 @@
"savings": {
"baselineModel": "anthropic/claude-opus-5",
"ecoVsBaselinePct": 98,
- "autoVsBaselinePct": 87
+ "autoVsBaselinePct": 88
}
}
diff --git a/docs/anthropic-third-party-harness-changes.md b/docs/anthropic-third-party-harness-changes.md
index 67bcdd2..b3866fa 100644
--- a/docs/anthropic-third-party-harness-changes.md
+++ b/docs/anthropic-third-party-harness-changes.md
@@ -56,7 +56,7 @@ From 20,000+ production requests:
| Free models (trivial tasks) | 12.8% | $0.00 |
| Others | 13.8% | varies |
-**Result: 87% cheaper than pinning Claude Opus 5 for every request** — the published figure, priced on a stated workload mix rather than estimated.
+**Result: 88% cheaper than pinning Claude Opus 5 for every request** — the published figure, priced on a stated workload mix rather than estimated.
A typical user running 10K mixed requests/month:
diff --git a/docs/clawrouter-vs-openrouter-llm-routing-comparison.md b/docs/clawrouter-vs-openrouter-llm-routing-comparison.md
index aa1aa59..dab10ee 100644
--- a/docs/clawrouter-vs-openrouter-llm-routing-comparison.md
+++ b/docs/clawrouter-vs-openrouter-llm-routing-comparison.md
@@ -271,7 +271,7 @@ No silent drops. No stale catalog. Models are benchmarked for speed, quality, an
| **Model catalog** | Laggy, silent drops | Curated 71 models, redirect aliases |
| **Budget control** | Monthly invoice | Per-session cap (`maxCostPerRun`) |
| **Setup** | Create account, paste key | Agent generates wallet, auto-configured |
-| **Average cost** | $25/M tokens (Opus direct) | auto-routed = **87% savings** |
+| **Average cost** | $25/M tokens (Opus direct) | auto-routed = **88% savings** |

diff --git a/skills/xclawrouter/SKILL.md b/skills/xclawrouter/SKILL.md
index 922dc96..18bebc4 100644
--- a/skills/xclawrouter/SKILL.md
+++ b/skills/xclawrouter/SKILL.md
@@ -19,7 +19,7 @@ metadata: { "openclaw": { "emoji": "🦀", "requires": { "config": ["models.prov
# XClawRouter
-Smart LLM router that saves 87% on inference costs by routing each request to the cheapest model that can handle it. 71 models across 9 providers (11 free NVIDIA models), all through one wallet.
+Smart LLM router that saves 88% on inference costs by routing each request to the cheapest model that can handle it. 71 models across 9 providers (11 free NVIDIA models), all through one wallet.
## Install