Problem
There is no in-app notification system for wallet events:
- Incoming Stellar payment received
- Onramp order status change
- Offramp settlement completed
- Price alert triggered
- KYC status update
Fix
- Add a notifications dropdown to the dashboard header
- Store notifications in the database (unread count, mark-as-read)
- Poll for new notifications or use SSE for real-time delivery
- Optionally subscribe to Stellar account events via Horizon streaming API
- Trigger push notifications for high-priority events (funds received)
Impact
Medium UX — users have no awareness of account activity.
Problem
There is no in-app notification system for wallet events:
Fix
Impact
Medium UX — users have no awareness of account activity.