Skip to content

Commit

Permalink
add solayer usd listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Nov 2, 2024
1 parent efef4c1 commit 1cab7df
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
};
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];

0 comments on commit 1cab7df

Please sign in to comment.