> For the complete documentation index, see [llms.txt](https://sniper-aibot.gitbook.io/docs-sniper-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sniper-aibot.gitbook.io/docs-sniper-ai/getting-started/wallet-settings.md).

# Wallet Settings

### You can set up wallets 2 ways: <a href="#you-can-set-up-wallets-2-ways" id="you-can-set-up-wallets-2-ways"></a>

* Generate a wallet through Sniper AI
* Import an already existing wallet using the private key.

### Create Wallet <a href="#create-wallet" id="create-wallet"></a>

* **Name your wallet.**
* This will make it easier for you to identify your wallets easier within the bot.
* **Your wallet has been generated, please remember to save your private key! There won't be any other opportunities to retrieve this data.**

### Import Wallet <a href="#import-wallet" id="import-wallet"></a>

* **Name your wallet.**
* This will make it easier for you to identify your wallets easier within the bot.
* **Import your private key.**

Follow this step-by-step guide how to extract your private key from Metamask. **WARNING: Never share this key with anyone. Anyone who has access to this private key will have access to your wallet. It is very important not to share!**


---

# 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://sniper-aibot.gitbook.io/docs-sniper-ai/getting-started/wallet-settings.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.
