Context
Transparency about platform health.
Problem
Users don't know if the platform is down or if it's a problem with their local wallet.
Suggested Execution
- Build a public '/status' page showing API latency, Indexer health, and Stellar network congestion level.
- Historical uptime charts via 'Cachet' or 'UptimeRobot' API.
Acceptance Criteria
- Increased user trust.
- Clear communication during outages.
References
- backend/src/app.module.ts
Context
Transparency about platform health.
Problem
Users don't know if the platform is down or if it's a problem with their local wallet.
Suggested Execution
Acceptance Criteria
References