diff --git a/docs/base-chain/specs/upgrades/beryl/b20.mdx b/docs/base-chain/specs/upgrades/beryl/b20.mdx
index 05497b181..96f654c5b 100644
--- a/docs/base-chain/specs/upgrades/beryl/b20.mdx
+++ b/docs/base-chain/specs/upgrades/beryl/b20.mdx
@@ -8,7 +8,7 @@ B20 is the Base ecosystem's own version of [ERC-20](https://eips.ethereum.org/EI
To deploy your first B20 token, see the [Launch a B20 Token](/get-started/launch-b20-token) quickstart.
-B20 mainnet activation has been delayed due to an unrelated stability incident. We're pushing back the Activation Registry enablement to ensure a smooth rollout — Sepolia and Vibenet remain on track. We'll share a revised date shortly. [Verify the Activation Registry is enabled](/get-started/launch-b20-token#verify-the-activation-registry-is-enabled) before attempting to deploy.
+B20 mainnet Activation Registry is scheduled for **July 8, 2026 at 18:00 UTC**. [Verify the Activation Registry is enabled](/get-started/launch-b20-token#verify-the-activation-registry-is-enabled) before attempting to deploy.
B20 supports two variants:
diff --git a/docs/docs.json b/docs/docs.json
index cd74bfe65..9215e2ad7 100644
--- a/docs/docs.json
+++ b/docs/docs.json
@@ -3,7 +3,7 @@
"theme": "aspen",
"name": "Base Documentation",
"banner": {
- "content": "B20 mainnet activation has been delayed due to an unrelated stability incident. A revised date will be announced shortly. [Check activation status](/get-started/launch-b20-token#verify-the-activation-registry-is-enabled)",
+ "content": "B20 mainnet Activation Registry is scheduled for July 8, 2026 at 18:00 UTC. [Check activation status](/get-started/launch-b20-token#verify-the-activation-registry-is-enabled)",
"type": "info",
"dismissible": true,
"color": {
diff --git a/docs/get-started/launch-b20-token.mdx b/docs/get-started/launch-b20-token.mdx
index 85055c95d..c27ce5cf3 100644
--- a/docs/get-started/launch-b20-token.mdx
+++ b/docs/get-started/launch-b20-token.mdx
@@ -25,7 +25,7 @@ You need **Base's Foundry build** (`base-forge`, `base-cast`, [`base-anvil`](htt
## Verify the Activation Registry is enabled
-**B20 mainnet activation has been delayed due to an unrelated stability incident.** We're pushing back the Activation Registry enablement to ensure a smooth rollout — Sepolia and Vibenet remain on track. We'll share a revised date shortly. Attempting to deploy before it's ready will revert with `FeatureNotActivated`. Run the check for the variant you plan to deploy and confirm it returns `true` before proceeding:
+**B20 mainnet Activation Registry is scheduled for July 8, 2026 at 18:00 UTC.** Attempting to deploy before it's ready will revert with `FeatureNotActivated`. Run the check for the variant you plan to deploy and confirm it returns `true` before proceeding:
```bash Terminal theme={null}