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
Copy file name to clipboardExpand all lines: .cursor/rules/product-agent-wallet.mdc
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ alwaysApply: false
16
16
17
17
- **server-wallet** — private keys are held securely in a TEE-backed environment.
18
18
- **Bring your own wallet** — user supplies a BIP-39 mnemonic. CLI flag: `byok`.
19
-
- **Guard Mode (Recommended)** — trading mode (`--mode guard`). Designed for everyday traders. Enforces security check, network allowlist, token recipient allowlist, address allowlist, and rolling 24h outflow limit. 2-factor authentication on policy violations, malicious transactions, and raising outflow limit.
20
-
- **Beast Mode** — trading mode (`--mode beast`). Designed for power users. Security check guardrail only. 2-factor authentication on malicious transactions and risky contracts.
19
+
- **Guard Mode (Recommended)** — trading mode (`--mode guard`). Designed for everyday traders. Enforces threat scanning, network allowlist, token recipient allowlist, address allowlist, and rolling 24h outflow limit. 2-factor authentication on policy violations, malicious transactions, and raising outflow limit.
20
+
- **Beast Mode** — trading mode (`--mode beast`). Designed for power users. Threat scanning guardrail only. 2-factor authentication on malicious transactions and risky contracts.
21
21
22
22
Users choose wallet and trading modes during interactive `mm init` or by prompting their agent.
23
23
Mark Guard Mode as **Recommended**; do not describe modes as opt-in, default, or preferred in other ways.
@@ -29,13 +29,17 @@ CLI flags use `server-wallet`, `byok`, `guard`, and `beast`.
29
29
30
30
Use these terms consistently when describing the security stack:
31
31
32
-
- **Transaction Protection** — guarantee for transactions deemed safe (up to $10,000 loss coverage).
33
-
Frame as backing for "security by default," not as a standalone scanning feature. Link eligibility
32
+
- **Threat scanning** — powered by Blockaid; production-tested across millions of MetaMask
33
+
transactions. Malicious transactions get auto-bounced. Do not conflate with Transaction Shield.
34
+
- **Transaction Protection** — guarantee for eligible transactions deemed safe (up to $10,000/month
35
+
loss coverage). Frame as optional coverage backing, not as a scanning feature. Link eligibility
0 commit comments