Skip to content

Commit 03db173

Browse files
TokenBriceclaude
andcommitted
docs(about): document dependency type ceiling methodology
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 191a98b commit 03db173

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/about/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,12 @@ export default function AboutPage() {
553553
</li>
554554
<li><span className="text-foreground">CeFi-Dependent, unmapped</span> &mdash; falls back to 70 when dependencies aren&apos;t mapped or scores are unavailable</li>
555555
</ul>
556+
<p className="mt-2">
557+
<span className="text-foreground font-medium">Dependency type ceilings</span> &mdash; each dependency is classified as <em>wrapper</em>, <em>mechanism-critical</em>, or <em>collateral</em> (default).
558+
Wrappers (e.g., syrupUSDC &rarr; USDC) are thin layers around the upstream &mdash; their score is capped at <code className="text-xs">upstream &minus; 3</code>.
559+
Mechanism-critical dependencies (e.g., DAI &rarr; USDC via PSM) are essential to the peg &mdash; score is capped at the upstream&apos;s score.
560+
Collateral dependencies use the blended formula with no ceiling.
561+
</p>
556562
<p className="text-xs">
557563
The self-backed portion scores 75 (not 95) because CeFi-Dependent coins still carry systemic coupling risk &mdash; their peg mechanisms depend on upstream stablecoin infrastructure even for non-stablecoin collateral.
558564
</p>

0 commit comments

Comments
 (0)