diff --git a/public/logos/dune.png b/public/logos/dune.png
new file mode 100644
index 00000000..2e51e70e
Binary files /dev/null and b/public/logos/dune.png differ
diff --git a/public/logos/dune.svg b/public/logos/dune.svg
deleted file mode 100644
index a33d329e..00000000
--- a/public/logos/dune.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/data/provider-registry.ts b/src/data/provider-registry.ts
index c6141987..8b798c82 100644
--- a/src/data/provider-registry.ts
+++ b/src/data/provider-registry.ts
@@ -73,6 +73,36 @@ export const PROVIDER_REGISTRY: Record = {
"Solana RPC and data provider. Enhanced transactions, webhooks, DAS API for assets, and standard JSON-RPC.",
twitter: "@heliuslabs",
},
+ dune: {
+ url: "https://dune.com",
+ description:
+ "Onchain analytics platform. SQL-queryable indexed data across EVM chains and Solana, public dashboards, plus the Sim onchain-data API for wallet, transaction, and token endpoints.",
+ twitter: "@DuneAnalytics",
+ },
+ "sim-dune": {
+ url: "https://sim.dune.com",
+ description:
+ "Onchain-data REST API by Dune. EVM wallet balances, transactions, token info, holders, collectibles, and DeFi positions across 60+ mainnets.",
+ twitter: "@DuneAnalytics",
+ },
+ coinpaprika: {
+ url: "https://coinpaprika.com",
+ description:
+ "Independent crypto market data API. Token prices, OHLCV, exchange tickers, and contract/platform lookups across 300+ supported chains. Public free tier with no auth.",
+ twitter: "@coinpaprika",
+ },
+ covalent: {
+ url: "https://goldrush.dev",
+ description:
+ "Multichain onchain data API by GoldRush (formerly Covalent). Unified REST endpoints for wallet balances, transactions, NFTs, and pricing across 100+ EVM chains.",
+ twitter: "@goldrushdev",
+ },
+ coinstats: {
+ url: "https://coinstats.app",
+ description:
+ "Portfolio tracker and market data API. REST endpoints for prices, exchanges, NFTs, and wallet balances across 100+ blockchains. Consumer app + paid API tiers.",
+ twitter: "@CoinStats",
+ },
// ─── Solana transaction landing services ──────────────────────
jito: {
diff --git a/src/lib/logo-manifest.ts b/src/lib/logo-manifest.ts
index afc7ee58..21ad2408 100644
--- a/src/lib/logo-manifest.ts
+++ b/src/lib/logo-manifest.ts
@@ -120,7 +120,7 @@ const RAW: Record = {
birdeye: "/logos/birdeye.png",
bitquery: "/logos/bitquery.png",
coingecko: "/logos/coingecko.webp",
- dune: "/logos/dune.svg",
+ dune: "/logos/dune.png",
"pump-portal": "/logos/pump-portal.svg",
quicknode: "/logos/quicknode.svg",
"the-graph": "/logos/the-graph.svg",