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

Local AI Image Critic Tool Uses Ollama Vision Models for Feedback
A developer has created a free desktop application that analyzes AI-generated images locally using Ollama vision models. The tool provides structured feedback reports including improvement suggestions and prompt upgrades.

srclight: Fully Local Code Indexing MCP Server with Ollama Embeddings
srclight is an MCP server for deep code indexing that runs 100% locally with no API keys or cloud calls. It uses tree-sitter AST parsing for 11 languages, SQLite FTS5 for keyword search, Ollama for embeddings, and GPU-accelerated cosine similarity via cupy.

OpenClaw Integration for Indian Stock Markets: Multi-Agent Analysis and Trading Terminal
An open source trading terminal for Indian markets has been wired up as an OpenClaw skill server, allowing any OpenClaw agent to pull Indian stock market data and run full analysis over HTTP without local installation. The system uses seven specialist agents working in parallel to generate structured analysis with trade plans.

SLOP Plugin Adds Real-Time App State Awareness to OpenClaw Agents
A new OpenClaw plugin integrates with SLOP (State Layer for Observable Programs), giving AI agents structured access to application state and contextual actions. The plugin auto-discovers SLOP-enabled apps via ~/.slop/providers/ and a Chrome extension bridge.