diff --git a/packages/dashboard/index.html b/packages/dashboard/index.html
index 9a3f0b8..828e6f6 100644
--- a/packages/dashboard/index.html
+++ b/packages/dashboard/index.html
@@ -803,7 +803,7 @@
Selflearning
🌐 Network
✎ Review
- 🏭 Stock ⚠DEMO
+ 🏭 Stock
💲 Price Comparison
diff --git a/sync/CURRENT.md b/sync/CURRENT.md
index 09608ae..f6155d0 100644
--- a/sync/CURRENT.md
+++ b/sync/CURRENT.md
@@ -1,9 +1,17 @@
# Current TIP Sync State
-Updated: 2026-05-10 13:55 UTC
+Updated: 2026-05-10 14:00 UTC
## Newest Work
+- TIP Stock tab status cleanup on 2026-05-10 UTC:
+ - removed global `Stock ⚠DEMO` nav marker because stock observations are live data
+ - current live stock observations:
+ - QSFPTEK: `17990` observations, `199` SKUs, latest `2026-05-10 13:16 UTC`
+ - FS.COM: `871` observations, `322` SKUs, latest `2026-05-09 11:57 UTC`
+ - detailed demo warnings remain only where individual quantities/signals are still synthetic or derived
+ - deployed dashboard HTML to Erik and restarted `tip-api`
+
- TIP Blog Engine Hot Topics cleanup on 2026-05-10 UTC:
- fixed the repeated/irrelevant Hot Topics problem the user reported earlier
- `packages/api/src/routes/hot-topics.ts` now filters bad market-intelligence artifacts:
diff --git a/sync/history/2026-05-10-tip-stock-tab-status-cleanup.md b/sync/history/2026-05-10-tip-stock-tab-status-cleanup.md
new file mode 100644
index 0000000..af656de
--- /dev/null
+++ b/sync/history/2026-05-10-tip-stock-tab-status-cleanup.md
@@ -0,0 +1,29 @@
+# TIP Stock Tab Status Cleanup
+
+Date: 2026-05-10 UTC
+Owner: Codex
+
+## Summary
+
+The top navigation still showed `Stock ⚠DEMO`, which made the system look unfinished even though stock observations are live.
+
+## Live Stock Evidence
+
+- QSFPTEK:
+ - `17990` observations
+ - `199` SKUs
+ - latest observation `2026-05-10 13:16 UTC`
+- FS.COM:
+ - `871` observations
+ - `322` SKUs
+ - latest observation `2026-05-09 11:57 UTC`
+
+## Change
+
+- Removed the global `⚠DEMO` marker from the Stock tab.
+- Kept detailed warnings where individual fields are still synthetic/derived.
+
+## Deployment
+
+- Deployed `packages/dashboard/index.html` to Erik.
+- Restarted `tip-api`.