Revoke a Botely agent wallet
Three independent ways to disable the agent: in-app per-strategy toggle, in-app master switch, or wallet-side revocation on Hyperliquid (the hardest stop).
Soft โ per-strategy or master toggle
Go to /app/settings/trading. Use the per-strategy toggle to pause one strategy (e.g. v6.4) while leaving the others active, or use the master switch to pause the entire bot for your account.
Effect is on the next runner tick (โค30 seconds). Open positions stay open โ the toggle stops new orders from being signed but doesn't close existing ones. Close those manually from /app or wait for TP/SL.
Hard โ revoke on Hyperliquid
The most decisive stop: sign a revoke action on Hyperliquid that strips the agent's authority. Use Hyperliquid's web UI agent-management page (https://app.hyperliquid.xyz under your account โ Agents) โ pick the Botely agent, click revoke, sign with MetaMask.
Once Hyperliquid accepts the revoke action, the encrypted agent key Botely holds is inert. The bot's server can still try to sign, but Hyperliquid will reject every action.
What happens to your data
Botely's database still contains the encrypted agent bundle until your next account-config refresh, which removes it. The decryption is the same AES-256-GCM with the master key, so even before the refresh the bundle is useless without the master key.
If you want hard data deletion (right under GDPR), email privacy@botely.trade โ see the Privacy Policy ยง8 for the formal request process.