Last active
April 17, 2026 00:11
-
-
Save gumdropsteve/d3ef3a9e8fa94a2bee277602d952f204 to your computer and use it in GitHub Desktop.
mUSDX token metadata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Staked USDX", | |
| "symbol": "mUSDX", | |
| "description": "mUSDX is the yield-bearing form of USDX, the mortgage-backed stablecoin", | |
| "image": "https://gist.githubusercontent.com/gumdropsteve/d3ef3a9e8fa94a2bee277602d952f204/raw/musdx-icon.svg", | |
| "external_url": "https://trystable.co", | |
| "attributes": [ | |
| { | |
| "trait_type": "Type", | |
| "value": "Yield-Bearing Stablecoin" | |
| }, | |
| { | |
| "trait_type": "Underlying", | |
| "value": "USDX" | |
| }, | |
| { | |
| "trait_type": "Chain", | |
| "value": "Solana" | |
| } | |
| ], | |
| "properties": { | |
| "files": [], | |
| "category": "image", | |
| "links": { | |
| "website": "https://trystable.co" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment