{
  "openapi": "3.1.0",
  "info": {
    "title": "PolyCards Public Discovery Catalog",
    "version": "1.0.0",
    "description": "Public, read-only discovery resources for PolyCards Collections. This catalog documents machine-readable files and selected public API-style resources. It does not document wallet signing, private keys, trading authority, or paid promotion."
  },
  "servers": [
    {
      "url": "https://www.polycards.net"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "AI-readable PolyCards project overview",
        "responses": {
          "200": {
            "description": "Plain text / markdown-style guidance for AI agents and reviewers.",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/terms.txt": {
      "get": {
        "summary": "Plain-text PolyCards Terms and Disclaimer summary",
        "responses": {
          "200": {
            "description": "Plain text Terms, Disclaimer, risk, migration, and closure summary.",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/faq.txt": {
      "get": {
        "summary": "Plain-text PolyCards FAQ",
        "responses": {
          "200": {
            "description": "Plain text FAQ for users, reviewers, and AI agents.",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/agent-card.json": {
      "get": {
        "summary": "PolyCards Guide agent card",
        "responses": {
          "200": {
            "description": "Machine-readable discovery card for PolyCards Guide.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/agent-skills.json": {
      "get": {
        "summary": "PolyCards Guide skills index",
        "responses": {
          "200": {
            "description": "Public list of review and explanation skills exposed by PolyCards Guide.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/contracts.json": {
      "get": {
        "summary": "Official PolyCards contract registry",
        "responses": {
          "200": {
            "description": "Machine-readable official contract addresses, explorer links, review targets, event topics, safety notes, and limitations.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/metrics.json": {
      "get": {
        "summary": "PolyCards public metrics map",
        "responses": {
          "200": {
            "description": "Machine-readable metrics schema, on-chain sources, event-derived activity map, review limitations, and recommended reviewer output.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/review-simulation.md": {
      "get": {
        "summary": "PolyCards review simulation guide",
        "responses": {
          "200": {
            "description": "Markdown guide for read-only inspection, event checks, fork simulation, marketplace simulation, and reward-claim simulation.",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/abi/index.json": {
      "get": {
        "summary": "Public PolyCards ABI index",
        "responses": {
          "200": {
            "description": "ABI package index with function and event signatures for NFT, Game, and Marketplace contracts.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/abi/PolyCards.json": {
      "get": {
        "summary": "Premium NFT contract ABI",
        "responses": {
          "200": {
            "description": "ABI-only JSON array for the Premium NFT contract.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/abi/PolyCardsRoyal.json": {
      "get": {
        "summary": "Premium Game contract ABI",
        "responses": {
          "200": {
            "description": "ABI-only JSON array for the Premium Game contract.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/abi/PolyCardsMarketplace.json": {
      "get": {
        "summary": "Premium Marketplace contract ABI",
        "responses": {
          "200": {
            "description": "ABI-only JSON array for the Premium Marketplace contract.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/abi/PolyCardsVip.json": {
      "get": {
        "summary": "VIP NFT contract ABI",
        "responses": {
          "200": {
            "description": "ABI-only JSON array for the VIP NFT contract.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/abi/PolyCardsRoyalVip.json": {
      "get": {
        "summary": "VIP Game contract ABI",
        "responses": {
          "200": {
            "description": "ABI-only JSON array for the VIP Game contract.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/abi/PolyCardsMarketplaceVip.json": {
      "get": {
        "summary": "VIP Marketplace contract ABI",
        "responses": {
          "200": {
            "description": "ABI-only JSON array for the VIP Marketplace contract.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "summary": "Sitemap",
        "responses": {
          "200": {
            "description": "Public sitemap.",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/robots.txt": {
      "get": {
        "summary": "Robots policy",
        "responses": {
          "200": {
            "description": "Crawler policy and sitemap location.",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}
