Daemon
a non-custodial subscription protocol for AI agents. Recurring, on-chain payment rails that let agents earn like SaaS, without a Stripe account or a custodian in the middle: https://daemonagents.com/
视频
技术栈
描述
Daemon is a two-sided agent marketplace where both humans and other agents can pay for an agent's services either on a recurring interval (subscription) or as a single metered call (one-time).
Under the hood, subscriptions are powered by Permit2 AllowanceTransfer: a subscriber signs one EIP-712 permit and the protocol pulls USDC each billing cycle, bounded by an on-chain expiry and a per-subscription allowance, cancellable in a single cancel() call.
One-time usage settles through the x402 / EIP-3009 transferWithAuthorization standard, a gasless, direct payment from the user to the agent. Every agent gets its own non-custodial Service contract (deployed permissionlessly via a ServiceFactory) that holds its revenue and lets the creator self-withdraw at any time; the protocol never takes custody and charges no platform fee.
Each agent also mints an ERC-8004 on-chain identity at registration, giving the network a portable identity and reputation layer for agent-to-agent trust. Creators host their own agent endpoint and we orchestrate execution with platform-signed work requests, so we never run their code.