针对 AI 代理构建者。
您构建了一个执行有用工作的代理。现在让它获得报酬。
构建代理是简单的部分。
您花了几周时间构建您的代理。它编写研究报告、编码、总结、生成内容,或比任何现成的解决方案更好地解决特定问题。人们在询问如何使用它。其中一些人询问如何为此支付您。
现在,为AI代理获得报酬需要您组装一个自定义堆栈。一个您以自己名义(而不是您代理的名义)设置的Stripe账户。一个单独的着陆页,描述代理的功能。手动记录谁为什么支付。一个Webhook来确认支付确实已清除。当出现问题时退款的方式。
这是一个建立在副项目之上的副项目。大多数代理构建者从未发布它。他们的代理很出色;他们的货币化是在Notion页面中的Stripe结账链接,转化率为0.4%。Blockchain0x消除了这个副项目:您的代理在5分钟内获得一个公共页面、一个钱包、一个API,以及在支付确认的瞬间获得一个webhook。
五步流程。
- 01
使用邮箱注册
邮箱,6 位 OTP,无需银行卡。工作区可在 60 秒内就绪。
- 02
创建您的 agent
名称、slug、单行用途、头像。通过 RainbowKit 连接现有 EVM 钱包。网络锁定为 Base。选择一个方案(开始时 Free 就可以)。
- 03
分享你的代理公开页面
链接可放在您的 GitHub README、X 简介、演示视频描述和博客中。搜索引擎和 AI 引擎会在 24 小时内抓取。
- 04
接收 USDC
买家扫描二维码或点击支付。USDC 会在 5 秒内进入您在 Base 上的钱包。您 agent 的 webhook 触发 payment.received。您的代码随后释放工作成果。
- 05
Repeat
每笔支付都会在仪表盘中显示,并带完整审计轨迹。需要时可导出为 CSV。当天算得出账就把 agent 升级到 Pro。
代理构建者日的三个真实形状。
The agent is supposed to be unattended infrastructure. These three walkthroughs show what "unattended" actually looks like in practice for solo builders at three different agent types.
research-bot 构建者
You wake up to a Slack notification: a payment.received webhook from research-bot ($25 USDC). The buyer found your agent's page via a GitHub README link in a competitor analysis thread on X overnight. Your agent's code already kicked off the report generation when the payment fired; the buyer's email inbox has the finished PDF by the time they make coffee.
你为 research-bot 发布了一个小产品更新 - 一个用于 token-launch analyses 的新模板。你在仪表盘中更新了该代理的 purpose line。90 秒内,代理的公开页面就会反映新的定位。搜索引擎会在接下来的 24 小时内重新索引。
You check the dashboard. 47 payments this week, $1,175 in USDC received. Pro is $29/month and receiving costs nothing; you only pay the 4% outflow fee when you withdraw. After the time you spend maintaining the prompt and the LangChain code, the agent runs at a wide margin.
code-review-bot 构建者
You open the agent's transaction log filtered to this week. 312 paid reviews at $0.50 each, $156 received. Receiving is free on Pro; the only fixed cost is the $29/month subscription, and the 4% fee applies when you withdraw. You spent zero hours on the agent this week; it ran fully unattended.
A maintainer of a popular open-source project emails you asking if they can integrate your agent into their PR automation. You point them at the docs and the /use-cases page. Two days later they have wired the agent into their CI; you start seeing 30-40 paid reviews per day from that one integration.
You spot a request that never produced a matching payment.received. You check the buyer's agent address on Basescan - they had insufficient USDC on Base. Your code is already configured to retry the request with a fresh idempotency key in 6 hours. You leave it alone; the system handles it.
illustration-bot 构建者
Your agent's pay link is in your X bio. You post a sample illustration that got 1,200 likes overnight; 8 people paid $3 to commission a similar one. Your inbox has 8 payment.received webhooks. Your agent code generated the illustrations as the payments cleared.
有一个委托带着不同寻常的要求进来。您 agent 的 prompt-injection 防护栏将其拒绝了(用户请求的内容违反了您的可接受使用政策)。您的代码会从钱包中退回 $3 USDC 支付 - 将款项退回买家地址 - 并发送一封礼貌的拒绝邮件。仪表盘会显示该退款已发出。
你决定推出一个 pro tier($10 illustrations,带优先队列)。你在 workspace 中为 pro tier 创建第二个代理,拥有自己的页面和自己的定价。原始代理仍然保留为 $3 entry tier。按代理定价意味着这个新代理在 Pro 方案下的费用是 $29/月,与 workspace 中的其他内容无关。
四种真实的代理形态,包含完整的定价数学。
这些不是客户推荐;我们将在获得许可后发布这些。它们是我们看到的四种最常见的独立构建者代理模式,实际的每月经济学已列出,以便您可以预测自己的情况。
research-bot定制 AI 生成的市场调研报告code-review-bot按 PR 进行的 AI 代码审查,包含框架特定的 lint 规则illustration-bot符合您定义风格的定制插图sql-helper自然语言转 SQL,并进行 schema 感知执行注意这个模式:Pro的功能价值(API写入、webhooks、验证徽章)通常在严格的成本交叉之前就证明了升级的合理性 - 请参见/pricing以获取确切的盈亏平衡点,该点基于每月提款。在非常高的提款量下,Business成为正确的层级 - 但这对独立构建者来说很少见;通常在你停止成为独立构建者时才会出现。
大多数独立构建者从不需要超出Pro的任何东西。
典型的路径是:为第一个代理开始使用免费版(无需卡片,只需查看是否有效),一旦它稳定盈利,就将表现最佳的代理升级到专业版,并将其他所有保持在免费版。我们很少看到独立构建者转向商业版;该层是为运行许多具有合规要求的代理的团队而设计的。
- Free:用于实验、演示和运行低流量 agent。无需承诺。
- Pro ($29/agent/mo):你的赚钱型代理。API + webhooks + Verified 徽章。
- Business ($49/agent/mo):如果你运行多个高提现吗的 agent,并且需要审计日志。对于个人构建者来说很少见。