Skip to content

Commit

Permalink
Merge pull request #2 from dtrinity/feat/add_dusd
Browse files Browse the repository at this point in the history
feat: add dUSD pegged data
  • Loading branch information
0xstupig authored Jan 7, 2025
2 parents c62449f + b86e296 commit 9ec37d4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4496,5 +4496,24 @@ export default [
priceSource: "defillama",
twitter: "https://x.com/TrenFinance",
wiki: "https://docs.tren.finance/tokens/xy"
},
{
id: "224",
name: "dTRINITY USD",
address: "fraxtal:0x788D96f655735f52c676A133f4dFC53cEC614d4A",
symbol: "dUSD",
url: "https://dtrinity.org/",
description:
`dUSD is a decentralized and full-reserve stablecoin, backed by an on-chain reserve of other USD-denominated stablecoins and yieldcoins. Based on the ERC-20 standard, every dUSD token is backed by at least $1 of collateral and can be minted permissionlessly via smart contracts with no fees (excluding gas).`,
mintRedeemDescription: "Mirroring the US Dollar's non-redeemability for its underlying gold reserves post-Nixon Shock (1971), dUSD is also designed to have non-redeemable reserves to maximize float interest generation. In place of redemption, dUSD relies on open market operations to manage liquidity and stability, similar to the Fed.",
onCoinGecko: "true",
gecko_id: "dtrinity-usd",
cmcId: "",
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
auditLinks: "https://docs.dtrinity.org/developer/audits-and-security",
priceSource: "coingecko",
twitter: "https://x.com/dtrinity_defi",
wiki: "https://docs.dtrinity.org"
}
] as PeggedAsset[];

0 comments on commit 9ec37d4

Please sign in to comment.