Skip to content

Commit b8fa7be

Browse files
enable arche protocol msd listing
1 parent 649704d commit b8fa7be

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

src/adapters/peggedAssets/index.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ import eurcv from "./societe-generale-forge-eurcv";
253253
import standx_dusd from './standx-dusd';
254254
import usbd from './usbd';
255255
import reusd from './resupply-usd';
256-
import tbill from './openeden-tbill'
256+
import tbill from './openeden-tbill';
257+
import msd from './arche-protocol-msd';
257258

258259
export default {
259260
tether,
@@ -512,5 +513,6 @@ export default {
512513
'standx-dusd': standx_dusd,
513514
'usbd': usbd,
514515
'resupply-usd': reusd,
515-
'openeden-tbill': tbill
516+
'openeden-tbill': tbill,
517+
"arche-protocol-msd": msd,
516518
};

src/peggedData/peggedData.ts

+18
Original file line numberDiff line numberDiff line change
@@ -5181,4 +5181,22 @@ export default [
51815181
twitter: "https://x.com/A7A5official",
51825182
wiki: "https://a7a5.kg/transparency",
51835183
},*/
5184+
{
5185+
id: "259",
5186+
name: "Arche Protocol MSD",
5187+
address: "0x7c9d9f4972072b6ff7dfa48f259688e7286abac9ebd192bbda30fea910139024",
5188+
symbol: "MSD",
5189+
url: "https://www.archeprotocol.xyz/borrow",
5190+
description: "Arche Protocol is the first native decentralized USD-pegged algorithmic stablecoin with exogenous collateral protocol built on the Movement Blockchain",
5191+
mintRedeemDescription: "Users deposit native assets like APT, SUI, and MOVE as collateral, which are staked via liquid staking providers, to mint MSD stablecoins on the Movement chain",
5192+
onCoinGecko: "false",
5193+
gecko_id: "arche-protocol-msd",
5194+
cmcId: null,
5195+
pegType: "peggedUSD",
5196+
pegMechanism: "crypto-backed",
5197+
priceSource: "defillama",
5198+
auditLinks: [],
5199+
twitter: "https://x.com/archeprotocol",
5200+
wiki: "https://arche-protocol.gitbook.io/arche-protocol",
5201+
},
51845202
] as PeggedAsset[];

0 commit comments

Comments
 (0)