Skip to content

Commit

Permalink
add xy token listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Dec 27, 2024
1 parent fd52830 commit 7b97d1e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ import usdf from "./astherus-usdf"
import avalon_usda from "./avalon-usda"
import usdtb from "./usdtb"
import pausd from "./parallel-usd"
import xy from "./tren-debt-token"

export default {
tether,
Expand Down Expand Up @@ -443,5 +444,6 @@ export default {
"satoshi-stablecoin": satusd,
"astherus-usdf": usdf,
"usda-2": avalon_usda, // coingecko id first, than token
usdtb // same as coingeckoID
usdtb, // same as coingeckoID
"tren-debt-token":xy
};
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4472,5 +4472,25 @@ export default [
priceSource: "defillama",
twitter: "https://x.com/ParallelMoney",
wiki: "https://docs.mimo.capital/parallel-protocol/parallel-protocol/par-1"
},
{
id: "223",
name: "TREN Debt Token",
address: "arbitrum:0xd4fe6e1e37dfcf35e9eeb54d4cca149d1c10239f",
symbol: "XY",
url: "https://www.tren.finance/",
description:
`XY is a synthetic dollar debt token in the Tren Finance ecosystem, backed by overcollateralized loans and using LayerZero's OFT standard for cross-chain transfers`,
mintRedeemDescription:
"Users mint XY by depositing collateral, while redemption is managed through automated peg stability contracts and buyback-and-burn mechanisms, avoiding direct redemptions to protect user collateral",
onCoinGecko: "true",
gecko_id: "tren-debt-token",
cmcId: "16013",
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
auditLinks: "https://github.com/zokyo-sec/audit-reports/blob/main/Tren%20Finance/Tren%20Finance_Zokyo_audit_report_Nov19th_2024.pdf",
priceSource: "defillama",
twitter: "https://x.com/TrenFinance",
wiki: "https://docs.tren.finance/tokens/xy"
}
] as PeggedAsset[];

0 comments on commit 7b97d1e

Please sign in to comment.