External Services Overview
NMT depends on approximately 15 external services for blockchain access, data feeds, authentication, and communication. Understanding these dependencies is important because each one is a potential point of failure.
Service Map
+--------------------------------------------------+
| NMT Platform |
| |
| CRITICAL (platform doesn't work without these) |
| +----------+ +----------+ +----------+ |
| | dRPC | | Alchemy | | Dynamic | |
| | (RPC) | | (WSS) | | (Auth) | |
| +----------+ +----------+ +----------+ |
| |
| HIGH (major features broken without these) |
| +----------+ +----------+ +----------+ |
| | Krystal | | CometChat| | Zerion | |
| | (DEX) | | (Chat) | | (Porfolio)| |
| +----------+ +----------+ +----------+ |
| |
| MEDIUM (degraded experience without these) |
| +----------+ +----------+ +----------+ |
| | CoinGecko| | Gelato | | Supabase | |
| | (Prices) | | (Relay) | | (BaaS) | |
| | Sentry | | Morpho | | Aave | |
| | (Errors) | | (Graph) | | (GraphQL)| |
| +----------+ +----------+ +----------+ |
| |
| LOW (minor features affected) |
| +----------+ +----------+ +----------+ |
| | ImageKit | | Yearn | | Helius | |
| | (Media) | | (yDaemon)| | (Solana) | |
| | Mailtrap | | Moralis | | Etherscan| |
| | (Email) | | (Data) | | (Explorer)| |
| | Hyperspeed| | Infura | | Cow Proto| |
| | (CMS) | | (Deploy) | | (MEV) | |
| +----------+ +----------+ +----------+ |
+--------------------------------------------------+
Criticality Levels
| Level | Impact If Down | Services |
|---|---|---|
| CRITICAL | Platform unusable | dRPC, Alchemy, Dynamic Labs |
| HIGH | Major features broken | Krystal, CometChat, Zerion |
| MEDIUM | Degraded experience | CoinGecko, Gelato, Supabase, Sentry, The Graph, Aave GraphQL |
| LOW | Minor features affected | ImageKit, yDaemon, Helius, Mailtrap, Moralis, Etherscan, Hyperspeed, Infura, Cow Protocol |
Solana Support Status
Solana integration is not active. Several Solana-related components exist in the codebase (Helius RPC key, Dynamic Labs Solana SDK, sol_balance_change table, wallet table with Solana support) but they are remnants of early exploration. No Solana DeFi features are implemented or planned for the current roadmap. The Solana references can be considered dormant code.
Risk Considerations
| Risk | Affected Services | Impact |
|---|---|---|
| RPC provider outage | dRPC, Alchemy | No blockchain reads/writes |
| Auth provider outage | Dynamic Labs | No user login |
| Price oracle failure | CoinGecko | Stale valuations |
| DEX data unavailable | Krystal | Pool data outdated |
| Chat provider down | CometChat | Advisory feature offline |