From 5cac87385378416638ee0a15aeb3c81c7ca19ca8 Mon Sep 17 00:00:00 2001 From: Rodion Date: Tue, 4 Aug 2026 16:50:58 +0400 Subject: [PATCH] Update LOYAL token metadata description and add project links --- scripts/assets/LOYAL/LOYAL.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/assets/LOYAL/LOYAL.json b/scripts/assets/LOYAL/LOYAL.json index 0b3984b32..a22e59760 100644 --- a/scripts/assets/LOYAL/LOYAL.json +++ b/scripts/assets/LOYAL/LOYAL.json @@ -1,6 +1,15 @@ { "name": "Loyal", "symbol": "LOYAL", - "description": "Loyal is a Solana-based private decentralized intelligence protocol. It enables full data ownership, auditable and decentralized compute and complete censorship resistance.", - "image": "https://raw.githubusercontent.com/metaDAOproject/futarchy/refs/heads/develop/scripts/assets/LOYAL/LOYAL.png" -} \ No newline at end of file + "description": "Loyal is self-custodial agentic finance on Solana. Agents make DeFi safer and simpler to use, and you keep your keys and the final say. Open source and governed by MetaDAO futarchy, with the treasury in a DAO-controlled multisig and protocol fees flowing back to it.", + "image": "https://raw.githubusercontent.com/metaDAOproject/futarchy/refs/heads/develop/scripts/assets/LOYAL/LOYAL.png", + "external_url": "https://askloyal.com", + "extensions": { + "website": "https://askloyal.com", + "app": "https://app.askloyal.com", + "docs": "https://docs.askloyal.com", + "twitter": "https://x.com/loyal_hq", + "telegram": "https://t.me/loyal_tgchat", + "github": "https://github.com/loyal-labs" + } +}