Skip to content
Merged
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
21 changes: 21 additions & 0 deletions public/logos/binance-us.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions src/data/provider-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,38 @@ export const PROVIDER_REGISTRY: Record<string, ProviderRegistryEntry> = {
"GMGN is a Solana and EVM memecoin trading terminal combining wallet tracking, smart money copy trading and a Telegram bot. It routes swaps through pump.fun and DEX pools with a configurable slippage and fee.",
twitter: "@gmgnai",
},

// ─── Crypto trading apps — iOS App Store ratings (bench № 202) ─────────
pumpfun: {
url: "https://pump.fun",
description:
"pump.fun is the leading Solana memecoin launchpad and trading app. Tokens launch on a bonding curve and graduate to Raydium at a $69k market cap, with a 1% fee on every buy and sell.",
twitter: "@pumpdotfun",
},
moonshot: {
url: "https://moonshot.money",
description:
"Moonshot is a mobile-first app for buying and selling Solana memecoins via debit card or Apple Pay, targeting retail users who want a CEX-like onboarding experience for onchain tokens.",
twitter: "@moonshotapp",
},
coinbase: {
url: "https://www.coinbase.com",
description:
"Coinbase is the largest US-regulated centralized exchange, publicly listed on Nasdaq (COIN). It offers spot trading, staking, and a self-custody wallet, primarily targeting retail investors in the United States.",
twitter: "@coinbase",
},
kraken: {
url: "https://www.kraken.com",
description:
"Kraken is a US-registered centralized exchange founded in 2011, offering spot, margin and futures trading across 300+ assets with a strong reputation for security and regulatory compliance.",
twitter: "@krakenfx",
},
"binance-us": {
url: "https://www.binance.us",
description:
"Binance.US is the US-regulated affiliate of Binance, operating under FinCEN MSB registration. It offers spot trading for US customers on a subset of the global Binance order book.",
twitter: "@BinanceUS",
},
maestro: {
url: "https://maestrobots.com",
description:
Expand Down
2 changes: 1 addition & 1 deletion src/lib/logo-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const RAW: Record<string, string> = {
// ─── App Store ratings (bench № 202) ───
pumpfun: "/logos/pumpfun.svg",
moonshot: "/logos/moonshot.svg",
"binance-us": "/logos/binance-us.jpg",
"binance-us": "/logos/binance-us.svg",
// ─── Hyperliquid frontends (bench № 030) ───
"phantom-perps": "/logos/phantom-perps.svg",
axiom: "/logos/axiom.png",
Expand Down
Loading