Hi everyone,
I’ve deployed an NFT canister on the Internet Computer mainnet using the ICRC-7 standard. The contract follows the official specs ICRC-7 and is live.
However, the tokens do not appear in Plug or Stoic Wallet under my principal/account—even though the icrc7_tokens
, icrc7_metadata
, and icrc7_balance_of
functions return expected results when called directly (e.g., via DFX or Candid UI).
What I’ve Confirmed
The canister is deployed on mainnet
All required query methods (
icrc7_tokens
,icrc7_metadata
,icrc7_supported_standards
) are implementedMetadata follows the
record { text; Value }
ICRC formatOwnership and balances are correctly returned
Token image and attributes are encoded in metadata
What I Need Help With
- Is there any extra integration step needed for Plug/ Stoic to recognize ICRC-7 NFTs?
- Do these wallets currently support ICRC-7, or only EXT/legacy DIP721?
- Is a specific value expected in the
icrc7_supported_standards
response? - Are there any known limitations or delays in NFT display from new canisters?
Any guidance from wallet teams or community devs who’ve dealt with similar integration issues would be greatly appreciated
Thanks in advance!