# Xenwave Update Note
https://xenwave.comThere was a feature I have been wanting to add for a while now that I've decided to finally code and add to the app, which is the ability of seeing each other's wallet, assets held, and financial info. Now, there's an additional tab in the profile page called "Wallet" and through there you will be able to see all the aforementioned information compiled in an easy-to-understand manner. We've also fixed some annoying bugs and improved a few UI elements. **Including improvements to the way the app deals with single users with multiple wallets**, by modifying the authentication function - now every time the app detects an invalid token, a button next to "My Profile" will show, labelled "Update Security Token". Clicking on this button will result in a signature request to be sent to your wallet, and the new auth token should replace the invalid one after you sign it. Full list of changes below:
- New feature "Wallet" allow users to view any user's financial information directly on the profile page, with no need to navigate to the explorer to do so,
- Improved the way in which the profile information is displayed, and now users can click on the profile's wallet to navigate to its page on BTNScan,
- Improved the NFTs rendering method in the profile page,
- Minor UI improvements across the platform,
- Fixed a bug where sometimes the feed "blinked" repeatedly when refreshing posts,
- Improved multi-wallet compatibility - we expect users to have less auth issues now when using multiple wallets,