| Spending Cap |
Per-transaction and daily spending limits |
{"perTx": 5, "daily": 20} |
|
| Whitelist |
Only send to approved destination addresses |
{"addresses": ["0x..."]} |
|
| Rate Limiter |
Max N transactions per sliding time window |
{"maxTx": 10, "window": "1h"} |
|
| Time-Lock |
Queue large transfers for mandatory review |
{"threshold": 10, "delay": "24h"} |
|
| Multi-Agent Approval |
Require M-of-N agent signatures for high-value |
{"required": 2, "total": 3} |
|
| Circuit Breaker |
Auto-disable vault on anomalous activity |
{"tripThreshold": 3} |
|