{"name":"Vaultfire — Create Accountability Bond","summary":"Mint an AI Accountability Bond on AIAccountabilityBondsV2. Company stakes ≥1/3 of quarterly revenue in ETH; bond pays out only when societal Flourishing Metrics improve.","description":"Vaultfire — accountability bonds enforce the 30% rule: a company creating a bond MUST escrow at least 30% of its declared quarterly revenue as ETH. This is the core skin-in-the-game commitment that lets the protocol slash bonds when on-chain Flourishing Metrics regress (income distribution, poverty rate, health outcomes, mental health, education access, purpose/agency). — ENDPOINT BEHAVIOR: GET returns this spec for free. POST (paid $0.10 USDC) returns an unsigned PAYABLE tx; sign locally. — ON-CHAIN MECHANIC (AIAccountabilityBondsV2.createBond(string companyName, uint256 quarterlyRevenue) payable): the contract enforces msg.value >= (quarterlyRevenue * 30) / 100. quarterlyRevenue is the USD revenue figure with NO decimals. Set stakeWei accordingly.","priceUsdc":"0.50","tags":["vaultfire","accountability-bond","flourishing-metrics","thirty-percent-rule"],"mimeType":"application/json","inputSchema":{"bodyType":"json","bodyFields":{"walletAddress":{"type":"address","required":true,"description":"Company wallet — becomes msg.sender and bond owner."},"companyName":{"type":"string","required":true,"description":"Company / org name attached to this bond. Stored on chain."},"quarterlyRevenue":{"type":"uint256","required":true,"description":"Declared quarterly revenue (USD, NO decimals). Drives the 30% rule."},"stakeWei":{"type":"uint256","required":false,"description":"msg.value of the returned tx (ETH stake in wei). MUST be >= (quarterlyRevenue * 30 / 100). Default 1e16 wei.","default":"10000000000000000"},"chain":{"type":"string","required":false,"description":"Target chain. Default base.","enum":["base","avalanche","arbitrum","polygon"],"default":"base"}}},"outputSchema":{"type":"object","properties":{"success":{"type":"boolean","required":true,"description":"Always true on a 200 response."},"txData":{"type":"object","required":true,"description":"Unsigned tx: { to, data, value, chainId, gasEstimate }. Sign locally and broadcast."},"chain":{"type":"string","required":true,"description":"The chain the tx is prepared for."},"contract":{"type":"address","required":true,"description":"Target contract on the chosen chain."},"explorer":{"type":"string","required":true,"description":"Block-explorer URL for the contract."},"message":{"type":"string","required":true,"description":"Human-readable summary the caller can show in their UI."}}},"contract":{"name":"AIAccountabilityBondsV2","solidityFunction":"createBond(string companyName, uint256 quarterlyRevenue) payable","selector":"0xa860e4b0","payable":true,"usesEip3009":false,"valueConstraints":{"minWei":"1","note":"msg.value MUST be > 0 AND >= (quarterlyRevenue * 30) / 100 — the 30% rule. Compute stakeWei from quarterlyRevenue before submitting."}},"networks":[{"chain":"base","chainId":8453,"rpc":"https://base-rpc.publicnode.com","explorer":"https://basescan.org","contract":"0x6750D28865434344e04e1D0a6044394b726C3dfE","contractExplorerUrl":"https://basescan.org/address/0x6750D28865434344e04e1D0a6044394b726C3dfE","usdcDomain":{"name":"USD Coin","version":"2","chainId":8453,"verifyingContract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}},{"chain":"avalanche","chainId":43114,"rpc":"https://api.avax.network/ext/bc/C/rpc","explorer":"https://snowtrace.io","contract":"0x376831fB2457E34559891c32bEb61c442053C066","contractExplorerUrl":"https://snowtrace.io/address/0x376831fB2457E34559891c32bEb61c442053C066","usdcDomain":{"name":"USD Coin","version":"2","chainId":43114,"verifyingContract":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"}},{"chain":"arbitrum","chainId":42161,"rpc":"https://arb1.arbitrum.io/rpc","explorer":"https://arbiscan.io","contract":"0xdB54B8925664816187646174bdBb6Ac658A55a5F","contractExplorerUrl":"https://arbiscan.io/address/0xdB54B8925664816187646174bdBb6Ac658A55a5F","usdcDomain":{"name":"USD Coin","version":"2","chainId":42161,"verifyingContract":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831"}},{"chain":"polygon","chainId":137,"rpc":"https://polygon-bor-rpc.publicnode.com","explorer":"https://polygonscan.com","contract":"0x83dd216449B3F0574E39043ECFE275946fa492e9","contractExplorerUrl":"https://polygonscan.com/address/0x83dd216449B3F0574E39043ECFE275946fa492e9","usdcDomain":{"name":"USD Coin","version":"2","chainId":137,"verifyingContract":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359"}}],"servicePayee":{"address":"0xfA15Ee28939B222B0448261A22156070f0A7813C","ens":"ghostkey.base.eth","note":"All Vaultfire service fees route to the protocol payee. Never send funds to any other address claiming to be Vaultfire."},"integration":["1. GET this endpoint (free) to retrieve the spec.","2. Build the POST body matching inputSchema.bodyFields.","3. POST with valid x402 payment header (price: 0.50 USDC).","4. Endpoint returns unsigned txData. Sign LOCALLY in your wallet. Vaultfire NEVER accepts private keys.","5. Broadcast the signed tx to the chain RPC. Track via explorer URL."],"reverts":[{"condition":"msg.value == 0","reason":"zero stake"},{"condition":"msg.value < (quarterlyRevenue * 30) / 100","reason":"thirty percent rule violated"},{"condition":"companyName empty","reason":"empty company name"}],"liveProof":{"status":"pattern-only","note":"This specific action has not yet been exercised on mainnet under live monitoring. The underlying primitive (tx-prepare with caller-side signing, EIP-3009 settlement where applicable) is verified by the live atomic-bond proof linked below."},"patternProof":{"pattern":"EIP-3009 + atomic settlement (pay-and-execute, one transaction, one signature)","contract":"0x3479307333c0AF75423A9B2F6826441Feb1F9F85","chain":"base","chainId":8453,"verifiedOn":"sourcify","verifiedMatch":"exact_match","exampleTx":"0x9b5b0643c212ea095db02e86cc739c13473d21d27fa94b7371078d549a0fdae0","exampleBlock":46383869,"exampleGas":276841,"exampleNote":"First production atomic bond. Single tx emitted USDC AuthorizationUsed + USDC Transfer + AtomicBondCreated. The same EIP-3009 + atomic-execute primitive is the basis of every payable Vaultfire action.","explorerUrl":"https://basescan.org/tx/0x9b5b0643c212ea095db02e86cc739c13473d21d27fa94b7371078d549a0fdae0","sourceUrl":"https://repo.sourcify.dev/contracts/full_match/8453/0x3479307333c0AF75423A9B2F6826441Feb1F9F85/"},"security":{"privateKeysPolicy":"Vaultfire NEVER accepts private keys. All POST handlers reject any field shaped like a private key (privateKey, private_key, secret, mnemonic, seed).","signingModel":"tx-prepare: the endpoint returns unsigned calldata. The caller signs locally in their wallet (Base App, MetaMask, WalletConnect, Coinbase Wallet, etc.) and broadcasts.","custodyModel":"no-custody: Vaultfire holds nothing. Funds and stakes settle inside the caller's own transaction.","x402Facilitator":"Verify / Settle / Submit-signed are CORS-restricted to known marketplace origins. Nonces are durably deduplicated in Upstash KV (fail-closed on KV outage)."},"links":{"documentation":"https://theloopbreaker.com/docs","protocol":"https://theloopbreaker.com","repository":"https://gitlawb.com/z6MkryiNsYdFEMHv95wxzSQ1vtFXPyVQQrxXdPw3tE5HpfxV/vaultfire","relatedEndpoints":["/api/x402/actions/submit-accountability-metrics","/api/x402/actions/challenge-bond-metrics","/api/x402/actions/request-bond-distribution"]},"_discovery":{"version":"1.0","emittedBy":"vaultfire-x402","endpointStability":"stable","getIsFree":true,"postIsPaid":true}}