Launchpad Set Token Socials
launchpad_set_token_socialsSet or update a launched token's Website / X / Telegram / Discord links OFF-CHAIN, gas-free, with the creator wallet's signature. Call once without signature to get the exact message to personal_sign, then again with signature (same timestamp + links). Works for every token whose on-chain socials are empty (all V2-factory launches); links show on the token page https://cymetica.com/launchpad/robinhood/token/, the launchpad cards and every API/NEXUS answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | Creator wallet that signed (default: the token's creator) | |
| discord | No | https://discord.gg/… (empty clears) | |
| No | https://x.com/… (empty clears) | ||
| website | No | https:// URL (empty clears) | |
| chain_id | No | Chain the token lives on (4663 Robinhood Chain, 5042 Arc, testnets 46630/5042002). Optional — the same address can exist on more than one chain; Robinhood wins the tie-break | |
| telegram | No | https://t.me/… (empty clears) | |
| signature | No | EIP-191 personal_sign of `message` from step 1 | |
| timestamp | No | Unix seconds embedded in the message (default now; reuse on the signed call) | |
| token_address | Yes | Launched token (0x…) |