Skip to content

Commit 608f854

Browse files
TokenBriceclaude
andcommitted
fix(report-cards): mark USDS blacklist as "possible" (code exists, not enabled)
The USDS contract contains a blacklist/freeze function that is currently inactive but could be enabled by Sky governance vote. This is distinct from coins with merely upgradeable contracts — the code is already deployed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3e7eacb commit 608f854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/stablecoins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export const TRACKED_STABLECOINS: StablecoinMeta[] = [
147147
usd("209", "Sky Dollar", "USDS", "crypto-backed", "centralized-dependent", {
148148
geckoId: "usds",
149149
dependencies: [{ id: "2", weight: 0.30 }],
150+
canBeBlacklisted: "possible",
150151
collateralQuality: "rwa",
151152
custodyModel: "institutional",
152153
collateral: "RWA (U.S. Treasuries ~40%), USDC via PSM (~30%), crypto (ETH/wstETH ~20%), other vaults; USDS is the upgraded DAI (1:1 swap), same vault system",

0 commit comments

Comments
 (0)