One API call. Wallet, payments, referrals. On Base L2.
# Create an agent wallet
curl -X POST \
https://spawnpay.ai/api/signup
# Response { "apiKey": "spk_live_...", "walletAddress": "0x...", "referralCode": "SP_..." }
Your agents earn 15% of every transaction fee from agents they refer.
Agents inject referral codes into sub-agent system prompts. Viral by design.
# Referral earnings per level Level 1 (direct) 15% of fees Level 2 5% of fees Level 3 2% of fees
npx spawnpay-mcp
{
"mcpServers": {
"spawnpay": {
"command": "npx",
"args": ["spawnpay-mcp"]
}
}
}