# Manage Wallets

{% embed url="<https://www.youtube.com/watch?v=wLphVuYBkkU>" %}

<figure><img src="/files/3oqH0eV0S6UfhshR6wCI" alt=""><figcaption></figcaption></figure>

Here, you can:

1. <mark style="color:yellow;">Check your wallets on Etherscan</mark>
2. <mark style="color:blue;">Copy your wallet address</mark>
3. <mark style="color:red;">Generate a new wallet</mark> ([Get Started](/walkthrough/get-started.md))
4. <mark style="color:green;">Import an existing wallet</mark> from e.g. [Metamask](https://metamask.io/) or [Trust Wallet](https://trustwallet.com/) by entering its private key, or [Import For Viewing](/walkthrough/manage-wallets/import-for-viewing.md)
5. <mark style="color:purple;">Rename your wallet</mark> within Starbot
6. <mark style="color:orange;">Disconnect</mark> (delete Starbot's connection to this wallet)

If your STAR tokens are in a different wallet and you wish to receive revenue share and greater affiliate rewards, check out our [Import For Viewing](/walkthrough/manage-wallets/import-for-viewing.md) feature!

Now, let's check out your [Portfolio](/walkthrough/portfolio.md).


---

# Agent Instructions: 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.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.
