Executive Summary
"Graduation" — the transition from a launch pool's protected phase into full liquidity access — is one of the highest-leverage decisions ProofGuard makes, because it is also the precondition a separate vault-support authorization routine checks before enabling backstop liquidity for that pool. Many launch platforms treat this transition as either purely time-based (a fixed countdown, regardless of what happened during it) or a discretionary human sign-off with no fixed, disclosed criteria — both are vulnerable to a project that simply manufactures enough real-looking volume through the qualifying window to clear a naive bar.
ProofGuard's graduation reviewer instead evaluates a fixed conjunction of objective, code-enforced criteria in a single deterministic pass: the minimum stabilization period, set by risk tier, must have actually elapsed; the pool's risk score must sit at or below a graduation-specific ceiling; none of a set of enumerated disqualifying conditions — including material wash trading and sybil-cluster abuse — may be present; and a separate set of required positive indicators must independently hold.
Problem Statement
Fixed-countdown "graduation" mechanics on bonding-curve launchpads are defeatable by wash trading: a project only has to produce enough round-trip volume through the qualifying window, and the countdown alone doesn't distinguish organic demand from circular self-trading. Discretionary manual sign-off avoids that specific weakness but introduces its own — undisclosed criteria applied inconsistently across projects, with no guarantee a denial is explained or even internally consistent.
Technical Architecture
The Conjunction
| Element | Type | Requirement |
|---|---|---|
| Stabilization period | Time gate | Elapsed since quarantine start, length set by risk tier |
| Risk score | Threshold | At or below graduation-specific ceiling (default 40) |
| Critical compliance alert | Disqualifier | Must be absent |
| Material wash trading | Disqualifier | Must be absent |
| Sybil-cluster abuse | Disqualifier | Must be absent |
| Treasury misuse | Disqualifier | Must be absent |
| Abnormal LP exit | Disqualifier | Must be absent |
| Sanctions exposure | Disqualifier | Must be absent |
| Beneficial-owner diversity | Required positive | Must be present |
| Clean capital inflow | Required positive | Must be present |
| Organic holder retention | Required positive | Must be present |
| Stable liquidity behavior | Required positive | Must be present |
The risk score's own wash-trading sub-component blends circular-volume share with abnormal trade velocity, so the "material wash trading" disqualifier is itself grounded in the same composite scoring architecture that governs the rest of the liquidity lifecycle in this filing.
Full-Reasons Evaluation, Not First-Failure
The reviewer does not stop at the first unmet element. It evaluates every element of the conjunction and accumulates every failing reason into a single list, so a denial is always fully explained rather than reporting only the first problem found. Graduation is permitted only when that list is empty, at which point the pool advances through its review state into a graduated state; if not, the denial and its complete reason set are anchored regardless.
Upstream Grounding in Certification
The risk tier that sets the stabilization-period length traces back to the Phase 0 certification process — a 16-point certification checklist evaluated before a project's pool is ever allowed to open — so the length of the road to graduation is itself set by an earlier, equally objective assessment rather than chosen arbitrarily at review time.
Prior Art Differentiation
| Approach | Basis | Wash-Trading Resistant? | Disclosed, Full Reasons? |
|---|---|---|---|
| Fixed-countdown bonding-curve graduation | Elapsed time or volume only | No | N/A |
| Discretionary manual sign-off | Human judgment | Inconsistent | No |
| JIL ProofGuard | Code-enforced conjunction | Yes | Yes, anchored |