From 23aa340d6b72ee3f25c00c16150cb5dc02d45770 Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Tue, 15 Oct 2024 18:05:46 +0100 Subject: [PATCH] add usdx listing --- src/peggedData/peggedData.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/peggedData/peggedData.ts b/src/peggedData/peggedData.ts index 0133a120..42834b18 100644 --- a/src/peggedData/peggedData.ts +++ b/src/peggedData/peggedData.ts @@ -4293,4 +4293,24 @@ export default [ twitter: "https://x.com/m0foundation", wiki: "https://docs.m0.org/portal/overview/whitepaper/i.-introduction" }, + { + id: "214", + name: "USDX Money USDX", + address: "bsc:0xf3527ef8de265eaa3716fb312c12847bfba66cef", + symbol: "USDX", + url: "https://usdx.money/", + description: + `USDX is a synthetic USD stablecoin that takes on forms of BTC as backing, combined with short BTC hedges on exchanges to achieve a delta neutral approximate dollar position`, + mintRedeemDescription: + "USDX can be minted by approved entities who pass KYC/KYB screenings, using USDX.money contracts, where users deposit cryptocurrency as collateral and receive USDX, with corresponding short positions opened on derivatives exchanges to hedge the backing assets", + onCoinGecko: "true", + gecko_id: "usdx-money-usdx", + cmcId: null, + pegType: "peggedUSD", + pegMechanism: "crypto-backed", + auditLinks: null, + priceSource: "defillama", + twitter: "https://x.com/usdx_money", + wiki: "https://docs.usdx.money/a-synthetic-usd/usdx-basics" + }, ] as PeggedAsset[];