
Crypto markets operate around the clock across every timezone. A centralised exchange frontend going down at 3am during a market event isn't an acceptable maintenance window — it's an incident with immediate financial consequences for users who can't close positions, withdraw funds, or respond to price movements. For decentralised applications (dApps), the frontend going down can strand users in the middle of transactions or prevent them from accessing funds.
Web3 applications introduce a unique monitoring context:
The primary web interface is the most obvious monitor:
Monitor: https://yourexchange.com (or app.yourprotocol.xyz)
Expected status: 200
Content check: token name, "Connect Wallet", or key UI text
Interval: 1 minute
For high-volume exchanges or DeFi protocols, 1-minute check intervals are the minimum. During significant market events or known high-volatility periods, the inability to detect downtime within seconds (rather than minutes) is operationally unacceptable.
Many Web3 apps depend on backend APIs that facilitate wallet connections, transaction building, and signing flows. If this endpoint is down, users see a connected wallet but can't execute transactions:
Monitor: https://api.yourprotocol.xyz/wallet/connect
Expected status: 200
Exchanges and DeFi dashboards that show price data depend on price feed APIs (CoinGecko, CoinMarketCap, or proprietary data sources). A broken price feed shows stale or missing data — a serious user experience and trust problem during active trading.
Monitor your price data endpoint:
Monitor: https://api.yourapp.com/prices
Expected status: 200
Content check: expected token symbol or "price"
See how to monitor third-party API dependencies for external data feed monitoring.
If your application uses a specific blockchain RPC endpoint (Infura, Alchemy, QuickNode, or your own node), monitor its availability:
Monitor: https://your-rpc-endpoint.com/
Expected status: 200
RPC endpoint failures prevent transaction submission and blockchain state reading — the core functionality of any Web3 app.
Users connecting wallets to Web3 applications are rightfully security-conscious. An SSL certificate warning on a DeFi protocol is an immediate red flag that will drive users away — and for good reason. SSL certificate monitoring with 30-day advance alerts prevents this.
Domain security is especially critical for Web3 applications, which are frequent targets for DNS hijacking attacks that redirect users to phishing clones. These attacks have resulted in significant user fund losses across the industry.
Nameserver change monitoring provides immediate alerts if your DNS is tampered with. See DNS security monitoring for the full set of domain security signals to watch.
Token launches and NFT minting events create extreme, predictable traffic spikes. Monitoring considerations for these events:
Web3 teams often operate in Discord and have global team members across timezones. Configure:
Domain Monitor monitors Web3 application uptime, SSL, DNS, and domain security 24/7. Create a free account.
A subdomain takeover lets an attacker claim your subdomain by exploiting dangling DNS records. Learn how it happens, real-world examples, and how DNS monitoring detects it.
Read moreMean time to detect (MTTD) measures how long it takes to discover an incident after it starts. Reducing MTTD is one of the highest-leverage improvements in reliability engineering.
Read moreBlack box monitoring tests your systems from the outside, the way users experience them — without access to internal code or infrastructure. Learn how it works and when to use it.
Read moreLooking to monitor your website and domains? Join our platform and start today.