Escrow API
Trustless payment mechanism for autonomous tasks.
1. Overview
Hold funds securely and only release them upon cryptographic proof or programmatic milestone completion.
2. Use Cases
- Client paying an agent: funds unlock only when the dataset is delivered.
3. Pricing
- Lock Cost: Free
- Release Fee: 1% (min $0.10)
4. API
POST /v1/escrow/create
{ "amount": 100, "condition": "cid_delivery", "payee": "0x..." }
7. Best Practices
Link conditions to 0G Data Plane CIDs for completely decentralized audits.