{"openapi":"3.0.0","info":{"title":"Genesis Conductor x402 Tiered Service","version":"2.1.0","description":"Six-tier x402 paid API on Base. Supports USDC, ETH, and Solana USDC payments."},"servers":[{"url":"https://x402-paid-service.iholt.workers.dev"}],"paths":{"/api/execute":{"post":{"summary":"Discovery tier — generic paid API call ($0.01)","operationId":"tier_execute","parameters":[{"name":"X-PAYMENT-SIGNATURE","in":"header","description":"Base64-encoded x402 payment signature (USDC or ETH on Base/Polygon)","schema":{"type":"string"}},{"name":"X-SOLANA-SIGNATURE","in":"header","description":"Solana transaction signature for USDC payment","schema":{"type":"string"}},{"name":"X-PAYMENT-ASSET","in":"header","description":"Preferred payment asset: USDC, ETH, or WETH","schema":{"type":"string","enum":["USDC","ETH","WETH"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Success"},"402":{"description":"Payment Required"}}}},"/api/pro":{"post":{"summary":"Pro tier — premium paid API access ($1.00)","operationId":"tier_pro","parameters":[{"name":"X-PAYMENT-SIGNATURE","in":"header","description":"Base64-encoded x402 payment signature (USDC or ETH on Base/Polygon)","schema":{"type":"string"}},{"name":"X-SOLANA-SIGNATURE","in":"header","description":"Solana transaction signature for USDC payment","schema":{"type":"string"}},{"name":"X-PAYMENT-ASSET","in":"header","description":"Preferred payment asset: USDC, ETH, or WETH","schema":{"type":"string","enum":["USDC","ETH","WETH"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Success"},"402":{"description":"Payment Required"}}}},"/api/inference":{"post":{"summary":"Inference tier — AI inference workloads ($10.00)","operationId":"tier_inference","parameters":[{"name":"X-PAYMENT-SIGNATURE","in":"header","description":"Base64-encoded x402 payment signature (USDC or ETH on Base/Polygon)","schema":{"type":"string"}},{"name":"X-SOLANA-SIGNATURE","in":"header","description":"Solana transaction signature for USDC payment","schema":{"type":"string"}},{"name":"X-PAYMENT-ASSET","in":"header","description":"Preferred payment asset: USDC, ETH, or WETH","schema":{"type":"string","enum":["USDC","ETH","WETH"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Success"},"402":{"description":"Payment Required"}}}},"/api/specialized":{"post":{"summary":"Specialized data tier ($100.00)","operationId":"tier_specialized","parameters":[{"name":"X-PAYMENT-SIGNATURE","in":"header","description":"Base64-encoded x402 payment signature (USDC or ETH on Base/Polygon)","schema":{"type":"string"}},{"name":"X-SOLANA-SIGNATURE","in":"header","description":"Solana transaction signature for USDC payment","schema":{"type":"string"}},{"name":"X-PAYMENT-ASSET","in":"header","description":"Preferred payment asset: USDC, ETH, or WETH","schema":{"type":"string","enum":["USDC","ETH","WETH"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Success"},"402":{"description":"Payment Required"}}}},"/api/founders":{"post":{"summary":"Genesis Conductor Founders License — agent-to-agent checkout ($4,999)","operationId":"tier_founders","parameters":[{"name":"X-PAYMENT-SIGNATURE","in":"header","description":"Base64-encoded x402 payment signature (USDC or ETH on Base/Polygon)","schema":{"type":"string"}},{"name":"X-SOLANA-SIGNATURE","in":"header","description":"Solana transaction signature for USDC payment","schema":{"type":"string"}},{"name":"X-PAYMENT-ASSET","in":"header","description":"Preferred payment asset: USDC, ETH, or WETH","schema":{"type":"string","enum":["USDC","ETH","WETH"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Success"},"402":{"description":"Payment Required"}}}},"/api/source-exclusive":{"post":{"summary":"Genesis Conductor Source Exclusive — one source-exclusive plugin ($9,999)","operationId":"tier_source_exclusive","parameters":[{"name":"X-PAYMENT-SIGNATURE","in":"header","description":"Base64-encoded x402 payment signature (USDC or ETH on Base/Polygon)","schema":{"type":"string"}},{"name":"X-SOLANA-SIGNATURE","in":"header","description":"Solana transaction signature for USDC payment","schema":{"type":"string"}},{"name":"X-PAYMENT-ASSET","in":"header","description":"Preferred payment asset: USDC, ETH, or WETH","schema":{"type":"string","enum":["USDC","ETH","WETH"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Success"},"402":{"description":"Payment Required"}}}},"/.well-known/x402":{"get":{"summary":"x402 payment discovery","responses":{"200":{"description":"Payment info"}}}}}}