diff --git a/public/changelog.json b/public/changelog.json
index fb6f6ad3e37..5a034c0184f 100644
--- a/public/changelog.json
+++ b/public/changelog.json
@@ -402,6 +402,14 @@
}
},
"data": [
+ {
+ "category": "integration",
+ "date": "2026-08-11",
+ "description": "CRE now supports Monad mainnet for workflow simulation and production deployment. See the [Supported Networks](https://docs.chain.link/cre/supported-networks) page for chain names and forwarder addresses.",
+ "relatedNetworks": ["monad"],
+ "title": "CRE Expands to Monad",
+ "topic": "CRE"
+ },
{
"category": "integration",
"date": "2026-08-10",
diff --git a/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-go.mdx b/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-go.mdx
index bc161ae76c7..ec23bb4376d 100644
--- a/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-go.mdx
+++ b/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-go.mdx
@@ -7,7 +7,7 @@ pageId: "evm-forwarder-directory"
metadata:
description: "Find forwarder contract addresses for CRE workflows on supported EVM networks."
datePublished: "2025-11-04"
- lastModified: "2026-06-24"
+ lastModified: "2026-08-11"
---
import { Aside, CopyText } from "@components"
@@ -74,6 +74,7 @@ The tables below reflect chains commonly enabled for simulation. Your tenant may
| Linea | | |
| Mantle | | |
| MegaETH | | |
+| Monad | | |
| OP Mainnet | | |
| Pharos Mainnet | | |
| Plasma | | |
@@ -139,6 +140,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Linea | | |
| Mantle | | |
| MegaETH | | |
+| Monad | | |
| OP Mainnet | | |
| Pharos Mainnet | | |
| Plasma | | |
diff --git a/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-ts.mdx b/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-ts.mdx
index 7178f293a48..388b303e9ad 100644
--- a/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-ts.mdx
+++ b/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-ts.mdx
@@ -7,7 +7,7 @@ pageId: "evm-forwarder-directory"
metadata:
description: "Find forwarder contract addresses for CRE workflows on supported EVM networks."
datePublished: "2025-11-04"
- lastModified: "2026-06-24"
+ lastModified: "2026-08-11"
---
import { Aside, CopyText } from "@components"
@@ -74,6 +74,7 @@ The tables below reflect chains commonly enabled for simulation. Your tenant may
| Linea | | |
| Mantle | | |
| MegaETH | | |
+| Monad | | |
| OP Mainnet | | |
| Pharos Mainnet | | |
| Plasma | | |
@@ -139,6 +140,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Linea | | |
| Mantle | | |
| MegaETH | | |
+| Monad | | |
| OP Mainnet | | |
| Pharos Mainnet | | |
| Plasma | | |
diff --git a/src/content/cre/llms-full-go.txt b/src/content/cre/llms-full-go.txt
index 1100a05c75c..ca7baee333e 100644
--- a/src/content/cre/llms-full-go.txt
+++ b/src/content/cre/llms-full-go.txt
@@ -529,10 +529,18 @@ To help us assist you faster, please include:
# Release Notes
Source: https://docs.chain.link/cre/release-notes
-Last Updated: 2026-07-16
+Last Updated: 2026-08-11
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
+## Monad Support - August 11, 2026
+
+CRE now supports **Monad mainnet** for workflow simulation and production deployment. You can now build and test workflows that interact with Monad.
+
+**Required versions:** CLI v1.29.0+, Go SDK v1.17.0+, TS SDK v1.18.0+
+
+See the [Supported Networks](/cre/supported-networks) page for chain names and forwarder addresses.
+
## CLI v1.26.0 - July 16, 2026
**CRE CLI version 1.26.0 is now available.**
@@ -14141,7 +14149,7 @@ For the full list of types and methods available on [`cre.TeeRuntime`](/cre/refe
# Forwarder Directory
Source: https://docs.chain.link/cre/guides/workflow/using-evm-client/forwarder-directory-go
-Last Updated: 2026-06-24
+Last Updated: 2026-08-11