diff --git a/SemanticBlueprint/wfgy_formulas.md b/SemanticBlueprint/wfgy_formulas.md
new file mode 100644
index 00000000..a4f28033
--- /dev/null
+++ b/SemanticBlueprint/wfgy_formulas.md
@@ -0,0 +1,148 @@
+# đŹ **WFGY 1.0 â Core Formulas & Variables**
+
+> **Canonical reference â DOI:** [https://zenodo.org/records/15630969](https://zenodo.org/records/15630969)  (â*WFGY 1.0: A Universal Unification Framework for LargeâScale SelfâHealing LLMs*â). This page **copies the exact mathematical statements** from the public PDF so developers can quoteâlink code to theory without opening the paper.
+
+---
+
+## đ Quick Index
+
+| Section | Symbol / Acronym | Full Name (exact from paper) | | | |
+| ------- | ---------------- | --------------------------------------------------- | --- | ---- | --- |
+| 1 | `BBMC` | **B**ig**B**ig **S**emantic **R**esidue **F**ormula | | | |
+| 2 | `BBPF` | **B**ig**B**ig **P**rogression **F**ormula | | | |
+| 3 | `BBCR` | **B**ig**B**ig **C**ollapseâ**R**ebirth | | | |
+| 4 | `BBAM` | **B**ig**B**ig **A**ttention **M**odulation | | | |
+| 5 | `ÎS` | Semantic divergence (1 â cosâŻÎž) | | | |
+| 6 | `λ_observe` | Logicâvector trend (â |  â |  <> |  Ă) |
+| 7 | `E_resonance` | Rolling mean of âBâ (semantic resonance) | | | |
+
+All subsequent equations below are **verbatim** from the paperâs Sections 3.1â3.4 and Appendix A.
+
+---
+
+## 1 · BBMC â BigBig Semantic Residue Formula
+
+```math
+B \;=\; I\;â\;G\; +\; m\,c^2
+```
+
+**Where**
+
+* `I`Â = input embedding (modelâgenerated)
+* `G`Â = groundâtruth embedding (oracle/proxy)
+* `m`Â = matching coefficient
+* `c`Â = context factor
+
+> **Lemma 3.1 (paper)** â Minimising âBâÂČ is (up to constants) equivalent to minimising
+>  KL(softmaxâŻI â softmaxâŻG). See Appendix A.
+
+---
+
+## 2 · BBPF â BigBig Progression Formula
+
+```math
+x_{t+1} \;=\; x_t
+ + \sum_{i} V_i(\epsilon_i, C)
+ + \sum_{j} W_j(\Delta t,\, \Delta O) \, P_j
+```
+
+*Each Vi and Wj is globally Lipschitz. Theorem 3.1 proves convergence if* ΣâŻÎ”ᔹâŻL\_Vᔹ + ΣâŻPⱌâŻL\_Wⱌ <âŻ1.
+
+---
+
+## 3 · BBCR â BigBig CollapseâRebirth
+
+Trigger condition (paper §3.3):
+
+```math
+\|B_t\| \;\ge\; B_c \quad \text{or} \quad f(S_t) < \varepsilon
+```
+
+Collapse â Reset â Rebirth cycle:
+
+```text
+Collapse : semantic overload detected
+Reset : B_t â α·B_t (α < 1)
+Rebirth : S_{t+1} â ResetProcedure(S_t, \delta B)
+```
+
+> **Theorem 3.2** â Using V(S)=âBâÂČ+λâŻf(S) as Lyapunov candidate, every reset step guarantees V(S\_{t+1}) < V(S\_t).
+
+---
+
+## 4 · BBAM â BigBig Attention Modulation
+
+Gaussianâvariance attenuation:
+
+```math
+a_i^{\,\text{mod}} \;=\; a_i \;\exp\bigl(-\gamma\,\sigma(a)\bigr)
+```
+
+*Lemma 3.2:* If aᔹ âŒÂ đ©(”,ÏÂČ) then Var(a\_mod) = ÏÂČâŻe^(â2ÎłÏ).
+
+---
+
+## 5 · Derived Metric `ÎS`
+
+Defined (**Eq. A.1**):
+
+```math
+\boxed{\displaystyle \Delta S = 1 - \cos \theta (I, G)}
+```
+
+Used as the *tension index* for node recording (primary condition ÎSÂ >Â 0.6).
+
+---
+
+## 6 · Directional Trend `λ_observe`
+
+Paper Table 1 symbol glossary:
+
+```text
+λ_observe â { â (convergent), â (divergent), <> (recursive), Ă (chaotic) }
+```
+
+Determines override logic for âsoft transitionsâ (ÎS â 0.4â0.6).
+
+---
+
+## 7 · Resonance Metric `E_resonance`
+
+Rolling mean of |B| over last *n* turns (paper §3âFigure 3):
+
+```math
+E_{\text{res}} = \frac{1}{n}\sum_{k=t-n+1}^{t} \|B_k\|
+```
+
+Used to visualise stability heatâmap (safe â danger zones).
+
+---
+
+## đ How These Formulas Map to Products
+
+| Engine Variable | Used in TXT OS | Used in Blah Lite | Used in WFGY SDK | Planned Future |
+| --------------- | -------------------------- | ------------------- | ---------------------- | --------------------- |
+| `BBMC`, `ÎS` | â
node trigger & memory | â
ÎSâtrail heatmap | â
semantic residue API | đ§ RLâautoâcritic |
+| `BBPF` | â
prompt splitting | đ« | â
multiâpath stepper | đ§ graph compiler |
+| `BBCR` | â
knowledgeâboundary guard | đ« | â
collapseâreset hooks | đ§ selfârepair agents |
+| `BBAM` | â
entropy damping | â
entropy injection | â
attention gate | đ§ multimodal fusion |
+
+> **All downstream docs must reference these exact definitions.** Any deviation risks semantic drift from the canonical WFGY loop.
+
+---
+
+> â Help reach 10 000 stars by 2025â09â01 to unlock Engine 2.0 for everyone  â **[Star WFGY on GitHub](https://github.com/onestardao/WFGY)**
+>
+> đ **Early Stargazers: [See the Hall of Fame](https://github.com/onestardao/WFGY/tree/main/stargazers)** â Engineers, hackers & openâsource builders who supported WFGY from day one.
+
+