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

A Pattern for Running Claude Code on Overnight Unattended Sessions Without Drift
A three-piece framework — chain runner, supervisor, and a single handoff contract — solves the feedback-loop drift problem in multi-hour autonomous Claude Code sessions.

TUI Studio: Visual Terminal UI Design Tool in Alpha
TUI Studio is a Figma-like visual editor for designing terminal user interfaces with drag-and-drop components, real-time ANSI preview, and planned export to six frameworks including Ink, BubbleTea, and Textual. Currently in alpha with non-functional exports, it's available for macOS, Windows, and Docker.

Building a Local Voice-to-Text macOS App with Claude Code: Vext Case Study
A developer spent 3 months building Vext, a macOS voice-to-text app using Whisper on Apple Neural Engine. Claude Code helped with Rust/Swift FFI, Core ML optimization, and hotkey architecture. The app runs 100% offline, transcribes 60s audio in ~400ms.

Codeset improves coding agents with repo-specific context from git history
Codeset generates static files from git history that provide context like past bugs, root causes, and co-change relationships. Testing showed 5.3pp improvement on codeset-gym-python and 2pp on SWE-Bench Pro with OpenAI Codex.