> For the complete documentation index, see [llms.txt](https://docs.ramper.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ramper.xyz/ramper-wallet/user-faqs/why-cant-i-see-my-assets.md).

# Why can't I see my assets?

Your assets can be displayed on Ramper only if the following conditions are met:

* You're using the correct wallet linked to your social media account,
* Ramper supports your token/NFT.

If your tokens still are not visible, this is most likely due to one of the reasons below:

1. **Bad internet connection:** We recommend you check the wifi or cellular connection.
2. **Not using the latest version:** Please update to the latest version
3. **Unstable RPC:** Please wait for the RPC to become more stable
4. **Hidden token:** kindly check the hidden token section to see if your token is hidden
5. **Unsupported token:** if you accidentally send a non-supported token to your wallet on Ramper, your tokens may not be visible within Ramper. You can try adding the token using the Custom Token feature.&#x20;
6. **Inactive blockchain:** check if the corresponding blockchain is activated on Ramper
7. **Bug issue:** Please wait for the dev team to update/ fix the problem or report the issue to us for support.

{% hint style="info" %}
Check all the possibilities but your balance is still not displayed properly? --> Contact us for support and beware of scammers!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ramper.xyz/ramper-wallet/user-faqs/why-cant-i-see-my-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
