← Back to app
Privacy
What Hyperweave stores, and how it's handled.
What we store
- Account — authentication is handled by Clerk
(email/login). We store your Clerk user id to scope your data.
- Your agents & activity — agent configs, trading cycles, decisions, fills,
and equity history. This is private to your account and not visible to other users.
- Keys — your Hyperliquid API key and DeepSeek key are encrypted at rest
(Fernet), never returned by the API after saving, and never logged.
- Shared strategies — only if you explicitly share one: your chosen
display name and that strategy’s performance stats become public on the
leaderboard. Nothing else is exposed; you can unshare any time.
How it's used
- To run the product for you — execute agents, compute stats, render your dashboard.
- We do not sell your data.
Your control
- Remove your saved key any time on your Profile;
delete agents and replay experiments from the app.
- This is a testnet research environment — data may be reset or deleted.