From bff9a57512ec326914e971d51123d4e2d7931aa1 Mon Sep 17 00:00:00 2001 From: Ake <10195782+akegaviar@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:46:18 +0700 Subject: [PATCH] docs(node-operators): add Deployment Tools section with Chainstack Self-Hosted --- docs/base-chain/node-operators/run-a-base-node.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/base-chain/node-operators/run-a-base-node.mdx b/docs/base-chain/node-operators/run-a-base-node.mdx index 25fc948b1..e446cb145 100644 --- a/docs/base-chain/node-operators/run-a-base-node.mdx +++ b/docs/base-chain/node-operators/run-a-base-node.mdx @@ -105,6 +105,14 @@ You'll also know that the sync hasn't completed if you get `Error: nonce has alr --- +## Deployment Tools + +If you'd rather not run the manual setup above yourself, a self-hosted deployment tool can run Base clients on your own infrastructure: + +- **[Chainstack Self-Hosted](https://docs.chainstack.com/docs/self-hosted/introduction)** — web UI and CLI for deploying Base execution (base-reth) and consensus (base-node) clients on your own Kubernetes cluster, cloud, or on-prem hardware. Built-in monitoring included. Free. No Chainstack account required. Built by Chainstack. + +--- + ## Enable Flashblocks Once your node is synced, you can enable Flashblocks to serve 200ms preconfirmations to your applications.