How this extension handles your data. Plain language, no legalese, no surprises.
No account. No login. No tracking. No analytics. Nothing is sent to any server. Everything you do in the extension stays in your browser.
This will be strictly opt-in, off by default, and fully described on this page before it ships. You will never be enrolled automatically. This section will be updated at that time.
The extension is read-only. It never asks for a seed phrase or private key, never signs anything, and never broadcasts transactions. It only reads public on-chain data.
"PaperVault for Aave" is a read-only portfolio viewer and a local simulation tool for Aave v3. To do its job, it processes the following:
| Data | Where it lives | Leaves your device? |
|---|---|---|
| Tracked wallet address | chrome.storage.local (your browser only) |
No v1.0 |
| Cached portfolio & balances | chrome.storage.local (your browser only) |
No v1.0 |
| Paper-mode simulation | chrome.storage.local (your browser only) |
No v1.0 |
| Onboarding acknowledgment | chrome.storage.local (your browser only) |
No |
| Browser & OS metadata | Not collected in v1.0 | No v1.0 |
In v1.0 there is no backend server, no account system, and no analytics. The only network requests the extension makes are read-only queries to the Aave API and public RPC endpoints to fetch the public on-chain data described above. Those endpoints see your connection IP address as part of any normal HTTP request, but the extension sends them no personal information beyond the public wallet address you are querying.
storageStores the tracked wallet address, cached portfolio data, and your local paper-mode simulation in your browser. Without this, the extension could not remember your address between sessions or keep your paper scenario while you explore. The data never leaves your device in v1.0.
alarmsSchedules periodic background refreshes of live portfolio data (every few minutes) so the popup and dashboard stay current without manual refresh. No data is transmitted by the alarm itself — it only triggers a read-only fetch of public on-chain data.
The extension reads public on-chain data via:
api.v3.aave.comAll requests are read-only (eth_getBalance, eth_call, GraphQL queries). No transactions are signed or sent. These hosts are required for the core read-only functionality. The list of exact host permissions is visible in the extension's manifest.json and in the Chrome Web Store listing.
v1.0 does not request any host permission for an analytics or backend server.
eth_sendTransaction, personal_sign, eth_sign, or any signing method is ever called.The extension queries the following third-party read-only endpoints to fetch public on-chain data. These services have their own privacy policies that govern what they log:
api.v3.aave.com) — public market and position data. See Aave's own documentation for their data practices.eth_getBalance, eth_call). These are public infrastructure providers; their logging practices are outside our control.We do not embed any third-party analytics, advertising, or tracking SDKs. No Google Analytics, no fingerprinting libraries, no ad networks.
The extension is not directed at children under 13 (or the applicable age in your jurisdiction). We do not knowingly collect any data from anyone, including children. If you believe a child has provided any information to us through the extension, please contact us — although in v1.0 no information is collected or transmitted in the first place.
Because all v1.0 data lives in your browser, you have full control at all times:
chrome://extensions, click "Details" on PaperVault, and review or revoke any permission at any time.A future update (v1.1 or later) may introduce optional cloud sync and usage analytics. This is described here in advance so you know what could be added — it is not present in v1.0.
If and when this ships, it will be:
If you choose to enable it, the extension would send the following to our backend server at api.aave-paperwalet.xyz:
What it would never send: private keys, seed phrases, signed transactions, page content from other websites, clipboard contents, or anything from outside the extension.
This section will be updated with the exact data fields before any such version ships. If you keep the optional feature off (the default), your experience is identical to v1.0: no data leaves your device.
If this privacy policy changes materially, we will update the "Last updated" date above and the version badge next to each section. For any change that introduces new data collection, the version of the extension that implements the change will require an explicit opt-in — we will not silently start collecting data through an update.
PaperVault for Aave is an independent tool and is not affiliated with, endorsed by, or sponsored by Aave Labs. "Aave" is a trademark of its respective owner and is used here only to describe the public protocol this extension reads from.
For privacy questions or concerns, please contact the developer through the support channel listed on the extension's Chrome Web Store listing.