Skip to content

Commit c3d2702

Browse files
add hashnote usyc
1 parent 602f3c1 commit c3d2702

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const chainContracts = {
2+
ethereum: {
3+
issued: ["0x136471a34f6ef19fe571effc1ca711fdb8e49f2b"],
4+
},
5+
};
6+
7+
// the USYC listing is flagged as doublecounted: true since 97% of it's supply sits in the Usual USD0 treasury: https://etherscan.io/address/0xdd82875f0840aad58a455a70b88eed9f59cec7c7 with a tiny amount also held in zoth zeusd
8+
9+
import { addChainExports } from "../helper/getSupply";
10+
const adapter = addChainExports(chainContracts);
11+
export default adapter;

src/peggedData/peggedData.ts

+21
Original file line numberDiff line numberDiff line change
@@ -4757,4 +4757,25 @@ export default [
47574757
twitter: "https://twitter.com/synnax_labs",
47584758
wiki: "https://docs.synnax.fi",
47594759
},
4760+
{
4761+
id: "237",
4762+
name: "Hashnote USYC",
4763+
address: "0x136471a34f6ef19fe571effc1ca711fdb8e49f2b",
4764+
symbol: "USYC",
4765+
url: "https://usyc.hashnote.com/",
4766+
description:
4767+
"USYC is a tokenized money market fund backed by U.S. Treasury bills, designed by Hashnote Labs (now part of Circle) to generate yield within the token itself for use as collateral in crypto markets",
4768+
mintRedeemDescription:
4769+
"USYC is minted when users deposit USDC into Hashnote's platform, which then invests in short-term U.S. Treasury bills to create the yield-bearing token, and it can be redeemed by converting it back to USDC at a 1:1 ratio through Circle's system",
4770+
onCoinGecko: "true",
4771+
gecko_id: "hashnote-usyc",
4772+
cmcId: null,
4773+
pegType: "peggedUSD",
4774+
pegMechanism: "fiat-backed",
4775+
priceSource: "defillama",
4776+
auditLinks: [],
4777+
twitter: "https://x.com/Hashnote_Labs",
4778+
wiki: "https://www.hashnote.com/",
4779+
doublecounted: true
4780+
},
47604781
] as PeggedAsset[];

0 commit comments

Comments
 (0)