You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when I want to quickly view or share my current Aave position with others, but I have to manually select my wallet using the browser extension each time. This slows down access and prevents me from easily sharing a direct link to my position.
Describe the solution you'd like
I would like the ability to pass my wallet address as a query parameter in the URL (e.g., app.aave.com/dashboard?wallet=0xYourWalletAddress). This way, the app can automatically load my position without requiring manual wallet selection. This feature would enable easy sharing of Aave positions via a link and quicker access when switching between wallets.
Describe alternatives you've considered
Manually switching wallets using the extension every time (not user-friendly for frequent use or sharing).
Exporting my position manually and sharing it outside of the app (less efficient and lacks real-time updates).
Using third-party portfolio trackers (doesn’t provide the same level of detail or integration as the Aave app itself).
Utilizing wallet impersonation services, which allow viewing wallet contents without direct interaction, but they add an unnecessary dependency and may not reflect live data within the Aave app.
Additional context
This feature would be particularly useful for users managing multiple wallets or sharing portfolio performance (e.g., with collaborators or across accounts).
Example URL structure: https://app.aave.com/dashboard?wallet=0xYourWalletAddress
I'd be happy to address this feature (or document it if it already exists) if I'm given some guidelines or hints on how to best implement it.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm always frustrated when I want to quickly view or share my current Aave position with others, but I have to manually select my wallet using the browser extension each time. This slows down access and prevents me from easily sharing a direct link to my position.
Describe the solution you'd like
I would like the ability to pass my wallet address as a query parameter in the URL (e.g.,
app.aave.com/dashboard?wallet=0xYourWalletAddress
). This way, the app can automatically load my position without requiring manual wallet selection. This feature would enable easy sharing of Aave positions via a link and quicker access when switching between wallets.Describe alternatives you've considered
Additional context
This feature would be particularly useful for users managing multiple wallets or sharing portfolio performance (e.g., with collaborators or across accounts).
Example URL structure:
https://app.aave.com/dashboard?wallet=0xYourWalletAddress
I'd be happy to address this feature (or document it if it already exists) if I'm given some guidelines or hints on how to best implement it.
The text was updated successfully, but these errors were encountered: