> For the complete documentation index, see [llms.txt](https://docs.starbot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starbot.pro/walkthrough/manage-wallets/import-for-viewing.md).

# Import For Viewing

If you're holding your STAR tokens in another wallet, such as a hardware wallet, you can use Starbot's Import For Viewing feature to still receive revenue share and greater affiliate rewards.

<figure><img src="/files/zNnOA3Ys91Fzn0JIFG8i" alt=""><figcaption></figcaption></figure>

1. Note the exact amount of STAR requested (it's always under 1 STAR!)
2. Send it from your other wallet to the specified wallet
3. Copy the transaction hash from the send transaction (you should be able to find this in your other wallet)
4. Then click Confirm Transfer
5. Now paste the transaction hash from your previous transaction

<figure><img src="/files/Lk63t2jqTJCYVCI6B8K0" alt=""><figcaption></figcaption></figure>

And you're done! Your view-only wallet should now be visible for viewing.

<figure><img src="/files/2vwINpwlS2Mfor4qijJW" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note that you cannot use Starbot to interact with these tokens, Import For Viewing is merely for the purposes of collecting revenue share and boosting your affiliate rewards.
{% endhint %}

Now, let's take a look at your [Portfolio](/walkthrough/portfolio.md).


---

# 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:

```
GET https://docs.starbot.pro/walkthrough/manage-wallets/import-for-viewing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
