$CATSKY / Cardano Guides / Tokens not showing
Cardano guides · updated September 12, 2026
Cardano tokens not showing? Check these six causes in order
Most missing Cardano tokens are not missing: the transaction is still pending or your wallet has not refreshed, the wallet is hiding or mislabeling the asset, or the tokens went to a different address or account than the one you are looking at. Less often the sender's transaction never happened or was rejected for lacking the minimum ada every token transfer must carry. Work down the list from most to least common, then let a block explorer settle it: tokens live on the chain, not in the app.
Cause 1, the usual one
Is the transaction confirmed and has your wallet caught up?
A signed transaction first sits in a mempool, "the pool of pending transactions a Cardano node holds locally before they are included in a block" (cardano.org glossary, checked September 12, 2026). Until a block includes it, no wallet shows the tokens.
- Check the sender's transaction status. In Lace the Activity tab shows a green arrow once a transaction is confirmed (Lace FAQ, checked September 12, 2026).
- Refresh, then re-sync. Yoroi says to pull down on mobile or refresh the browser tab, then use Settings, Wallet, Resync wallet; a newly imported wallet can take several minutes (Yoroi help, checked September 12, 2026). Eternl's Re-Sync Wallet, under Wallet Settings, is "useful if transactions are missing or balances appear incorrect" (Eternl wiki, checked September 12, 2026).
- Check sync and network settings. Eternl's optional Manual Sync means you "may see stale wallet data until you manually sync" (Eternl wiki), and a wallet switched to a testnet shows nothing, because "funds are not shared between networks" (Eternl wiki, both checked September 12, 2026).
If a resync does not help, clear the app cache (Eternl: Reset Application Cache, same source). Never delete and re-add a wallet without the recovery phrase in hand; read how to restore a Cardano wallet first.
Cause 2
Is the wallet hiding the token or showing it under a different name?
A native token has no built-in name or logo. Wallets get those from the off-chain Cardano Token Registry, and registration "is optional and is independent of any on-chain activities" (Cardano docs source, checked September 12, 2026). An unregistered or newly registered token can appear as a hex asset name under a bare policy ID instead of the ticker you expected, often sorted below the named assets. Search by policy ID before deciding it is absent; for example, the reliable match for $CATSKY is its policy ID 9b426921a21f54600711da0be1a12b026703a9bd8eb9848d08c9d921, not the name.
A token minted with a quantity of one is usually treated as an NFT, and Lace shows those on a separate NFTs tab (Lace FAQ, checked September 12, 2026). And some views filter small holdings: Cexplorer's asset list for a stake address has a Hide Low Balances toggle next to All, Tokens and NFTs (Cexplorer example, checked September 12, 2026). If your wallet has a similar filter or hidden-assets list, check its own current help pages, since filters change between versions.
Cause 3
Did the tokens go to a different address or account?
One Cardano address accepts ada, native tokens and NFTs alike (Lace FAQ, checked September 12, 2026), so the question is which wallet and account that address belongs to. Four mix-ups cover almost every case.
- An exchange deposit address. Then the tokens are on the exchange's books. Kraken's missing-deposit checklist starts with confirming the address "is one of your deposit addresses" and that the deposit met the confirmation requirements (Kraken support, checked September 12, 2026).
- Another account under the same phrase. Multi-account wallets derive several accounts from one phrase, and "each account is derived from the same mnemonic but has its own unique set of addresses and keys" (Eternl wiki, checked September 12, 2026). After a restore, Eternl shows account 0 unless you add the others again, a documented cause of a zero balance (Eternl wiki, checked September 12, 2026).
- A different recovery phrase. The same page notes "it is common to have multiple recovery phrases from different wallets"; a hardware wallet's phrase also uses a different derivation path, so restoring it as a software wallet shows nothing.
- An old Byron address. Byron addresses start with Ae2 or DdzFF; Shelley ones with addr1 (Coinbase help · CIP-19, checked September 12, 2026). Byron-era wallets "do not support ADA stake delegation, Cardano custom tokens, smart contracts, or NFTs" (Emurgo, checked September 12, 2026), so a token sent there is on the chain but invisible in a Byron wallet. Restore the phrase in a current wallet and move everything to a Shelley address.
Causes 4 and 5
Did the send never happen, or get rejected for missing ada?
When the sender is a service, "sent" often means "queued". DripDropz describes a claim as "one of many transactions standing in queue, just waiting their turn" and asks you to open a ticket only "if things haven't moved after 48 hours" (DripDropz, checked September 12, 2026). Pay the claim once and wait; our DripDropz guide covers the flow.
DEX swaps are the same story. Yoroi's help page opens with "swapping is not an immediate transaction" and sends you to Swap, Order, Open Order, where an order waits until the market meets your slippage setting or you cancel it (Yoroi help, checked September 12, 2026). VESPR and Lace say the same: a pending or failed swap leaves your funds in place (VESPR docs · Lace FAQ, checked September 12, 2026). You hold an open order, not a missing token: wait, widen slippage, or cancel.
The other way a transfer never arrives is the minimum-ada rule. Cardano makes it "impossible to make outputs containing only custom tokens": every token output must carry a minimum ada value, which rises with the number of token types in it (docs.cardano.org, checked September 12, 2026). A wallet that cannot cover it refuses to build the transaction (Eternl: "Output too small" (Eternl wiki, checked September 12, 2026). If someone says they sent tokens and nothing shows, ask for the transaction hash: no hash, no transaction. The same rule is why your balance shows "locked" ada, the ada bound to your tokens (Eternl wiki, checked September 12, 2026). How to send ADA and tokens covers the sender's side.
Cause 6, the opposite problem
What about tokens that show up but you never asked for?
Anyone can mint a native token and send it to your address. Unsolicited tokens usually imitate a real project's name or carry a URL promising a claim. Do not follow the link, and never type your recovery phrase into a site to "unlock" anything. cardano.org's scam page says to double-check URLs against real wallet sites and to "never share your recovery phrase, even with 'support' staff or 'moderators'" (cardano.org, checked September 12, 2026). Before trading any token, match its policy ID against the project's own channels: how to verify a Cardano token policy ID shows the steps.
The proof
How do you prove where the tokens are?
A block explorer reads the chain directly, so it settles every case above. Copy your receiving address from the wallet (Eternl: the Receive tab or button, Eternl wiki, checked September 12, 2026) and paste it into the search box at cexplorer.io. Better, search your stake address (it starts with stake1): the explorer then lists every asset across all addresses sharing that stake key, with a policy ID per asset (Cexplorer stake page, checked September 12, 2026). Cardanoscan works the same way (how to read a transaction on Cardanoscan). With the sender's transaction hash, search that and read the output addresses: the one holding your tokens is where they went.
| Wallet or tool | Documented refresh and display behaviour | Source, checked September 12, 2026 |
|---|---|---|
| Yoroi | Pull down (mobile) or refresh (browser), then Settings, Wallet, Resync wallet. Swaps wait under Swap, Order, Open Order until filled or cancelled. | Yoroi help · swap page |
| Eternl | Re-Sync Wallet rebuilds state from the chain; Manual Sync (off by default) can leave stale balances; extra account indexes must be re-added after a restore. | wallet settings · account settings |
| Lace | Activity tab shows a green arrow once confirmed; NFTs sit on their own tab; a failed swap leaves tokens in place. | Lace FAQ |
| VESPR | Stuck orders retry when the quote goes stale; funds stay pending; unfilled DEX deposits refund, minus a 1 ADA service charge on a full cancel. | pending orders · refunds |
| DripDropz | Claims queue behind block capacity; contact support only after 48 hours; each claim returns tokens plus minUTXO ada. | DripDropz · how it works |
Menus move between versions, so follow the linked help page if a path does not match. And do not post "my tokens are missing" on social media: Yoroi warns that the replies will be scammers (same source).
Straight answers
Frequently asked
My tokens show on the explorer but not in my wallet. Are they lost?
No. If an explorer lists them against your address or stake address, they are on the chain; the app is only a viewer. Re-sync (Yoroi: Settings, Wallet, Resync wallet; Eternl: Wallet Settings, Re-Sync Wallet), update the app, or restore the same phrase in a second wallet (Yoroi help · Eternl wiki, checked September 12, 2026).
How long should a Cardano token transfer take to appear?
A transaction waits in a node's mempool until a block includes it. During congestion a wallet may refuse to submit with a "Mempool full" message; wait a few minutes and resubmit (cardano.org glossary · Eternl wiki, checked September 12, 2026).
Can someone send me a token without any ADA attached?
No. Cardano makes it impossible to create an output holding only custom tokens; the sender must include the minimum ada value, and that ada becomes yours. A send that ignores this is rejected before it reaches the chain, so nothing arrives (docs.cardano.org, checked September 12, 2026).
I restored my recovery phrase and the balance is zero. What now?
Check that the phrase belongs to this wallet, that the word count matches (Shelley wallets use 24 words, older Byron wallets used 12), and that any extra account you created earlier has been added again, since each account index has its own addresses (Eternl wiki · Emurgo, checked September 12, 2026).
Related: all guides · read a Cardano transaction on Cardanoscan · verify a Cardano token policy ID · restore a Cardano wallet
Not financial advice. $CATSKY is a meme token; cryptocurrency carries significant risk and you can lose everything. Buybacks are discretionary — not guaranteed, and may change or stop at any time. Do your own research; verify everything on-chain. Wallets, exchanges and tools named on this site are independent products we are not affiliated with, except as the Legal page discloses; their menus and rules change, so follow their own current help pages. Nothing here is legal, tax or financial advice.
THIS SITE NEVER ASKS FOR YOUR WALLET · NO CONNECTIONS · NO SIGNATURES · NO FORMS