diff --git a/README.md b/README.md
index 528ca049d7..450865fcf3 100644
--- a/README.md
+++ b/README.md
@@ -255,14 +255,7 @@ All **18** strategies โ mix & match per combo step:
| ๐ฆ **Policy** | `hard` (block over share) ยท `soft` (deprioritize) ยท `burst` (use idle headroom) |
| ๐งฑ **Cap** | absolute ceiling per key, independent of mode |
-```
-Pool "team-codex" ยท 1 Codex Pro account ยท 3 keys ยท 5-hour window
- โโ alice weight 50 โโโโโโโโโโโโโโโโโโโโ โค 50% of the shared 5h quota
- โโ bob weight 30 โโโโโโโโโโโโโโโโโโโโ โค 30%
- โโ ci-bot weight 20 โโโโโโโโโโโโโโโโโโโโ โค 20%
-Generous mode (<50% pool used) โ idle shares are lent out
-Strict mode (โฅ50% pool used) โ each key held to its fair share
-```
+
Enforced in the hot path **before** the request leaves OmniRoute, with per-(key, model) caps + session stickiness for prompt-cache integrity (now with a per-combo / global disable toggle). ๐ [Quota Sharing Engine](docs/routing/QUOTA_SHARE.md)
@@ -276,14 +269,7 @@ Strict mode (โฅ50% pool used) โ each key held to its fair share
| ๐ค **Connection cooldown** | one account / key | Skips a rate-limited key while other keys keep serving |
| ๐ฏ **Model lockout** | provider + model | Quarantines just one quota-limited model, not the whole connection |
-```
-Combo: "always-on" Strategy: priority
- 1. cc/claude-opus-4-7 โ subscription (use it fully)
- 2. cx/gpt-5.5 โ second subscription
- 3. glm/glm-5.1 โ cheap backup ($0.5/1M)
- 4. kr/claude-sonnet-4.5 โ FREE, unlimited (never fails)
-Result: 4 layers of fallback = zero downtime
-```
+
๐ [Auto-Combo Engine](docs/routing/AUTO-COMBO.md) ยท [Resilience Guide](docs/architecture/RESILIENCE_GUIDE.md)
diff --git a/changelog.d/maintenance/7626-readme-pool-combo-svg.md b/changelog.d/maintenance/7626-readme-pool-combo-svg.md
new file mode 100644
index 0000000000..14ebdc8f25
--- /dev/null
+++ b/changelog.d/maintenance/7626-readme-pool-combo-svg.md
@@ -0,0 +1 @@
+- **README animated diagrams** (`docs/diagrams/pool-fair-share.svg`, `docs/diagrams/combo-always-on.svg`): the last two ASCII blocks in the root README โ the `"team-codex"` key-pool fair-share example and the `"always-on"` priority combo โ are now hand-authored SMIL SVG animations (16s loops, DESIGN_SYSTEM.md palette, GitHub `
`-sandbox safe), completing the set started by tier-cascade.svg (#7615). Full block copy preserved verbatim in the `img` alt text; both registered in `docs/diagrams/README.md`.
diff --git a/docs/diagrams/README.md b/docs/diagrams/README.md
index 2de1805fe3..18543d6959 100644
--- a/docs/diagrams/README.md
+++ b/docs/diagrams/README.md
@@ -30,6 +30,8 @@ inside GitHub's `
` sandbox:
| File | Used in | Notes |
| ---------------------------------------- | ---------------- | ---------------------------------------------------------------------------- |
| [tier-cascade.svg](./tier-cascade.svg) | README.md (root) | Animated 4-tier auto-fallback cascade (16s loop, 4 acts). Edit the SVG directly โ there is no `.mmd` source. |
+| [pool-fair-share.svg](./pool-fair-share.svg) | README.md (root) | Animated key-pool fair-share quota (generous โ strict, 16s loop). Edit the SVG directly โ there is no `.mmd` source. |
+| [combo-always-on.svg](./combo-always-on.svg) | README.md (root) | Animated priority-combo fallback (4 layers, 16s loop). Edit the SVG directly โ there is no `.mmd` source. |
## How to update
diff --git a/docs/diagrams/combo-always-on.svg b/docs/diagrams/combo-always-on.svg
new file mode 100644
index 0000000000..0278375d73
--- /dev/null
+++ b/docs/diagrams/combo-always-on.svg
@@ -0,0 +1,230 @@
+
diff --git a/docs/diagrams/pool-fair-share.svg b/docs/diagrams/pool-fair-share.svg
new file mode 100644
index 0000000000..85e2d1ca16
--- /dev/null
+++ b/docs/diagrams/pool-fair-share.svg
@@ -0,0 +1,204 @@
+