Token display and presence

Solana token metadata diagnostics

Inspect Metaplex and Token-2022 metadata, broken JSON, inaccessible images and downstream inconsistencies.

No wallet connection. No sign-up. Free presence check.

Direct answer

Solana token metadata can use a Metaplex account or Token-2022 metadata extensions. Finding the correct path is only the beginning: its JSON, image, authority and downstream propagation must also be validated.

Diagnostic principles

Know which layer you are fixing

01

Identify the metadata architecture

A checker that looks only for a Metaplex PDA can incorrectly report valid Token-2022 extension metadata as missing.

02

Validate every off-chain dependency

A URI existing on-chain does not prove its JSON is valid or that the image returns public image bytes to external clients.

03

Change only the first broken layer

When canonical data is healthy and one platform differs, use that platform’s workflow or monitor propagation instead of sending another on-chain transaction.