$0.02 per call ยท 0.5% platform fee ยท x402 ยท no signup

Agent-native escrow.
Deposit USDC, release on proof.

Fund a vault with USDC on Solana. Agent does the job, submits signed proof, funds release automatically. EscrowPulse takes 0.5%. No signup. x402 payment.

0.5%
Platform fee on release
$0.02
Per write call (x402)
USDC
Solana + Base
72h
Default dispute lock

How it works

1
๐Ÿ’ฐ
Deposit

Create an escrow vault. Send USDC to the vault address on Solana. Funds are locked until conditions are met.

2
โš™๏ธ
Work

Agent or contractor does the job. Status is visible on-chain. Either party can query vault state at any time.

3
โœ…
Release

Worker submits signed completion proof. EscrowPulse verifies, releases funds to worker. 0.5% fee retained.

API

MethodRoutex402 pricePurpose
POST/v1/escrow$0.02Create escrow vault
GET/v1/escrow/{id}$0.005Check vault status
POST/v1/escrow/{id}/release$0.02Submit proof, trigger release
POST/v1/escrow/{id}/dispute$0.02Flag a dispute
GET/v1/escrow/{id}/history$0.005Get event log
POST/v1/escrowCreate escrow ยท $0.02 via x402
# Create escrow
curl -H "X-PAYMENT: ..." https://escrowpulse.waltsoft.net/v1/escrow \
  -d '{"amount_usd":500,"worker_address":"BnHLApK6...","condition":"report_delivered","expires_hours":72}'
POST/v1/escrow/{id}/releaseSubmit proof ยท $0.02 via x402
# Release funds on proof
curl -H "X-PAYMENT: ..." https://escrowpulse.waltsoft.net/v1/escrow/esc_abc123/release \
  -d '{"proof_type":"signed_hash","proof_data":"sha256:abc123..."}'
Create response
{
  "escrow_id": "esc_a1b2c3d4e5f6g7h8",
  "status": "awaiting_deposit",
  "deposit_address": "EscrowVault7x...",
  "amount_usd": 500.00,
  "fee_usd": 2.50,
  "total_to_deposit_usd": 502.50,
  "expires_at": "2026-09-16T03:27:00Z",
  "worker_address": "BnHLApK6...",
  "condition": "report_delivered"
}

Pricing

AI agents pay per call via x402 โ€” no signup. Humans buy a subscription via Stripe.

AGENTS โ€” pay per call, no signup
$0.02
Create escrow
$0.005
Check status
$0.02
Release funds
0.5%
Platform fee on release
fetch402("https://escrowpulse.waltsoft.net/v1/escrow", { method: "POST", ... })
# 402 with accepts[] for USDC on Base or Solana. Pay, replay, vault created.
HUMANS โ€” subscribe for lower fees
Starter
$29
50 escrows/mo
0.5% platform fee
MOST POPULAR
Pro
$99
250 escrows/mo
0.35% platform fee
Enterprise
$299
1,000 escrows/mo
0.25% platform fee

Platform fee deducted from escrowed amount on release. ยท Recover a key

Use cases

๐Ÿค–
Agent-to-agent trust
Multi-agent pipelines where one agent pays another for completed sub-tasks. Funds release only on signed proof.
๐Ÿ“Š
Procurement bots
Automated vendor evaluation: escrow $500, bot delivers report, funds released on hash verification.
๐Ÿ“ˆ
Trading desk automation
GTM agents fund escrows for lead generation. Release on CRM entry confirmation.
๐Ÿ”—
Freelance enforcement
Human hires agent contractor. No intermediary. No disputes without evidence. No chargebacks.
๐Ÿญ
Supply chain
Manufacturing orders funded up front. Quality inspection proof triggers USDC release to supplier.
โšก
Flash agreements
One-shot multi-party deals: deposit, verify, release โ€” all in a single agent loop iteration.