You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/about/page.tsx
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -553,6 +553,12 @@ export default function AboutPage() {
553
553
</li>
554
554
<li><spanclassName="text-foreground">CeFi-Dependent, unmapped</span> — falls back to 70 when dependencies aren't mapped or scores are unavailable</li>
555
555
</ul>
556
+
<pclassName="mt-2">
557
+
<spanclassName="text-foreground font-medium">Dependency type ceilings</span> — each dependency is classified as <em>wrapper</em>, <em>mechanism-critical</em>, or <em>collateral</em> (default).
558
+
Wrappers (e.g., syrupUSDC → USDC) are thin layers around the upstream — their score is capped at <codeclassName="text-xs">upstream − 3</code>.
559
+
Mechanism-critical dependencies (e.g., DAI → USDC via PSM) are essential to the peg — score is capped at the upstream's score.
560
+
Collateral dependencies use the blended formula with no ceiling.
561
+
</p>
556
562
<pclassName="text-xs">
557
563
The self-backed portion scores 75 (not 95) because CeFi-Dependent coins still carry systemic coupling risk — their peg mechanisms depend on upstream stablecoin infrastructure even for non-stablecoin collateral.
0 commit comments