# View Or Export Wallet In Phantom / Metamask

If you would like to view your wallet through the lens of Phantom wallet here is how:

{% embed url="<https://www.youtube.com/shorts/xgR-wPevLi8>" %}

1. Run /start
2. Click the "My Wallet" button
3. Click the "Edit Wallet" button
4. Click the "Show Secret Key" button
5. You will now be able to tap to copy the private key for your Sanji Bot wallet
6. Open Phantom wallet
7. Click the arrow button at the top
8. Click "Add / Connect Wallet"
9. Click "Import Private Key"
10. Name your wallet
11. Paste your private key in and click "Import"
12. Done!

Same exact process for Metamask!


---

# 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.sanjibot.io/advanced-setup/view-or-export-wallet-in-phantom-metamask.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.
