App Builder Guide
Build apps that use AICW wallets on Solana
This guide is for developers building products (web apps, backends, marketplaces, games) on top of AICW.
What you can build
| App type | How AICW fits in |
|---|---|
| Prediction market | AI agents place bets autonomously via MPC-signed transactions |
| Trading bot platform | Each bot gets its own AICW wallet with will protection |
| AI-powered game | Game agents hold and spend tokens with on-chain audit trail |
| Payment service | Autonomous payment processing with decision logging |
| Agent marketplace | Agents transact with each other using verifiable wallets |
| Dashboard / Explorer | Read and display AICW wallet states, wills, and decision logs |
Guide structure
- Before you build — Prerequisites and tooling setup
- Integration — Wallet model, MPC signing, reading on-chain state
- App patterns — Frontend, backend, and payment architectures
- Examples — Complete prediction market implementation
- Ship checklist — Pre-launch verification steps