JRZY enforces NCAA amateur rules, age-of-majority gates, jurisdiction-specific NIL law, and per-source freshness SLAs. Stake holder reward distribution is gated behind a single feature flag and held until legal review concludes.
Compliance is a first-class concern at JRZY. The platform pulls data on basketball athletes ranging from 14-year-old AAU prospects to 40-year-old veterans across NBA, WNBA, EuroLeague, G-League, and college. The legal surface is large; the controls are explicit.
**NCAA + amateur rules**
HS athletes are flagged with a credibility badge (unverified, coach-confirmed, combine-measured, rankings-verified). NIL data flow is gated by state — JRZY honors per-state amateur rules and does not surface deal-value estimates in states where it would violate program eligibility.
**Age of majority**
Athletes under 18 require a verified parent or guardian email on file before any private fields (contact, deal pipeline) become editable. Public stats stay public — they're derived from public sources.
**Jurisdiction**
EuroLeague, BSL, NBL Australia, and ACB contracts have buyout-clause rules NBA contracts lack. ContractParser surfaces these explicitly. Per-jurisdiction policy overrides live in /admin/compliance.
**Data integrity**
Every MCP source has a last-polled timestamp in Redis. Freshness status (live <1h, recent <12h, aging <48h, stale >48h) is exposed per source. The /admin/integrity surface flags wash-trade pairs, price-spike windows, and holder-cluster anomalies in the stake exchange.
**Stake holder reward gating**
The 20% stake-pool share of affiliate revenue accrues per athlete every period (60% JRZY / 20% athlete / 20% stake pool). Distribution to stake holders is gated by `ACTIVATION_FLAGS.stakeHolderRewards` (default `false`). The pool accumulates silently until a legal review of securities-law treatment concludes — at which point one flag flip activates monthly distribution for all historical and future periods.
**Data subject requests**
Access, correction, deletion, and portability requests go to privacy@jrzy.com. Most fields are editable in /settings without filing a request.