{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "oracle-pnp-exchange-check-settlement-rules",
  "title": "PNP Exchange \u00b7 Prediction Market Oracle",
  "url": "https://oracle.pnp.exchange/check-settlement-rules",
  "category": "finance",
  "summary": "Evaluates prediction market settlement conditions using real-time LLM analysis, returning YES/NO/NULL determinations with explanatory reasoning.",
  "seo": {
    "title": "Prediction Market Oracle API - x402 LLM Settlement",
    "description": "LLM-powered prediction market settlement oracle. $0.0001 USDC per call on Base and Solana. PNP Exchange real-time market resolution with reasoning."
  },
  "use_cases": [
    "Automate prediction market resolution with AI verification",
    "Verify settlement conditions for decentralized betting",
    "Resolve ambiguous market outcomes with documented reasoning"
  ],
  "ideal_buyer": "Prediction market operators and DeFi protocols requiring automated, explainable market settlement.",
  "example_prompt": "Check if the market condition 'Bitcoin above $100k by March 2025' should settle YES or NO",
  "example_request_body": {
    "market_id": "btc-100k-march-2025",
    "resolution_source": "coinbase"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.003,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x06a6de85f4fe1faa6d93a60ade44c3d30ef32655",
      "asset": "0x0000000000000000000000000000000000000000",
      "max_amount_required_atomic": "100",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "PNP Oracle : Settle prediction markets with real-time LLMs",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "question": {
              "type": "string",
              "required": true,
              "description": "The market question"
            },
            "endTimeIso": {
              "type": "string",
              "required": true,
              "description": "End time ISO string, e.g. 2027-01-02 16:01:00+00"
            },
            "settlement_criteria": {
              "type": "string",
              "required": true,
              "description": "Explicit criteria used to resolve the market (YES/NO outcome)"
            }
          }
        },
        "output": {
          "answer": {
            "type": "string",
            "description": "YES, NO, or null"
          },
          "reasoning": {
            "type": "string"
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "0x06a6de85f4fe1faa6d93a60ade44c3d30ef32655",
      "asset": "11111111111111111111111111111111",
      "max_amount_required_atomic": "100",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "PNP Oracle : Settle prediction markets with real-time LLMs",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "question": {
              "type": "string",
              "required": true,
              "description": "The market question"
            },
            "endTimeIso": {
              "type": "string",
              "required": true,
              "description": "End time ISO string, e.g. 2027-01-02 16:01:00+00"
            },
            "settlement_criteria": {
              "type": "string",
              "required": true,
              "description": "Explicit criteria used to resolve the market (YES/NO outcome)"
            }
          }
        },
        "output": {
          "answer": {
            "type": "string",
            "description": "YES, NO, or null"
          },
          "reasoning": {
            "type": "string"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "oracle-pnp-exchange",
    "host": "oracle.pnp.exchange",
    "url": "https://oracle.pnp.exchange",
    "favicon": "https://oracle.pnp.exchange/pnp.jpeg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/oracle-pnp-exchange-check-settlement-rules",
    "url": "https://x402all.com/resource/oracle-pnp-exchange-check-settlement-rules",
    "name": "PNP Exchange \u00b7 Prediction Market Oracle",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/oracle-pnp-exchange-check-settlement-rules",
        "@type": "Offer",
        "price": "0.0001",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.000100",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x0000000000000000000000000000000000000000"
          }
        ]
      },
      {
        "url": "https://x402all.com/resource/oracle-pnp-exchange-check-settlement-rules",
        "@type": "Offer",
        "price": "0.0001",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.000100",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "11111111111111111111111111111111"
          }
        ]
      }
    ],
    "sameAs": "https://oracle.pnp.exchange/check-settlement-rules",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/oracle-pnp-exchange",
      "url": "https://oracle.pnp.exchange",
      "name": "oracle.pnp.exchange",
      "@type": "Organization"
    },
    "identifier": "oracle-pnp-exchange-check-settlement-rules",
    "description": "LLM-powered prediction market settlement oracle. $0.0001 USDC per call on Base and Solana. PNP Exchange real-time market resolution with reasoning.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=oracle-pnp-exchange-check-settlement-rules",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=oracle-pnp-exchange-check-settlement-rules"
}
