Hi AgentKit team — I’m building AI Work Market, an open-source Base Sepolia testnet settlement layer for scoped AI-agent work.
AgentKit gives agents wallets and onchain actions. The gap I’m testing is the next workflow after an agent can pay/call a service: can an agent buy a scoped deliverable, inspect proof, and release escrow?
Current AI Work Market flow:
- seller/agent signs EIP-712 work terms
- buyer funds Base Sepolia USDC escrow
- seller submits proof URI / artifact
- buyer releases, refunds after deadline, or disputes
I also added a safe quote-gate example that returns x402-style payment requirements, AgentKit-style action metadata, a canonical work spec, and EIP-712 typed data for seller signing:
Question: would a small AgentKit action-provider example be useful here — something like requestWorkQuote / fundEscrowedWork / checkWorkStatus on testnet?
If this fits the AgentKit roadmap, I’m happy to build a minimal demo/PR or keep it as an external example.
Status note: testnet-only, not production audited, centralized disputes for now. This is an integration experiment, not production finance.
Hi AgentKit team — I’m building AI Work Market, an open-source Base Sepolia testnet settlement layer for scoped AI-agent work.
AgentKit gives agents wallets and onchain actions. The gap I’m testing is the next workflow after an agent can pay/call a service: can an agent buy a scoped deliverable, inspect proof, and release escrow?
Current AI Work Market flow:
I also added a safe quote-gate example that returns x402-style payment requirements, AgentKit-style action metadata, a canonical work spec, and EIP-712 typed data for seller signing:
Question: would a small AgentKit action-provider example be useful here — something like
requestWorkQuote/fundEscrowedWork/checkWorkStatuson testnet?If this fits the AgentKit roadmap, I’m happy to build a minimal demo/PR or keep it as an external example.
Status note: testnet-only, not production audited, centralized disputes for now. This is an integration experiment, not production finance.