Skip to content

docs: add page for Hexagate monitoring program and add Hexagate to base-services-hub table #2275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/base-docs/docs/pages/base-services-hub.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
34 changes: 34 additions & 0 deletions apps/base-docs/docs/pages/chain/security/hexagate-monitoring.md
Original file line number Diff line number Diff line change
@@ -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.*
:::
4 changes: 4 additions & 0 deletions apps/base-docs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
{
Expand Down