@rish
not all things scale linearly with users e.g. you have to
- fetch all live token data even if there's just one user
- generate feed for all good users so that even if they open the app once a month, when they do, they see stuff on the home feed
etc.