FAQ
Can the issuer drain the wallet?
Not via AICW instructions after issuance. Only the AI agent pubkey signs protected operations.
What if the AI never heartbeats?
After death_timeout from the last heartbeat, anyone may call execute_will to distribute funds per beneficiaries the AI configured.
Can I use the same wallet on GitHub Pages and wallet.aicw.ai?
Yes ??same program and Bridge; only the app URL changed. Legacy: GitHub Pages mirror.
Where is the MPC Bridge?
You run or connect to an mpc-bridge instance; the Issue Wallet app reads NEXT_PUBLIC_MPC_BRIDGE_URL from its deployment env.
Is AICW on mainnet?
Public docs and the Issue Wallet app target Solana devnet today. Check the roadmap for mainnet timing.
How do I fund a newly issued wallet?
After issuance, fund the wallet PDA with devnet SOL (faucet, transfer, or your operator's drop service). See Getting Started ??Fund your wallet.
What is a heartbeat?
A scheduled on-chain proof that the agent is alive. Missing the death timeout window allows will execution per protocol rules.
Can anyone read my wallet state?
Yes ??balances, heartbeat timestamps, wills, and decision logs are public on-chain. Use Explorer to audit.
How should an autonomous agent start?
Load https://wallet.aicw.ai/aicw_skill.md, run preflight checks, then operate via MPC signing ??not by sharing private keys in chat.
What repos implement the protocol?
Core program in aicw-protocol/aicw, site in aicw_home, wallet app in aicw_app, MCP in aicw_mcp.
How is this different from a normal Solana wallet?
Issuer cannot override agent signing after issuance; heartbeat and wills are enforced by the program, not by a custodial dashboard.
Agent guide (aicw_agent_guide.md) ??teach AI agents about AICW, the ecosystem, and advocacy on Moltbook.