diff --git a/apps/base-docs/docs/pages/base-services-hub.mdx b/apps/base-docs/docs/pages/base-services-hub.mdx
index e90b5889a2..7026cbdf51 100644
--- a/apps/base-docs/docs/pages/base-services-hub.mdx
+++ b/apps/base-docs/docs/pages/base-services-hub.mdx
@@ -23,3 +23,4 @@ Thank you to all the teams supporting the Base ecosystem and its builders!
 | [Artemis](http://artemis.xyz)                | Onchain Analytics              | Artemis standardizes digital finance data into a single open data platform. Metrics that matter for digital finance. All in one place.                                                               | Artemis is offering free, out-of-the-box onchain metrics dashboards for Base builder's applications.                                           | Please fill out this [Google Form](https://forms.gle/ZDS9LkxSBJVJonR36) with your application metadata and contract information. <br/><br/> Artemis will contact your email once your application dashboard has been created. |
 | [Token Terminal](https://tokenterminal.com/) | Financial & Protocol Analytics | Token Terminal is a full-stack onchain data platform focused on standardizing financial and alternative data for the most widely used blockchains and decentralized applications.                    | Token Terminal will offer Base builders a -40% discount on its Data Partnership subscription product.                                          | Apply [here](https://tokenterminal.com/explorer/listings). <br/><br/> All Base builders will need to submit a "proof of deployment on Base".                                                                                  |
 | [Hypernative](https://www.hypernative.io/)   | Security                       | Hypernative is the leading real-time security and threat prevention platform trusted by over 200 projects—including Ethena, Uniswap, Ethereum Foundation, Morpho, Chainlink, Solana, and Kraken.     | Receive a discounted rate for the first year for Hypernative's real-time threat prevention platform.                                           | Email marshall@hypernative.io to begin your trial and claim your offer.                                                                                                                                                       |
+| [Hexagate](https://hexagate.com/)            | Security                       | Hexagate is a real-time smart contract monitoring and threat detection platform.                                                                                                                     | [Free ecosystem tier access.](../chain/security/hexagate-monitoring) <br/><br/> Discounted rate for upgraded plans during the first year.      | Apply [here](https://hexagateforbase.typeform.com/to/ZbvkRdhM) <br/><br/> Hexagate will contact your email once your application is approved.                                                                                 |
diff --git a/apps/base-docs/docs/pages/chain/security/hexagate-monitoring.md b/apps/base-docs/docs/pages/chain/security/hexagate-monitoring.md
new file mode 100644
index 0000000000..0b506b814b
--- /dev/null
+++ b/apps/base-docs/docs/pages/chain/security/hexagate-monitoring.md
@@ -0,0 +1,34 @@
+---
+title: Smart contract monitoring with Hexagate
+slug: /security/hexagate-monitoring
+description: Free real-time monitoring and threat detection for apps and protocols built on Base.
+keywords:
+  [
+    Base,
+    Hexagate,
+    onchain security,
+    smart contract monitoring,
+    threat detection,
+    risk analytics,
+    Base builders,
+    Web3 security,
+    real-time monitoring,
+    app security,
+    protocol security,
+  ]
+hide_table_of_contents: true
+---
+# Smart contract monitoring with Hexagate
+
+Base has partnered with [Hexagate](https://hexagate.com) to offer free real-time smart contract monitoring and threat detection to every app and protocol on Base. Through [Hexagate’s Ecosystem Tier](https://base.mirror.xyz/dbmJkcsc1RPaWyqn7R5vhVJFRWoy1CvmlXeuUwsfTXk), builders on Base can access:
+
+- **Real-Time Monitoring**: ML-based threat detection for up to **10 smart contracts** on Base.
+- **Custom Monitors**: **5 additional monitors** tailored to specific known threats for your contracts.
+- **Real-Time Alerts**: Receive immediate alerts through Slack, Telegram, or email integrations.
+- **Documentation and Support**: Tutorials and guidance to set up monitors, triage alerts, and respond to incidents.
+
+This service is provided **at no cost** to Base builders, [fill out this form](https://hexagateforbase.typeform.com/to/ZbvkRdhM) to get started on real-time threat detection, alerts, and guidance to help ensure the security of protocols.
+
+:::tip[Disclaimer]
+*All monitoring services and tools are provided by Hexagate. Coinbase and its affiliates make no guarantees and assume no liability for their use or performance.*
+:::
diff --git a/apps/base-docs/sidebar.ts b/apps/base-docs/sidebar.ts
index a324f5ee83..0721dce013 100644
--- a/apps/base-docs/sidebar.ts
+++ b/apps/base-docs/sidebar.ts
@@ -1068,6 +1068,10 @@ export const sidebar: Sidebar = [
             text: 'How to avoid getting your app flagged as malicious',
             link: '/chain/security/app-blocklist',
           },
+          {
+            text: 'Smart contract monitoring with Hexagate',
+            link: '/chain/security/hexagate-monitoring',
+          },
         ],
       },
       {