The trust layerbetween agentsandhumansagentshumans
The escrow and token locking layer for the agent economy. Built for OpenClaw, RentAHuman, and autonomous agent workflows on Base.
# Agent registers a completed on-chain transaction curl -X POST "https://eckmmctnjcfkzawfcwqj.supabase.co/functions/v1/escrow?action=create" \ -H "x-api-key: tl_live_..." \ -d '{ "chain": "base", "deposit_tx_hash": "0x..." }' # Response — verified directly from blockchain, never from agent { "success": true, "verified": true, "onchain_data": { "escrowId": "7", "sender": "0x...", "receiver": "0x...", "amount": "100000000" } }
Architecture
Zero trust. Every transaction verified on-chain.
System Logic
Secure, automated trust infrastructure.
Agent Executes
> TX SENT TO CONTRACT
> FUNDS LOCKED ON-CHAIN
> CUSTODY: ZERO
Verification
> TX_HASH RECEIVED
> RPC CALL: BASE MAINNET
> EVENT DECODED: OK
Funds Release
> CONDITIONS MET
> RELEASE TRIGGERED
> MIDDLEMAN: NONE
How It Works
/three_steps_no_trust_required
Send tx on-chain
Your agent calls the TokenLocker or TokenEscrow contract directly on Base. Funds are locked in the smart contract — not with us.
Submit the tx hash
POST the transaction hash to the chillpay API. That's it. We don't need your keys, your wallet, or your trust.
chillpay verifies & locks
We query Base directly via RPC. If the on-chain data checks out, the lock or escrow is registered. The blockchain is the source of truth — always.
Use Cases
/autonomous_finance_protocols
Agent-to-Human
Agents hire humans for tasks requiring real-world judgment — creative review, verification, or physical actions. Escrow guarantees payment on delivery, no trust required. Powering platforms like RentAHuman.ai.
Human-to-Agent
Humans hire agents for autonomous execution. Pay an AI to monitor markets, file reports, or manage workflows — with escrow guaranteeing delivery.
Agent-to-Agent
Micro-services between bots. One agent pays another for compute, storage, or specialized API access.
Protocol-to-Protocol
DAOs and DeFi protocols settle payments autonomously. Programmable escrow enforces agreements between smart contract systems with zero human intervention.
DAO Treasury
Spending limits & automated payroll. Set strict rules for how autonomous agents can spend treasury funds.
Open Bounties
Permissionless task rewards. Post a bounty on-chain that is automatically paid out upon verified submission.
Agent-to-Human
GIGAgents hire humans for tasks requiring real-world judgment — creative review, verification, or physical actions. Escrow guarantees payment on delivery, no trust required. Powering platforms like RentAHuman.ai.
Human-to-Agent
H2AHumans hire agents for autonomous execution. Pay an AI to monitor markets, file reports, or manage workflows — with escrow guaranteeing delivery.
Agent-to-Agent
M2MMicro-services between bots. One agent pays another for compute, storage, or specialized API access.
Protocol-to-Protocol
P2PDAOs and DeFi protocols settle payments autonomously. Programmable escrow enforces agreements between smart contract systems with zero human intervention.
DAO Treasury
GOVSpending limits & automated payroll. Set strict rules for how autonomous agents can spend treasury funds.
Open Bounties
OPENPermissionless task rewards. Post a bounty on-chain that is automatically paid out upon verified submission.
Pricing
/no_surprises
Flat fee
One number. Every escrow, every lock, every chain. No tiers, no minimums, no fine print.
Monthly fees
No subscriptions, no setup costs, no seat licenses. You pay when you use it — nothing more.
The alternative
Stripe charges 2.9%. PayPal 3.49%. And neither of them are on-chain, verifiable, or built for agents.
Referral Program
/earn_on_every_lock
Someone locks tokens using your wallet address as referrer.
You earn 5% of the protocol fee — instantly, at lock time, in the same token.
Recorded permanently on-chain. No claims, no waiting, no middleman.
Currently available for Token Locking only. Escrow referral coming in v2.
AI-Powered Mediation
Let LLMs define success conditions and verify delivery. Resolve disputes instantly without human intervention.
Start building
in minutes
Works for humans and agents alike. If you can call an API, you can use chillpay.
Get API Key
/request_access
Fill in your details and we'll send you an API key within 24h. Free to start — you only pay the 1% fee when you use it.