Stablecoin Whale Monitor v3
LiveEvent-driven platform on Google Cloud
A Terraform-managed GCP platform that indexes confirmed USDC and USDT transfers on Ethereum mainnet into immutable NDJSON objects in private Cloud Storage, and serves them from its own store rather than a third-party API. Generation-guarded checkpoints make crash recovery idempotent: a restart re-reads its own position instead of double-writing.
- Node.js indexer, Express API and Nodemailer alerter containerised with Docker. Continuous processing runs on a Cloud Run Worker Pool, with least-privilege Cloud Run services behind Pub/Sub OIDC push, Secret Manager, lifecycle retention, retries and dead-letter handling.
- Statically exported Next.js and React dashboard served from a private GCS origin through a global HTTPS load balancer, Cloud CDN and Cloud Armor; /api/* routed to Cloud Run through a serverless NEG.
- Approval-gated Cloud Build CI/CD with tests, typechecking, Terraform validation, immutable Artifact Registry digests, release-tag deployment and smoke tests.
- Cloud Monitoring and Logging alerts on uptime, p99 latency, degraded health, Pub/Sub backlog, dead-letter depth and indexer liveness.