An open, source-linked library of mathematical problems with cash rewards and permanent citation numbers.
177 unresolved targets. 177 immutable PPL numbers. One place to compare the mathematics, reward terms, status evidence, and primary references.
Prize problems are scattered across institutional pages, personal websites, papers, challenge programs, and maintained problem databases. Offers change. Problems get solved. Sponsor pages disappear.
Prize Problem Ledger turns those fragments into an auditable public collection:
- one stable number and URL for every problem;
- exact reward amounts, sponsors, deadlines, and caveats;
- separate labels for verified, source-stated, renewal-pending, and sponsor-reconfirmation records;
- direct links to primary rules and scholarly references;
- search and sorting by PPL number, title, prize value, time open, and reference depth.
The reward is an invitation. The mathematics is the point.
Every accepted entry receives an append-only identifier such as PPL 017. The founding 177 identifiers were randomized once, independently of title, field, reward, and display order; PPL 007 was reserved for the Krenn–Gu conjecture. PPL numbers are identifiers, not ranks. The launch mapping is the immutable baseline: its numbers are never changed or reused, and new entries receive the next unused number.
Use the short form in papers, posts, and conversations:
We solved PPL 017.
The full citation form is PPL 017: [Problem title] — Prize Problem Ledger.
Legacy title-based URLs remain available, while canonical links use the
permanent number.
- Browse all prize problems
- Propose a missing problem
- Correct an existing record
- Read the contribution guide
If you know that a problem was solved, a reward was claimed, or a sponsor changed the terms, please open an issue with a direct source.
The catalog includes:
- the six open Millennium Prize Problems;
- strict-open rewarded Erdős problems;
- Beal, Collatz, Rule 30, S-combinator, Certicom ECC, Poseidon, MiMC, and RC5 challenges;
- Kimberling, Boyer, Okhotin, Zhi-Wei Sun, Talagrand, Nanongkai, Althöfer, and Scott Foundation offers;
- selected cryptography, graph theory, coding theory, combinatorics, and computational targets.
Private bounties have no central registry, so the collection does not claim literal completeness. It does claim transparent sourcing and honest uncertainty.
Requirements: Node.js 22.13 or newer and pnpm.
pnpm install
pnpm run devValidation:
pnpm run lint
pnpm run build
pnpm test
GITHUB_PAGES=true pnpm run build:pages
pnpm run test:pagesThe route test verifies the catalog and every indexed /problems/[id] page.
app/page.tsx— searchable catalogapp/problems/[id]/page.tsx— permanent problem dossierapp/data/— source-linked records and the permanent PPL number registryapp/sitemap.ts— root page plus every problem URL.github/ISSUE_TEMPLATE/— structured additions and corrections
The public site is exported as static HTML and deployed automatically to GitHub
Pages from the main branch.