diff --git a/.gitignore b/.gitignore
index e2f7da094..17adee01b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ node_modules
yarn.lock
.obsidian
docs/.obsidian
-build
\ No newline at end of file
+build
+/static/llms.txt
\ No newline at end of file
diff --git a/docs/developers/quickstart.md b/docs/developers/quickstart.md
index a13488f89..16bbf518e 100644
--- a/docs/developers/quickstart.md
+++ b/docs/developers/quickstart.md
@@ -1,4 +1,4 @@
----
+---
sidebar_position: 2
description: Learn how to deploy your first contract on Gnosis Chain
keywords: [gnosis chain, quickstart]
@@ -37,7 +37,7 @@ Lastly, top up the wallet with xDAI that you'll use for contract deployments on
Testnets on any EVM-compatible chains don't require real funds to pay for transactions. Instead, they use faucets that represent free tokens. You can use the following faucets to get xDAI on the Chiado testnet:
- [Chiado faucet](https://faucet.chiadochain.net/)
-- [Gnosis Chain Faucet](https://gnosisfaucet.com/)
+- [Gnosis Chain Faucet](https://faucet.gnosischain.com/)

diff --git a/docs/node/README.md b/docs/node/README.md
index 99e7ac47f..704f96de3 100644
--- a/docs/node/README.md
+++ b/docs/node/README.md
@@ -5,9 +5,14 @@ sidebar_position : 1
# Run a Node
-
+
+
+**Image:** GGeographic visualization of peer-to-peer network connections October 2025
+
+:::tip
+**Hint:** To quickly access comprehensive general information and view easy-to-digest, side-by-side comparisons, check out [validategnosis.com](https://www.validategnosis.com/)
+:::
-**Image:** Gnosis nodes around the world, circa April 9 2025
## Open Infrastructure Powered by Solo Stakers
@@ -122,7 +127,7 @@ Requirements vary client to client, for more detail see the associated system re
| Lodestar | [Lodestar: Specifications](https://chainsafe.github.io/lodestar/#specifications) |
| Nimbus | [Nimbus: Hardware](https://nimbus.guide/hardware.html) |
| Teku | TBD |
-| Prysm | [Prysm: Prerequisites](https://docs.prylabs.network/docs/install/install-with-script/#step-1-review-prerequisites-and-best-practices) |
+| Prysm | [Prysm: Prerequisites](https://prysm.offchainlabs.com/docs/install-prysm/install-with-script/#step-1-review-prerequisites-and-best-practices) |
**Gnosis Chain doesn't support Prysm at the moment.**
diff --git a/docs/node/management/migrating-validator.md b/docs/node/management/migrating-validator.md
index 82af69da3..2f69b049b 100644
--- a/docs/node/management/migrating-validator.md
+++ b/docs/node/management/migrating-validator.md
@@ -105,7 +105,7 @@ You can import it as follows using any installation method for your Prysm valida
prysm.sh validator slashing-protection-history import --datadir=/path/to/your/validator/db --slashing-protection-json-file=/path/to/desiredimportfile
```
-- For more info, see the Prysm [Import & export slashing protection history](https://docs.prylabs.network/docs/wallet/slashing-protection) doc.
+- For more info, see the Prysm [Import & export slashing protection history](https://prysm.offchainlabs.com/docs/backup-and-migration/slashing-protection/) doc.
## Teku
diff --git a/docs/node/management/monitoring-node.md b/docs/node/management/monitoring-node.md
index faf48fae2..19e9348ce 100644
--- a/docs/node/management/monitoring-node.md
+++ b/docs/node/management/monitoring-node.md
@@ -96,7 +96,7 @@ https://nimbus.guide/metrics-pretty-pictures.html#simple-metrics
-https://docs.prylabs.network/docs/prysm-usage/monitoring/grafana-dashboard/
+https://prysm.offchainlabs.com/docs/monitoring-alerts-metrics/grafana-dashboard/
diff --git a/docs/node/management/monitoring-validators.md b/docs/node/management/monitoring-validators.md
index 33f4684cc..9edbaf029 100644
--- a/docs/node/management/monitoring-validators.md
+++ b/docs/node/management/monitoring-validators.md
@@ -1,30 +1,29 @@
----
-title: Monitoring Validators
----
+# Monitoring Validators
-After setting up your validators, ensuring they are running and, most importantly, performing correctly is essential.
+After setting up your validators, it’s essential to ensure they are running properly and performing as expected.
## Tool
-The [bootnode.dev](https://www.bootnode.dev/) team has created a [Telegram bot](https://t.me/gbc_validators_bot) to assist you. Anyone running validators can set it up by just providing withdrawal address(es). The Bot will retrieve all the validators for you. Once registered, the bot will update you on your validators' performance and alert you if any issue occurs.
+[node-sentinel.xyz](https://www.node-sentinel.xyz/) provides a [monitoring tool](https://t.me/gbc_validators_bot) to help you keep track of your validators.
+It runs entirely through a Telegram bot and is free for everyone. You can register your validators by messaging the bot and providing your withdrawal address(es). The bot will automatically load all your validators and start delivering real-time stats and alerts.
-### Continuously updated information on
+
-- The number of validators you're running and their statuses (active, inactive, slashed, exited).
-- The total effective balance of all your validators, combined.
-- Validator’s overall performance(daily, weekly, and monthly) based on the last 100 attestations.
-- Rewards earned in GNO (daily, weekly, and monthly).
-- The total amount of rewards you can claim.
-- Additionally, the Bot provides subsidized rewards claims, sponsored by [bootnode.dev](https://www.bootnode.dev/).
+### The dashboard keeps you updated in real time with:
-### Immediate alert when
+- The number of validators you operate and their statuses (active, inactive, slashed, exited).
+- The total effective balance of all your validators combined.
+- Validator performance (daily, weekly, monthly) based on the last 100 attestations.
+- Rewards earned in GNO (daily, weekly, monthly).
+- The total amount of rewards available to claim.
+- Subsidized reward claims, sponsored by [node-sentinel.xyz](https://www.node-sentinel.xyz/).
+- A web dashboard with additional stats.
-You'll receive notifications in the following situations:
+### You’ll receive alerts when:
-- If a validator misses more than 5 attestations consecutively.
-- If the overall performance falls below 90%.
-- If a validator's status changes from active to inactive, or vice versa.
+- A validator changes status (e.g., from active to inactive).
+- Overall performance drops.
:::note
-This Bot is compatible with all consensus and execution clients.
+This bot is compatible with all consensus and execution clients.
:::
diff --git a/docs/node/management/voluntary-exit.md b/docs/node/management/voluntary-exit.md
index 9f6065be9..07d72af8b 100644
--- a/docs/node/management/voluntary-exit.md
+++ b/docs/node/management/voluntary-exit.md
@@ -52,13 +52,13 @@ build/nimbus_beacon_node deposits exit --data-dir=build/data/shared_gnosis_0 --v
### Prysm
-Use [prysmctl tool](https://docs.prylabs.network/docs/prysm-usage/prysmctl) to voluntarily exit your validator.
+Use [prysmctl tool](https://prysm.offchainlabs.com/docs/configure-prysm/prysmctl/) to voluntarily exit your validator.
```bash
prysmctl validator exit --wallet-dir= --beacon-rpc-provider=<127.0.0.1:4000>
```
-- For more info, see the Prysm [Exit your validator](https://docs.prylabs.network/docs/wallet/exiting-a-validator/) doc.
+- For more info, see the Prysm [Exit your validator](https://prysm.offchainlabs.com/docs/manage-validator/exiting-a-validator/) doc.
### Teku
diff --git a/docs/tools/Data Indexing/covalent.md b/docs/tools/Data Indexing/covalent.md
index 79c593788..a735a7713 100644
--- a/docs/tools/Data Indexing/covalent.md
+++ b/docs/tools/Data Indexing/covalent.md
@@ -1,170 +1,18 @@
# GoldRush - powered by Covalent
-[GoldRush](https://goldrush.dev/?utm_source=gnosis-chain&utm_medium=partner-docs) is a set of data tools that enable easy web3 development across [200+ supported blockchains](https://goldrush.dev/docs/networks/?utm_source=gnosis-chain&utm_medium=partner-docs),
-including Gnosis Chain. The mission of GoldRush is to improve the lives of developers by providing structured onchain data for dapps.
+GoldRush (powered by Covalent) offers the most comprehensive Blockchain Data API suite for developers, analysts, and enterprises. Whether you are building a DeFi dashboard, a wallet, a trading bot, an AI agent or a compliance platform, the Data APIs provide fast, accurate, and developer-friendly access to the essential on-chain data you need.
-Developers can utilize GoldRush via SDKs, APIs, UI Kits, human-readable transactions and pre-built templates for a number of web3 use cases. The GoldRush suite is powered by Covalent, which is decentralized and cryptographically secure. Whether you are fetching NFTs, DeFi transactions, or other onchain data, GoldRush helps scale hundreds of projects from crypto native teams to Fortune 500 companies.
+GoldRush consists of the following self-serve products that can be used independently or together to power your application:
-With GoldRush, you have access to:
+| **Product Name** | **Description** | **Key Data Feeds** | **Use Cases** |
+| --- | --- | --- | --- |
+| **Foundational API** | Access structured historical blockchain data across 100+ chains via REST APIs | - Token balances (spot & historical)
- Token transfers
- Token holders (spot & historical)
- Token prices (onchain)
- Wallet transactions
- Get logs
|- Wallets
- Portfolio trackers
- Crypto accounting & tax tools
- DeFi dashboards
- Activity feeds
|
+| **Streaming API** | Subscribe to real-time blockchain events with sub-second latency using GraphQL over WebSockets | - OHLCV tokens & pairs
- New & updated DEX pairs
- Wallet activity
- Token balances
| - Trading dashboards
- Sniper bots
- Gaming
- Agentic workflows
|
-- Every wallet's token balances
-- Full transaction histories
-- Every contract log event
-- All NFTs including assets and metadata
+---
+The **[GoldRush TypeScript SDK](https://www.npmjs.com/package/@covalenthq/client-sdk)** is the fastest way to integrate the GoldRush APIs. Install with:
-**Use GoldRush if you need:**
-
-- Wallet, Transactions, NFT, DEX, Staking or core blockchain data (i.e. log events, blocks, gas)
-- Normalized, aggregated and enhanced multichain data, well beyond what you get from RPC providers
-- Enterprise-grade performance
-
-> [Sign up to start building on Gnosis Chain](https://goldrush.dev/platform/?utm_source=gnosis-chain&utm_medium=partner-docs)
-
-## APIs
-
-The GoldRush APIs enables developers to quickly and easily access structured onchain data. This means consistent response schemas that are blockchain agnostic. Available APIs and corresponding use cases include:
-
-### Wallet API
-
-- **Features:** All token balances (ERC20, 721, 1155, native), token transfers and prices (spot and
-historical) for a wallet.
-- **Use cases:** [Wallets, portfolio trackers](https://goldrush-wallet-portfolio-ui.vercel.app/?utm_source=gnosis-chain&utm_medium=partner-docs), token gating, airdrop snapshots.
-
-### Transactions API
-
-- **Features:** All historical transactions with human-readable log events. Includes gas usage/spend
-summaries.
-- **Use cases:** [Accounting and tax tools](https://bit.ly/crypto-tax-tool), branded in-app [transaction receipts](https://goldrush-dfk-tx-receipt-ui.vercel.app/tx/defi-kingdoms-mainnet/0x4e5c0af28b2cea27d06677fae1f573572e0ff863c43ae42d2959ca67b90c4390/?utm_source=gnosis-chain&utm_medium=partner-docs).
-
-### NFT API
-
-- **Features:** Media assets, metadata, sales, owners, trait & attribute filters, thumbnails, and
-previews.
-- **Use cases:** [NFT galleries and marketplaces](https://goldrush-nft-gallery-ui.vercel.app/?utm_source=gnosis-chain&utm_medium=partner-docs), real world asset (RWA) tracking, token gating.
-
-### Cross-Chain Activity API
-
-- **Features:** Single API call to fetch a list of active chains and the latest transaction date on each for an address.
-- **Use cases:** [App onboarding](https://goldrush-wallet-portfolio-ui.vercel.app/activity/0xfc43f5f9dd45258b3aff31bdbe6561d97e8b71de/?utm_source=gnosis-chain&utm_medium=partner-docs).
-
-### Security API
-
-- **Features:** NFT and ERC20 token allowances, including value-at-risk.
-- **Use cases:** [Revoke features](https://goldrush-revokehub.vercel.app/?utm_source=gnosis-chain&utm_medium=partner-docs) in wallets, security applications.
-
-### Blockchain API
-
-- **Features:** Block details, log events by contract address or topic hash, gas prices, token prices and holders.
-- **Use cases:** [Custom block explorers](https://goldrush-block-explorer.vercel.app/?utm_source=gnosis-chain>&utm_medium=partner-docs).
-
-## Developer Tools
-
-There are 4 primary developer tools for using the APIs:
-
-1. [GoldRush API](https://goldrush.dev/docs/api/?utm_source=gnosis-chain&utm_medium=partner-docs) - REST API with enterprise-grade endpoints to use with any programming language. Switch blockchains with one path parameter.
-
- ```bash
- curl -X GET https://api.covalenthq.com/v1/gnosis-mainnet/address/0x2C6900b24221dE2B4A45c8c89482fFF96FFB7E55/balances_v2/ \
- -H 'Content-Type: application/json' \
- -u YOUR_API_KEY:
- ```
-
-2. [GoldRush SDKs](https://goldrush.dev/docs/unified-api/sdk/?utm_source=gnosis-chain&utm_medium=partner-docs) - official client libraries including TypeScript, Python, Go and Viem.
- ```jsx
- npm install @covalenthq/client-sdk
- ```
-
-
- ```jsx
- import { CovalentClient } from "@covalenthq/client-sdk";
-
- (async () => {
- try {
- const client = new CovalentClient("YOUR_API_KEY");
- const transactions = client.TransactionService.getAllTransactionsForAddress("gnosis-mainnet", "0x2C6900b24221dE2B4A45c8c89482fFF96FFB7E55");
-
- for await (const tx of transactions) {
- console.log("tx", tx);
- }
- } catch (error) {
- console.log(error.message);
- }
- })();
- ```
-
-3. [GoldRush UI Kit](https://github.com/covalenthq/goldrush-kit/?utm_source=gnosis-chain&utm_medium=partner-docs) - beautifully designed React components for your dApp frontend.
-
- [](https://goldrush-wallet-portfolio-ui.vercel.app/dashboard/balance/0xfc43f5f9dd45258b3aff31bdbe6561d97e8b71de/transfers/eth-mainnet/0xf8c3527cc04340b208c854e985240c02f7b7793f)
-
-4. [GoldRush Decoder](https://github.com/covalenthq/goldrush-decoder/?utm_source=gnosis-chain&utm_medium=partner-docs) - decode any raw event logs into human-readable structured data.
-
- **Request:**
- ```bash
- curl -X POST http://localhost:8080/api/v1/tx/decode \
- -H 'Content-Type: application/json' \
- -d '{
- "chain_name": "gnosis-mainnet",
- "tx_hash": "0xe9e807d78673ad214ce51d0c13d13cf15f2ddf8e85498db64e6ffad75e12733f"
- }'
- ```
-
- **Custom decoded response:**
- ```json
- {
- "success": true,
- "events": [
- {
- "action": "Account Abstraction Transaction",
- "category": "Others",
- "name": "User Operation Event",
- "protocol": {
- "logo": "https://logos.covalenthq.com/tokens/100/0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789.png",
- "name": "4337 Entry Point"
- },
- "details": [
- {
- "heading": "Gas Cost",
- "value": "2504932000000000",
- "type": "text"
- },
- {
- "heading": "Gas Used",
- "value": "1252466",
- "type": "text"
- },
- {
- "heading": "Paymaster",
- "value": "0x00000f79B7FaF42EEBAdbA19aCc07cD08Af44789",
- "type": "address"
- },
- {
- "heading": "Sender",
- "value": "0x1B19D70F192bEb4E1fc4FCf72219E742b0B3661c",
- "type": "address"
- },
- {
- "heading": "User Operation Hash",
- "value": "0x31ec6a8084b4f3677120313986f0f2dc9dffdb5c15d4eccf2094603a690efcb6",
- "type": "address"
- }
- ]
- }
- ],
- "tx_metadata": {
- ...
- },
- "explorers": [
- {
- "label": null,
- "url": "https://gnosis.blockscout.com/tx/0xe9e807d78673ad214ce51d0c13d13cf15f2ddf8e85498db64e6ffad75e12733f"
- }
- ]
- }
- }
- ```
-
-## Get started
-
-- [API Key](https://goldrush.dev/platform/auth/register/?utm_source=gnosis-chain&utm_medium=partner-docs) - sign up for free
-- [Docs](https://goldrush.dev/docs/unified-api/?utm_source=gnosis-chain&utm_medium=partner-docs) - comprehensive knowledge base for all things GoldRush
-- [Guides](https://goldrush.dev/docs/unified-api/guides/?utm_source=gnosis-chain&utm_medium=partner-docs) - learn how to build for various use cases and expand your onchain knowledge
+```bash
+npm install @covalenthq/client-sdk
+```
+Learn more about GoldRush's integration with Gnosis chain [here](https://goldrush.dev/docs/chains/gnosis?utm_source=gnosis&utm_medium=partner-docs)
diff --git a/docs/tools/RPC Providers/README.md b/docs/tools/RPC Providers/README.md
index 6b39ed82a..31d8ed8ec 100644
--- a/docs/tools/RPC Providers/README.md
+++ b/docs/tools/RPC Providers/README.md
@@ -114,6 +114,15 @@ high throughput for your production grade projects.
Free API keys after signing up.
+## dRPC
+
+dRPC NodeCloud offers an AI-powered load-balancer, 180+ network endpoints, flat-rate pricing
+(20 CUs/method), usage analytics, and team features. PAYG from $10 — full speed, no limits.
+
+- [Gnosis endpoints](https://drpc.org/chainlist/gnosis-mainnet-rpc)
+- [Docs](https://drpc.org/docs)
+- [Chainlist](https://drpc.org/chainlist)
+
## Quicknode
- [Quicknode's Docs for Gnosis RPCs](https://www.quicknode.com/docs/gnosis)
diff --git a/static/img/node/management/node-sentinel-dashboard.png b/static/img/node/management/node-sentinel-dashboard.png
new file mode 100644
index 000000000..1cb6e7515
Binary files /dev/null and b/static/img/node/management/node-sentinel-dashboard.png differ
diff --git a/static/llms.txt b/static/llms.txt
index b28aa1391..aabf5bad9 100644
--- a/static/llms.txt
+++ b/static/llms.txt
@@ -7710,7 +7710,7 @@ Requirements vary client to client, for more detail see the associated system re
| Lodestar | [Lodestar: Specifications](https://chainsafe.github.io/lodestar/#specifications) |
| Nimbus | [Nimbus: Hardware](https://nimbus.guide/hardware.html) |
| Teku | TBD |
-| Prysm | [Prysm: Prerequisites](https://docs.prylabs.network/docs/install/install-with-script/#step-1-review-prerequisites-and-best-practices) |
+| Prysm | [Prysm: Prerequisites](https://prysm.offchainlabs.com/docs/install-prysm/install-with-script/#step-1-review-prerequisites-and-best-practices) |
**Gnosis Chain doesn't support Prysm at the moment.**
@@ -8134,7 +8134,7 @@ You can import it as follows using any installation method for your Prysm valida
prysm.sh validator slashing-protection-history import --datadir=/path/to/your/validator/db --slashing-protection-json-file=/path/to/desiredimportfile
```
-- For more info, see the Prysm [Import & export slashing protection history](https://docs.prylabs.network/docs/wallet/slashing-protection) doc.
+- For more info, see the Prysm [Import & export slashing protection history](https://prysm.offchainlabs.com/docs/backup-and-migration/slashing-protection/) doc.
## Teku
@@ -8258,7 +8258,7 @@ https://nimbus.guide/metrics-pretty-pictures.html#simple-metrics
-https://docs.prylabs.network/docs/prysm-usage/monitoring/grafana-dashboard/
+https://prysm.offchainlabs.com/docs/monitoring-alerts-metrics/grafana-dashboard/
@@ -8419,13 +8419,13 @@ build/nimbus_beacon_node deposits exit --data-dir=build/data/shared_gnosis_0 --v
### Prysm
-Use [prysmctl tool](https://docs.prylabs.network/docs/prysm-usage/prysmctl) to voluntarily exit your validator.
+Use [prysmctl tool](https://prysm.offchainlabs.com/docs/configure-prysm/prysmctl/) to voluntarily exit your validator.
```bash
prysmctl validator exit --wallet-dir= --beacon-rpc-provider=<127.0.0.1:4000>
```
-- For more info, see the Prysm [Exit your validator](https://docs.prylabs.network/docs/wallet/exiting-a-validator/) doc.
+- For more info, see the Prysm [Exit your validator](https://prysm.offchainlabs.com/docs/manage-validator/exiting-a-validator/) doc.
### Teku