Vaultfire AIAccountabilityBondsV2.createBond — pay $0.10 USDC, get an unsigned p...
https://theloopbreaker.com/api/x402/actions/create-accountability-bondOverview
Vaultfire AIAccountabilityBondsV2.createBond — pay $0.10 USDC, get an unsigned payable tx; sign locally, no key custody. Contract enforces the 30% rule: msg.value >= (quarterlyRevenue * 30) / 100. quarterlyRevenue is USD with no decimals. See GET for full spec.
Protocol
x402 (POST)
Price
$0.10
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
theloopbreaker
Source
bazaar
Indexed
2026-04-30 02:54:25
Health
Status
healthy
Latency (p50)
855ms
Uptime (30d)
100.0%
Reliability Score
90/100
Last Checked
2026-09-26 04:31:26
Last Healthy
2026-09-26 04:31:26
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"bodyFields": {
"chain": {
"description": "Target chain for the prepared tx. Default base. Multi-chain support; ensure target chain is funded with ETH for gas.",
"enum": [
"base",
"avalanche",
"arbitrum",
"polygon"
],
"type": "string"
},
"companyName": {
"required": true,
"type": "string"
},
"quarterlyRevenue": {
"description": "uint256 USD revenue (no decimals). Used by contract to enforce 30% stake rule: msg.value >= (quarterlyRevenue * 30) / 100.",
"required": true,
"type": "string"
},
"stakeWei": {
"description": "wei to stake (sent as msg.value). MUST satisfy stakeWei >= (quarterlyRevenue * 30) / 100. MUST be > 0. Default 0.01 ETH (only valid if quarterlyRevenue is small).",
"type": "string"
},
"walletAddress": {
"description": "Wallet that will sign and broadcast the returned unsigned tx. Becomes msg.sender on-chain. NEVER include private keys — this endpoint returns calldata only.",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"chain": {
"type": "string"
},
"explorer": {
"type": "string"
},
"message": {
"type": "string"
},
"success": {
"type": "boolean"
},
"txData": {
"type": "object"
}
},
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-09-26 04:31:26 | healthy | 402 | 834ms | |
| 2026-09-25 17:57:43 | healthy | 402 | 481ms | |
| 2026-09-25 02:21:55 | healthy | 402 | 1711ms | |
| 2026-09-24 21:45:25 | healthy | 402 | 338ms | |
| 2026-09-24 11:27:06 | healthy | 402 | 889ms | |
| 2026-09-24 03:19:18 | healthy | 402 | 855ms | |
| 2026-09-23 23:59:32 | healthy | 402 | 752ms | |
| 2026-09-23 12:42:20 | healthy | 402 | 888ms | |
| 2026-09-23 08:45:35 | healthy | 402 | 1241ms |