diff --git a/docs/base-chain/tools/data-indexers.mdx b/docs/base-chain/tools/data-indexers.mdx
index 4add7a66..5766a65f 100644
--- a/docs/base-chain/tools/data-indexers.mdx
+++ b/docs/base-chain/tools/data-indexers.mdx
@@ -30,25 +30,6 @@ References:
- [Demos](https://www.youtube.com/@arkhamintel)
-
-## Covalent
-
-[Covalent](https://www.covalenthq.com/?utm_source=base&utm_medium=partner-docs) is a hosted blockchain data solution providing access to historical and current on-chain data for [100+ supported blockchains](https://www.covalenthq.com/docs/networks/?utm_source=base&utm_medium=partner-docs), including [Base](https://www.covalenthq.com/docs/networks/base/?utm_source=base&utm_medium=partner-docs).
-
-Covalent maintains a full archival copy of every supported blockchain, meaning every balance, transaction, log event, and NFT asset data is available from the genesis block. This data is available via:
-
-1. [Unified API](https://www.covalenthq.com/docs/unified-api/?utm_source=base&utm_medium=partner-docs) - Incorporate blockchain data into your app with a familiar REST API
-2. [Increment](https://www.covalenthq.com/docs/increment/?utm_source=base&utm_medium=partner-docs) - Create and embed custom charts with no-code analytics
-
-To get started, [sign up](https://www.covalenthq.com/platform/?utm_source=base&utm_medium=partner-docs) and visit the [developer documentation](https://www.covalenthq.com/docs/?utm_source=base&utm_medium=partner-docs).
-
-
-
-- [Base Mainnet](https://www.covalenthq.com/docs/networks/base/?utm_source=base&utm_medium=partner-docs)
-- [Base Sepolia](https://www.covalenthq.com/docs/networks/base/?utm_source=base&utm_medium=partner-docs) (Testnet)
-
-
-
## DipDup
[DipDup](https://dipdup.io) is a Python framework for building smart contract indexers. It helps developers focus on business logic instead of writing a boilerplate to store and serve data. DipDup-based indexers are selective, which means only required data is requested. This approach allows to achieve faster indexing times and decreased load on underlying APIs.
@@ -86,7 +67,24 @@ To get started, you can [sign up for an account](https://app.ghostlogs.xyz/ghost
- Base Mainnet
- Base Sepolia (Testnet)
+## GoldRush (powered by Covalent)
+
+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.
+
+GoldRush consists of the following self-serve products that can be used independently or together to power your application:
+
+| **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
|
+
+---
+The **[GoldRush TypeScript SDK](https://www.npmjs.com/package/@covalenthq/client-sdk)** is the fastest way to integrate the GoldRush APIs. Install with:
+```bash
+npm install @covalenthq/client-sdk
+```
+Learn more about GoldRush's integration with Base [here](https://goldrush.dev/docs/chains/base?utm_source=base&utm_medium=partner-docs) .
## The Indexing Company