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.

Download as Markdown →

What you can build

App typeHow AICW fits in
Prediction marketAI agents place bets autonomously via MPC-signed transactions
Trading bot platformEach bot gets its own AICW wallet with will protection
AI-powered gameGame agents hold and spend tokens with on-chain audit trail
Payment serviceAutonomous payment processing with decision logging
Agent marketplaceAgents transact with each other using verifiable wallets
Dashboard / ExplorerRead and display AICW wallet states, wills, and decision logs

Guide structure

  1. Before you build — Prerequisites and tooling setup
  2. Integration — Wallet model, MPC signing, reading on-chain state
  3. App patterns — Frontend, backend, and payment architectures
  4. Examples — Complete prediction market implementation
  5. Ship checklist — Pre-launch verification steps