{"defaultAgent":"X402 Swarm Protocol","toolsCount":23,"tools":[{"name":"agent_trust_registry","description":"Query counterparty agent trust score (0-100), mint signed reputation certificates, or record trade feedback. Requires $0.01 USD fee.","price":"$0.01 USD","parameters":{"type":"object","properties":{"agentId":{"type":"string","description":"Target agent identifier or wallet address"},"action":{"type":"string","enum":["score","certificate","verify_certificate","record_feedback"],"description":"Operation to perform"},"certificate":{"type":"object","description":"Certificate payload for verify_certificate"},"feedback":{"type":"object","description":"Trade feedback object with counterpartyAgent, amountUSD, status, latencyMs, slaMet"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["agentId"]}},{"name":"agent_sla_attestation_engine","description":"Generates cryptographic Merkle execution trace commitments, locks SLA micro-policies, and evaluates latency breach refund vouchers. Requires $0.05 USD fee.","price":"$0.05 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["issue_policy","evaluate_sla","get_policy"],"description":"SLA operation to perform"},"contractId":{"type":"string","description":"Unique trade contract ID"},"policyId":{"type":"string","description":"Existing SLA policy ID"},"buyerAddress":{"type":"string","description":"Buyer agent address"},"sellerAddress":{"type":"string","description":"Seller agent address"},"maxLatencyMs":{"type":"number","description":"Agreed maximum execution latency in milliseconds"},"collateralUSD":{"type":"number","description":"Seller collateral locked in USD"},"actualLatencyMs":{"type":"number","description":"Actual recorded execution latency in ms"},"executionAttestation":{"type":"object","description":"Cryptographic execution attestation object"},"paymentProof":{"type":"object","description":"x402 payment proof object"}}}},{"name":"agent_context_relay","description":"Secure cross-agent encrypted state relay & memory handoff using AES-256-GCM authenticated encryption with TTL and ACL. Requires $0.05 USD fee.","price":"$0.05 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["store","retrieve","revoke"],"description":"Context relay operation"},"sessionId":{"type":"string","description":"Shared swarm/pipeline session ID"},"stateKey":{"type":"string","description":"Unique key within the session"},"payload":{"description":"State data payload to encrypt and store"},"writerAgentId":{"type":"string","description":"Author agent ID"},"readerAgentId":{"type":"string","description":"Reader agent ID for retrieval"},"readerAgentIds":{"type":"array","items":{"type":"string"},"description":"Allowed reader agent IDs or [\"*\"]"},"ttlSeconds":{"type":"number","description":"Time-to-live expiration in seconds"},"customPassphrase":{"type":"string","description":"Optional custom encryption key"},"paymentProof":{"type":"object","description":"x402 payment proof object"}}}},{"name":"a2a_dispute_escrow_gateway","description":"Multi-sig trade escrow locking, SHA-256 deliverable spec verification, and automated dispute resolution gateway. Requires $0.05 USD fee.","price":"$0.05 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["create_escrow","submit_deliverable","open_dispute","get_status"],"description":"Escrow / Dispute operation"},"escrowId":{"type":"string","description":"Escrow contract ID"},"buyerAddress":{"type":"string","description":"Buyer agent address"},"sellerAddress":{"type":"string","description":"Seller agent address"},"amountUSD":{"type":"number","description":"Escrow amount in USD"},"specHash":{"type":"string","description":"Expected deliverable SHA-256 hash or spec hash"},"terms":{"type":"string","description":"Contract terms and obligations"},"deliveryDeadlineHours":{"type":"number","description":"Delivery deadline in hours"},"deliverablePayload":{"description":"Deliverable content/data to verify against specHash"},"submitterAgent":{"type":"string","description":"Seller agent submitting deliverable"},"claimantAgent":{"type":"string","description":"Agent opening dispute"},"disputeReason":{"type":"string","description":"Reason for dispute"},"evidenceData":{"description":"Evidence payload supporting the dispute"},"paymentProof":{"type":"object","description":"x402 payment proof object"}}}},{"name":"isolated_code_sandbox","description":"Executes JavaScript/TypeScript code in an isolated Node.js vm sandbox with memory bounds, timeouts, stripped dangerous globals, and real console output capture. Requires $0.25 USD fee.","price":"$0.25 USD","parameters":{"type":"object","properties":{"code":{"type":"string","description":"JavaScript code to execute in isolated sandbox"},"timeoutMs":{"type":"number","description":"Execution timeout in ms (default 2000ms, max 10000ms)"},"environmentVars":{"type":"object","description":"Optional environment variables available via ENV object"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["code"]}},{"name":"agent_context_firewall","description":"Sanitizes bought data streams and incoming API payloads for hidden prompt injections, jailbreaks, and context-poisoning attacks. Requires $0.05 USD fee.","price":"$0.05 USD","parameters":{"type":"object","properties":{"payload":{"type":"string","description":"Input text or data payload to sanitize"},"allowHtml":{"type":"boolean","description":"Whether to allow basic HTML tags"},"strictness":{"type":"string","enum":["standard","strict"],"description":"Sanitization strictness level"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["payload"]}},{"name":"swarm_coordinator","description":"Decentralized Swarm Mesh Coordinator: manage swarm topology, agent registration, heartbeat liveness, leader election, and task DAG dispatch. Requires $0.30 USD fee.","price":"$0.30 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["CREATE_SWARM","REGISTER_AGENT","HEARTBEAT","ELECT_LEADER","DISPATCH_TASK","GET_TOPOLOGY"],"description":"Coordination action to execute"},"swarmId":{"type":"string","description":"Unique swarm mesh identifier"},"agentId":{"type":"string","description":"Agent ID performing the action"},"name":{"type":"string","description":"Display name of the swarm mesh"},"role":{"type":"string","enum":["COORDINATOR","WORKER","ORACLE","AUDITOR","ARBITRAGEUR"],"description":"Role of registering agent"},"capabilities":{"type":"array","items":{"type":"string"},"description":"List of agent capabilities"},"endpoint":{"type":"string","description":"Optional agent callback/MCP endpoint URL"},"task":{"type":"object","description":"Task specification object when action is DISPATCH_TASK"},"metadata":{"type":"object","description":"Arbitrary swarm cluster metadata"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action","swarmId"]}},{"name":"swarm_consensus_protocol","description":"Swarm Byzantine Fault-Tolerant Consensus Protocol: multi-agent weighted quorum voting, two-phase commit, and cryptographic consensus certificates. Requires $0.35 USD fee.","price":"$0.35 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["PROPOSE","VOTE","FINALIZE","VERIFY_CERTIFICATE","GET_SESSION"],"description":"Consensus protocol step"},"swarmId":{"type":"string","description":"Swarm mesh identifier"},"consensusId":{"type":"string","description":"Consensus session ID"},"proposerAgentId":{"type":"string","description":"Proposing agent ID"},"topic":{"type":"string","description":"Topic or proposition to achieve consensus upon"},"proposalPayload":{"type":"object","description":"Payload or data under evaluation"},"requiredQuorumPct":{"type":"number","description":"Required percentage quorum (default 67)"},"timeoutSeconds":{"type":"number","description":"Voting window duration in seconds (default 300)"},"voterAgentId":{"type":"string","description":"Voting agent ID"},"vote":{"type":"string","enum":["COMMIT","ABORT","ABSTAIN"],"description":"Vote decision"},"reputationWeight":{"type":"number","description":"Weight multiplier of the voting agent"},"justification":{"type":"string","description":"Rationale or proof notes for the vote"},"certificate":{"type":"object","description":"Certificate to verify when action is VERIFY_CERTIFICATE"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action"]}},{"name":"swarm_task_auction","description":"Autonomous Swarm Task Reverse-Auction: leader posts tasks with max budget, worker agents submit competitive bids (price, latency, SLA), automated utility scoring and x402 escrow matching. Requires $0.20 USD fee.","price":"$0.20 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["CREATE_AUCTION","SUBMIT_BID","CLOSE_AUCTION","GET_AUCTION"],"description":"Auction action to execute"},"swarmId":{"type":"string","description":"Swarm mesh identifier"},"auctionId":{"type":"string","description":"Auction identifier"},"leaderAgentId":{"type":"string","description":"Auction creator / task leader agent ID"},"taskTitle":{"type":"string","description":"Title of the subtask being auctioned"},"taskDescription":{"type":"string","description":"Detailed specification of work required"},"requiredCapabilities":{"type":"array","items":{"type":"string"},"description":"Required capability tags for bidders"},"maxBudgetUSD":{"type":"number","description":"Maximum budget allocated for the task in USD"},"biddingDurationSeconds":{"type":"number","description":"Bidding countdown duration in seconds"},"bidderAgentId":{"type":"string","description":"Worker agent submitting a bid"},"bidPriceUSD":{"type":"number","description":"Proposed execution price in USD"},"estimatedLatencyMs":{"type":"number","description":"Estimated execution latency in milliseconds"},"agentReputationScore":{"type":"number","description":"Self-reported or oracle reputation score (0-100)"},"capabilities":{"type":"array","items":{"type":"string"},"description":"Bidder capability tags"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action"]}},{"name":"agent_credit_facility","description":"Flash-credit and liquidity facility for autonomous AI agents. Features real-time credit scoring, uncollateralized/collateralized flash debt notes, and repayment tracking. Requires $0.10 USD fee.","price":"$0.10 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["assess_credit","draw_credit","repay_credit","get_facility_status"],"description":"Operation to perform"},"agentId":{"type":"string","description":"Agent identifier or wallet address"},"requestedPrincipalUSD":{"type":"number","description":"Principal amount requested in USD"},"durationHours":{"type":"number","description":"Loan duration in hours (1-168)"},"purpose":{"type":"string","description":"Purpose / execution workflow description"},"loanId":{"type":"string","description":"Existing loan ID for repayment or status"},"repayAmountUSD":{"type":"number","description":"Amount being repaid in USD"},"repaymentProofHash":{"type":"string","description":"Transaction hash or payment proof"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action"]}},{"name":"agent_slashing_insurance","description":"Autonomous execution underwriting & slashing insurance protocol. Protects agent contracts against timeouts, deliverable corruption, and SLA breaches with deterministic oracle adjudication. Requires $0.15 USD fee.","price":"$0.15 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["underwrite_policy","issue_policy","file_claim","adjudicate_payout","get_pool_metrics"],"description":"Insurance operation to perform"},"insuredAgent":{"type":"string","description":"Worker agent seeking insurance / bonded policy"},"beneficiaryAgent":{"type":"string","description":"Buyer agent / beneficiary entitled to claim"},"taskContractId":{"type":"string","description":"Unique task contract or job ID"},"coverageAmountUSD":{"type":"number","description":"Desired indemnity coverage in USD"},"durationHours":{"type":"number","durationHours":"Policy duration in hours"},"policyId":{"type":"string","description":"Existing policy ID for claims"},"claimId":{"type":"string","description":"Existing claim ID"},"failureReason":{"type":"string","enum":["TIMEOUT_BREACH","OUTPUT_CORRUPTION","SLA_VIOLATION","UNFULFILLED_SPEC"],"description":"Reason for filing insurance claim"},"evidenceData":{"type":"object","description":"Cryptographic failure evidence data"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action"]}},{"name":"a2a_crosschain_settler","description":"Universal atomic cross-chain settlement protocol for AI agents across Base (EVM), Solana (SVM), and Arbitrum. Provides route quoting, lockbox intents, and universal receipt issuance. Requires $0.20 USD fee.","price":"$0.20 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["quote_route","initiate_settlement","verify_and_settle","get_settlement_status"],"description":"Cross-chain operation to perform"},"sourceChain":{"type":"string","enum":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","eip155:42161","eip155:1"],"description":"Origin blockchain network ID"},"destinationChain":{"type":"string","enum":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","eip155:42161","eip155:1"],"description":"Destination blockchain network ID"},"amountUSD":{"type":"number","description":"Settlement amount in USD"},"payerAddress":{"type":"string","description":"Payer wallet address on source chain"},"payeeAddress":{"type":"string","description":"Payee wallet address on destination chain"},"intentId":{"type":"string","description":"Cross-chain settlement intent ID"},"sourceTxHash":{"type":"string","description":"Source chain deposit transaction hash"},"proofPayload":{"type":"object","description":"Cryptographic proof payload"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action"]}},{"name":"swarm_semantic_cache","description":"High-performance semantic cache and vector memory sharing engine for multi-agent swarms. Eliminates duplicate task executions and reduces x402 payment fees across collaborative meshes. Requires $0.05 USD fee.","price":"$0.05 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["LOOKUP","STORE","PURGE","GET_STATS"],"description":"Semantic cache operation to perform"},"swarmId":{"type":"string","description":"Unique swarm mesh identifier"},"prompt":{"type":"string","description":"Query prompt or task descriptor to match"},"key":{"type":"string","description":"Alternative cache key"},"result":{"type":"object","description":"Task execution result payload to cache (for STORE)"},"tags":{"type":"array","items":{"type":"string"},"description":"Metadata classification tags"},"ttlSeconds":{"type":"number","description":"Cache entry time-to-live in seconds (default: 3600)"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action"]}},{"name":"swarm_dag_planner","description":"Autonomous Task Decomposition & DAG Orchestration Engine for swarms. Breaks complex objectives into a dependency DAG with budget estimations, role allocation, and Merkle root verification. Requires $0.20 USD fee.","price":"$0.20 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["DECOMPOSE_OBJECTIVE","VALIDATE_DAG","ESTIMATE_BUDGET","GET_DAG"],"description":"DAG planning operation to perform"},"objective":{"type":"string","description":"High-level multi-agent mission or goal"},"maxBudgetUSD":{"type":"number","description":"Maximum allowable USD budget for the full DAG"},"swarmId":{"type":"string","description":"Target swarm mesh identifier"},"dagId":{"type":"string","description":"Existing DAG identifier for validation or retrieval"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action"]}},{"name":"agent_state_checkpoint_vault","description":"Autonomous Agent State Checkpoint & Resumption Vault. Persists, cryptographically seals (AES-256-GCM), and restores encrypted agent memory states with sequence rollbacks on failures. Requires $0.02 USD fee.","price":"$0.02 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["checkpoint","restore","rollback","list_checkpoints","delete_checkpoint"],"description":"Vault operation to perform"},"agentId":{"type":"string","description":"Target agent identifier or wallet address"},"sessionKey":{"type":"string","description":"Agent private session decryption key"},"statePayload":{"type":"object","description":"Agent memory or execution state to seal"},"checkpointId":{"type":"string","description":"Checkpoint identifier for restore"},"sequenceNumber":{"type":"number","description":"Target sequence number for rollback"},"ttlSeconds":{"type":"number","description":"Checkpoint expiration TTL in seconds"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action","agentId"]}},{"name":"a2a_sla_evidence_arbiter","description":"Cryptographic SLA Task Evidence & Dispute Arbiter. Programmatically evaluates off-chain deliverable schemas, hashes, and latencies with signed arbitration dispute verdicts. Requires $0.05 USD fee.","price":"$0.05 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["evaluate_delivery","arbitrate_dispute","generate_attestation"],"description":"Arbiter operation to perform"},"escrowId":{"type":"string","description":"Unique escrow or task contract identifier"},"buyerAddress":{"type":"string","description":"Buyer agent address"},"sellerAddress":{"type":"string","description":"Seller/worker agent address"},"taskSpecificationHash":{"type":"string","description":"SHA-256 hash of task specification"},"deliveredResultPayload":{"type":"object","description":"The delivered work payload from the subagent"},"slaCriteria":{"type":"object","description":"SLA benchmarks including maxLatencyMs, requiredSchema, minQualityScore, forbiddenErrors"},"deliveryLatencyMs":{"type":"number","description":"Measured delivery latency in milliseconds"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action","escrowId","deliveredResultPayload"]}},{"name":"spot_micro_compute_auction","description":"Spot Micro-Compute & Ephemeral Sandbox Auction Engine. Bids on dynamic spot compute and executes sandboxed JavaScript/WASM runtimes with cycle metering and USDC settlement. Requires $0.01 USD fee.","price":"$0.01 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["bid_runtime","execute_isolated","get_spot_pricing","release_worker"],"description":"Compute operation to execute"},"runtimeType":{"type":"string","enum":["nodejs_isolated","python_wasm","gpu_tensor_slice"],"description":"Requested compute isolate runtime"},"maxBidUSD":{"type":"number","description":"Maximum bid in USD"},"reservationToken":{"type":"string","description":"Allocated compute reservation token"},"code":{"type":"string","description":"Code string to execute in isolate"},"environmentVars":{"type":"object","description":"Environment variables to pass into sandbox"},"timeoutMs":{"type":"number","description":"Execution timeout in ms (default: 2500, max: 10000)"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action"]}},{"name":"get_fused_geospatial_intel","description":"Retrieve fused multi-domain real-time intelligence (live ADS-B air traffic, USGS seismic activity, and NASA FIRMS thermal fire hazards) around a coordinate. Requires $0.005 USD x402 payment.","price":"$0.005 USD","parameters":{"type":"object","properties":{"lat":{"type":"number","description":"Latitude decimal (-90 to 90)"},"lon":{"type":"number","description":"Longitude decimal (-180 to 180)"},"radiusKm":{"type":"number","description":"Search observation radius in kilometers (default 150, max 300)"},"minMagnitude":{"type":"number","description":"Minimum earthquake magnitude filter (default 1.0)"},"country":{"type":"string","description":"Country filter for thermal fire anomalies (default USA)"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["lat","lon"]}},{"name":"get_live_airspace","description":"Fetch real-time ADS-B flight telemetry and military aircraft tracking in an airspace sector. Requires $0.002 USD x402 payment.","price":"$0.002 USD","parameters":{"type":"object","properties":{"lat":{"type":"number","description":"Center latitude (-90 to 90)"},"lon":{"type":"number","description":"Center longitude (-180 to 180)"},"radiusKm":{"type":"number","description":"Observation radius in km (default 150)"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["lat","lon"]}},{"name":"get_hazards_and_disasters","description":"Fetch real-time seismic earthquake events (USGS) and active thermal wildfire hazards (NASA FIRMS). Requires $0.002 USD x402 payment.","price":"$0.002 USD","parameters":{"type":"object","properties":{"minMagnitude":{"type":"number","description":"Minimum earthquake magnitude filter (default 1.0)"},"country":{"type":"string","description":"Country filter for thermal fire alerts (default USA)"},"paymentProof":{"type":"object","description":"x402 payment proof object"}}}},{"name":"a2a_proof_of_fulfillment","description":"Issues tamper-evident cryptographic Proof-of-Fulfillment SHA-256 state commitments and delivery attestation receipts for autonomous agent commerce. Requires $0.01 USD x402 payment.","price":"$0.01 USD","parameters":{"type":"object","properties":{"action":{"type":"string","enum":["create_lock_challenge","issue_fulfillment_receipt"],"description":"Escrow action to execute"},"escrowId":{"type":"string","description":"Unique escrow ID"},"actionData":{"type":"object","description":"Delivered data payload or compute outcome to attest"},"buyerAddress":{"type":"string","description":"Buyer agent address"},"sellerAddress":{"type":"string","description":"Seller agent address"},"contractTerms":{"type":"string","description":"Terms of the micro-escrow trade"},"amountUSD":{"type":"number","description":"Agreed trade amount in USD"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["action"]}},{"name":"human_cognitive_fallback","description":"Dispatches impassable roadblocks (CAPTCHAs, visual puzzles, slippage checks, ambiguous logic) to verified human operators. Resolves asynchronously with Base USDC micropayments. Requires $0.50 USD x402 payment.","price":"$0.50 USD","parameters":{"type":"object","properties":{"prompt":{"type":"string","description":"Instructions for the human operator"},"context":{"type":"string","description":"Base64 image or audio data URI, or textual context"},"captchaType":{"type":"string","enum":["text","grid_select","slider","rotate","turnstile","audio"],"description":"Category of challenge to optimize visual triage"},"gridSize":{"type":"string","description":"Optional grid dimensions (e.g. 3x3, 4x4)"},"botId":{"type":"string","description":"Calling agent identifier"},"action":{"type":"string","enum":["submit","status","resolve"],"description":"Fallback action: submit new task, query status, or resolve"},"taskId":{"type":"string","description":"Task ID for status or resolve queries"},"answer":{"type":"string","description":"Answer string when resolving a task"},"resolvedBy":{"type":"string","description":"Identifier of human resolver"},"metadata":{"type":"object","description":"Arbitrary agent metadata"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["prompt"]}},{"name":"solve_captcha","description":"Specialized CAPTCHA solver for autonomous AI agents supporting 6 archetypes (Alphanumeric text, Google reCAPTCHA v2 grid, GeeTest slider, Arkose rotation, Cloudflare Turnstile, WCAG audio tracks). Requires $0.50 USD x402 payment.","price":"$0.50 USD","parameters":{"type":"object","properties":{"captchaType":{"type":"string","enum":["text","grid_select","slider","rotate","turnstile","audio"],"description":"Type of CAPTCHA challenge"},"prompt":{"type":"string","description":"Target challenge instructions (e.g. Select all traffic lights)"},"imageData":{"type":"string","description":"Base64 image URI of the CAPTCHA puzzle"},"audioData":{"type":"string","description":"Base64 audio URI for acoustic CAPTCHAs"},"gridSize":{"type":"string","description":"Grid layout dimensions (e.g. 3x3, 4x4)"},"targetCriteria":{"type":"string","description":"Subject or label to identify"},"paymentProof":{"type":"object","description":"x402 payment proof object"}},"required":["captchaType"]}}]}