Skip to content

Commit 39b14c2

Browse files
committed
feat(web-app): update KTB token info with Etherfuse Korean Treasury Bond data
Add proper description, summary, and buyInfo for KTB in discover page, matching the same Etherfuse pattern used by USTRY, TESOURO, and CETES. Made-with: Cursor
1 parent 1c51ece commit 39b14c2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

apps/web-app/public/assets/ktb.png

-5.3 KB
Loading

apps/web-app/src/features/stocks/utils/stockInfo.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,14 @@ export const STOCK_INFO: Record<string, StockInfo> = {
6262
},
6363
KTB: {
6464
logo: "/assets/ktb.png",
65-
name: "KTB Token",
66-
description: "Real-world asset token available on Neko testnet",
65+
name: "Korean Treasury Bond",
66+
description:
67+
"Tokenized Korean government bonds (KTBs) via Etherfuse and Shinhan Securities",
6768
summary:
68-
"KTB is an RWA (real-world asset) token deployed on Stellar testnet for Neko Protocol liquidity and borrowing flows.",
69+
"KTB is an Etherfuse Stablebond backed by short-term Korean Treasury Bonds — South Korean sovereign debt that earns yield on-chain. Issued in partnership with Shinhan Securities, it provides transparent exposure to one of Asia's most stable government bond markets. Available on Stellar, Solana, Base, Polygon, and Monad. Buy on Etherfuse at app.etherfuse.com or test at devnet.etherfuse.com.",
70+
buyInfo: {
71+
platform: "Etherfuse",
72+
url: "https://app.etherfuse.com",
73+
},
6974
},
7075
};

apps/web-app/src/lib/constants/assets.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const ASSETS_BY_NETWORK: Record<NetworkId, Record<string, AssetConfig>> = {
7676
},
7777
KTB: {
7878
code: "KTB",
79-
name: "KTB Token",
79+
name: "Korean Treasury Bond",
8080
contract: "CANIRPAKV2SUEH7O6LIOIQE5GCCIIS7EWFRRXBONIF2F2H6GEBDARAEM",
8181
decimals: 7,
8282
icon: "/assets/ktb.png",

0 commit comments

Comments
 (0)