Problem: Using HTTP redirects for Lightning Address (sats@example.com → user@getalby.com) adds 200-500ms latency because wallets must follow the redirect before fetching the LNURL-pay response.
Solution: Replace redirects with an Edge Function proxy that fetches from Alby server-side and returns the response directly.
Before (redirect):