diff --git a/src/adapters/peggedAssets/index.ts b/src/adapters/peggedAssets/index.ts index 3f809378..54b9480a 100644 --- a/src/adapters/peggedAssets/index.ts +++ b/src/adapters/peggedAssets/index.ts @@ -140,6 +140,7 @@ import aegbp from "./aryze-egbp"; //import aesgd from "./aryze-esgd"; import aeusd from "./aryze-eusd"; import hydt from './hydt' +import usdv from './usdv' export default { tether, @@ -284,4 +285,5 @@ export default { "aryze-egbp": aegbp, //if does not work, will test without aegbp, using only coingecko but since its the terminal not sure, will keep an eye //"aryze-esgd": aesgd, "hydt-protocol-hydt": hydt, + "verified-usd-foundation-usdv": usdv }; diff --git a/src/peggedData/peggedData.ts b/src/peggedData/peggedData.ts index 0085d513..81368360 100644 --- a/src/peggedData/peggedData.ts +++ b/src/peggedData/peggedData.ts @@ -2847,6 +2847,22 @@ export default [ twitter: "https://twitter.com/HydtProtocol", wiki: "https://hydtprotocol.com/#faqs", }, - - +{ + id: "143", + name: "Verified USD", + address: "0x0e573ce2736dd9637a0b21058352e1667925c7a8", + symbol: "USDV", + url: "https://usdv.money", + description:"Verified USD (USDV) is a tokenized real world asset (RWA) backed stablecoin built for modern finance.", + mintRedeemDescription:"USDV can be minted by approved entities called Minters through agreements with the issuing entity. Once purchased by Minters, USDV can circulate freely to anyone. There are no restrictions on who can hold or use USDV. For example, a user could swap ETH for USDV on a DEX", + onCoinGecko: "true", + gecko_id: "verified-usd-foundation-usdv", + cmcId: "28443", + pegType: "peggedUSD", + pegMechanism: "fiat-backed", + priceSource: "coingecko", + auditLinks: null, + twitter: "https://twitter.com/usdv_money", + wiki: "https://docs.usdv.money/docs/what-is-usdv/faq", +}, ] as PeggedAsset[];