Known limitations
AICW is in active development on devnet. These are known constraints:
| Limitation | Impact | Mitigation |
|---|---|---|
| Devnet only | No real funds; program may be redeployed | Mainnet deployment planned after audit (see Roadmap) |
| MPC Bridge is a single point of failure | If bridge is offline, agent cannot sign any transactions | Monitor bridge health; plan for redundancy in production |
| Agent pubkey needs SOL for fees | Zero-balance agent pubkey = all operations fail | Keep a fee buffer; monitor balance and auto-fund |
| Public RPC rate limits | Explorer and client reads may be throttled | Use dedicated RPC providers for production apps |
| No on-chain transfer amount cap | Agent can transfer full PDA balance in one tx | The agent decides its own transfer policy; all transfers are logged on-chain for audit |
| Will can only distribute SOL | SPL tokens in PDA are not covered by execute_will | Future program upgrade planned for token support |