Test current production parameters (alpha=0.85, reciprocalPenalty=0.95) against 132K real agents sourced from Helixa API + ERC-8004 on Base. Compare PageRank rankings vs Helixa's 13-factor trust scores to establish ground truth correlation.
- 5 runs varying trust initialization strategies (uniform, degree-based, KYC-weighted, random, Helixa-seeded)
- 5 runs varying edge-weight schemes (binary, transaction-volume, recency-weighted, Helixa-endorsed, composite)
| Parameter | Value | Notes |
|---|---|---|
| alpha (damping) | 0.85 | Production default |
| reciprocalPenalty | 0.95 | Reduces mutual-endorsement weight |
| Graph size | 132K nodes | Full Helixa dataset |
| Ground truth | Helixa 13-factor | External validation source |
Spearman correlation ≥0.7 for honest agents between PageRank scores and Helixa trust ratings. This establishes that our algorithm is directionally aligned with real-world trust signals.
If correlation is <0.5, the current parameter regime may be fundamentally misaligned with real trust patterns, requiring a larger parameter sweep before proceeding to H2.