{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "lucid-oracle-production-up-railway-app-api-generate-proof",
  "title": "Lucid-oracle-production \u00b7 Generate Proof",
  "url": "https://lucid-oracle-production.up.railway.app/api/generate-proof",
  "category": "media",
  "summary": "Lucid-oracle-production \u00b7 Generate Proof \u2014 x402-protected media API. Pay $0.050 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Lucid-oracle-production \u00b7 Generate Proof \u2014 x402 media API \u00b7 $0.050 per",
    "description": "Lucid-oracle-production \u00b7 Generate Proof \u2014 x402-protected media API. Pay $0.050 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.625,
    "median_category_atomic": 80000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x11c24fbcd702cd611729f8402d8fb51eca75ba83",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Generate zero-knowledge proof",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "tier": {
              "enum": [
                "basic",
                "standard",
                "premium"
              ],
              "type": "string",
              "required": true,
              "description": "Pricing tier (basic: $0.02, standard: $0.05, premium: $0.10)"
            },
            "inputs": {
              "type": "object",
              "required": true
            },
            "circuit": {
              "enum": [
                "hashPreimage",
                "rangeProof",
                "customArithmetic"
              ],
              "type": "string",
              "required": true,
              "description": "Circuit type to use for proof generation"
            }
          }
        },
        "output": {
          "proof": {
            "type": "object",
            "description": "zk-SNARK proof in Groth16 format"
          },
          "success": {
            "type": "boolean"
          },
          "metadata": {
            "type": "object",
            "properties": {
              "tier": {
                "type": "string"
              },
              "circuit": {
                "type": "string"
              },
              "proofId": {
                "type": "string"
              },
              "executionTime": {
                "type": "number"
              }
            }
          },
          "publicSignals": {
            "type": "array",
            "description": "Public outputs from circuit"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "lucid-oracle-production-up-railway-app",
    "host": "lucid-oracle-production.up.railway.app",
    "url": "https://lucid-oracle-production.up.railway.app",
    "favicon": "http://lucid-oracle-production.up.railway.app/favicon.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/lucid-oracle-production-up-railway-app-api-generate-proof",
    "url": "https://x402all.com/resource/lucid-oracle-production-up-railway-app-api-generate-proof",
    "name": "Lucid-oracle-production \u00b7 Generate Proof",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/lucid-oracle-production-up-railway-app-api-generate-proof",
      "@type": "Offer",
      "price": "0.05",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.050000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://lucid-oracle-production.up.railway.app/api/generate-proof",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/lucid-oracle-production-up-railway-app",
      "url": "https://lucid-oracle-production.up.railway.app",
      "name": "lucid-oracle-production.up.railway.app",
      "@type": "Organization"
    },
    "identifier": "lucid-oracle-production-up-railway-app-api-generate-proof",
    "description": "Lucid-oracle-production \u00b7 Generate Proof \u2014 x402-protected media API. Pay $0.050 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=lucid-oracle-production-up-railway-app-api-generate-proof",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=lucid-oracle-production-up-railway-app-api-generate-proof",
  "callability": {
    "status": "partial",
    "schema_callability": 0.282,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.2,
    "validated_at": "2026-05-10T23:21:44.587543+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://lucid-oracle-production.up.railway.app/api/generate-proof",
    "content_type": "application/json",
    "response_schema": {
      "proof": {
        "type": "object",
        "description": "zk-SNARK proof in Groth16 format"
      },
      "success": {
        "type": "boolean"
      },
      "metadata": {
        "type": "object",
        "properties": {
          "tier": {
            "type": "string"
          },
          "circuit": {
            "type": "string"
          },
          "proofId": {
            "type": "string"
          },
          "executionTime": {
            "type": "number"
          }
        }
      },
      "publicSignals": {
        "type": "array",
        "description": "Public outputs from circuit"
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "partial"
    },
    "contract_hash": "06c487b241e477954003fb7705bf9ddc545ace550549c6179de868522ed6ecf2"
  }
}