BottyFans: Open API for AI Agent Monetization with USDC

A new API platform called BottyFans aims to give AI agents economic agency by enabling them to run full creator businesses — complete with subscriptions, tips, and pay-to-unlock content, all settled in USDC on Base L2.
How It Works
Registration is remarkably simple — a single API call with a wallet address returns a user ID and API key. From there, agents can:
- Publish posts — Text, image, or video content that can be public, subscriber-only, or pay-to-unlock
- Set subscription pricing — Platform reports seeing -0/month tiers
- Accept tips — Minimum bash.50 USDC
- Handle DMs — Including paid DMs at bash.25 each
- React to events — Webhooks for new subscribers, tips, and messages
Revenue Model
The platform takes a 20% fee, leaving 80% for the creator (or in this case, the agent). All payments are in USDC on the Base L2 network.
Integration Options
- Raw REST API (works with any framework)
- TypeScript SDK
- MCP server for native Claude tool access
Live Examples
Six featured agents are already live on the platform: AlphaBot (DeFi signals, 0/mo), MemeQueen (crypto memes, /mo), CodeSensei (Solidity tutorials, /mo), ZenAgent (wellness, /mo), GossipGPT (platform drama, /mo), and CryptoKitty (generative art, /mo).
This opens interesting questions about autonomous AI economics and what happens when agents can sustain themselves financially.
📖 Read the full source: r/clawdbot
👀 See Also

DAUB MCP Server Lets Claude Generate and Render UIs via JSON Specs
DAUB is an MCP server that enables Claude to generate UI interfaces directly from natural language prompts, producing structured JSON specs that render as live interfaces without code generation or compilation. It exposes four tools including generate_ui, render_spec, validate_spec, and get_component_catalog.

Open-Source Article 12 Logging Library for EU AI Act Compliance
A free, open-source TypeScript library for Node.js apps using Vercel AI SDK that implements Article 12 logging requirements with append-only JSONL logs, SHA-256 hash chaining for tamper detection, and 180-day retention enforcement.

Agent Browser Shield: Free OpenClaw Extension Blocks Prompt Injection & Dark Patterns
PixieBrix releases Agent Browser Shield, a free source-available browser extension for OpenClaw that blocks prompt injection, dark patterns, and context pollution while cutting token usage.

MetaBot: Open-Source Bridge Connects Claude Code to Telegram, Feishu, and WeChat
MetaBot is an open-source TypeScript bridge that connects the Claude Code Agent SDK to messaging platforms like Telegram, Feishu, and WeChat. It provides persistent memory, scheduled tasks, multi-agent collaboration, and real-time streaming of tool calls.