From 1cab7df42c8d948e403340477d5d09626df32bce Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Sat, 2 Nov 2024 05:57:44 +0000 Subject: [PATCH] add solayer usd listing --- src/adapters/peggedAssets/index.ts | 6 ++++-- src/peggedData/peggedData.ts | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/adapters/peggedAssets/index.ts b/src/adapters/peggedAssets/index.ts index 82ac3d21..e13a5587 100644 --- a/src/adapters/peggedAssets/index.ts +++ b/src/adapters/peggedAssets/index.ts @@ -212,7 +212,8 @@ import thusd from "./threshold-usd"; import m from "./m-by-m^0"; import mod from "./move-dollar"; import usdx0 from "./usdx-money-usdx"; -import moneta from "./moneta" +import moneta from "./moneta"; +import solayerusd from "./solayer-usd" export default { tether, @@ -429,5 +430,6 @@ export default { "move-dollar": mod, "usdx-money-usdx": usdx0, "m-by-m^0": m, - "moneta": moneta + "moneta": moneta, + "solayer-usd": solayerusd }; diff --git a/src/peggedData/peggedData.ts b/src/peggedData/peggedData.ts index e9787afd..b67d2034 100644 --- a/src/peggedData/peggedData.ts +++ b/src/peggedData/peggedData.ts @@ -4332,5 +4332,25 @@ export default [ priceSource: "defillama", twitter: "https://x.com/USDMOfficial", wiki: "https://moneta.global/moneta-usdm/" + }, + { + id: "216", + name: "Solayer USD", + address: "solana:susdabGDNbhrnCa6ncrYo81u4s9GM8ecK2UwMyZiq4X", + symbol: "sUSD", + url: "https://solayer.org/platform/susd", + description: + `sUSD is a yield-bearing stablecoin on Solana that is pegged to the U.S. dollar and backed by U.S. Treasury Bills (T-bills)`, + mintRedeemDescription: + "To mint sUSD, a user locks USDC into the system, which creates a quote. This quote specifies the USDC amount, expiry time, and commission rate. A qualified liquidity provider then fulfills the buy order by transferring out the USDC and sending back a wrapped T-Bill as proof. Based on the wrapped T-Bill, the Solayer sUSD Program mints sUSD, which remains pegged 1:1 with USD", + onCoinGecko: "false", + gecko_id: "solayer-usd", + cmcId: null, + pegType: "peggedUSD", + pegMechanism: "fiat-backed", + auditLinks: null, + priceSource: "defillama", + twitter: "https://x.com/solayer_labs", + wiki: "https://docs.solayer.org/susd/what-is-susd" } ] as PeggedAsset[];