# ParlayTix Terminal Frontend > Public browse routes and public entity pages may be read and analyzed. Training use is not granted. ## Policy - crawl: allowed on public routes unless they are auth, account-link, debug, or test utilities - index: allowed for the static browse and legal pages listed below; auth and account surfaces are not intended for indexing - ai-train: no - polymarket-use: public Polymarket odds are used as a market-data input for pricing and monitoring; they are not the only source and do not imply a formal partnership or endorsement - source-of-truth: `src/shared/seo-metadata.ts`, `src/packages/server/src/utils/static-shell-metadata.ts`, `src/packages/server/src/api/sitemap.ts` - note: live crawler policy also depends on CDN/WAF configuration; keep that aligned with `robots.txt` ## Discovery Metadata - API catalog: /.well-known/api-catalog (application/linkset+json) - OpenAPI spec: /api/openapi.json (application/json) - Service health: /health (application/json) - AI plugin manifest: /.well-known/ai-plugin.json (application/json) ## How ParlayTix Uses Polymarket ParlayTix is the prediction market for tickets. It uses public Polymarket market odds, condition ids, and market URLs as pricing and resolution signals for ticket products. - Ticket Options: public Polymarket implied probability helps price the small premium for conditional access to a real ticket. - Ticket Triggers: Polymarket odds can be monitored as a threshold for auto-buying a ticket when the condition hits. - Group Deals and fan journeys: Polymarket-backed outcomes can be used as the shared condition that makes a group ticket offer relevant. - Prediction-market agent: authenticated users can research, quote, and manage Polymarket-related activity through the ParlayTix agent interface. - ParlayTix product outcome: the user is usually buying or automating ticket access, not receiving a cash payout from ParlayTix. Polymarket is the odds source and market reference. ## Static Public Browse Routes - / - /about - /scout/new - /discover - /explore - /world-cup - /nba - /trending - /board - /marketplace - /factory - /group-deals/new - /trigger/new - /fractionalize - /batch-fractionalization - /get-started - /pool - /hedge - /hedge-preview - /standard - /story - /faq - /terms - /privacy-policy - /data-deletion - /legal/token-disclaimer ## Public Entity Routes - /wager/:id - /xp/:id - /quotes/:id - /combo-quotes/:id - /parlay-quotes/:id - /tickets/:id - /positions/:id - /deals/:id - /trigger/:id - /missions/:id - /scout/:id - /watch/:id - /claims/:id - /worldview/:id - /market-maker/:id - /receipts/:id - /quote/:id ## Public Read-Only APIs - GET /api/wagers/public/:wagerId - GET /api/xp/public-quote/:quoteId - GET /api/xp/cond-quote/:quoteId - GET /api/scouts/public/:scoutId - GET /api/positions/status/:positionId - GET /api/triggers/public/:triggerId - GET /api/missions/public/:commitmentId - GET /api/worldview/public/:analysisId - GET /api/market-makers/status/:makerId - GET /api/trades/receipt/:identifier - GET /api/deals/public/:dealId - GET /api/og-image/:username