# Create Wallet

The `create` option in our advanced CLI tool allows you to effortlessly generate a new Venom blockchain wallet. By running this command, a new wallet address and private key will be created for you, enabling secure storage and management of your digital assets.

Once you have installed the CLI tool and are ready to create your wallet, follow the steps below:

1. Open your terminal or command prompt and navigate to the directory where the CLI tool is installed.
2. Run the following command:&#x20;

```
vyper-cli create
```

3. This command triggers the wallet creation process.
4. Later it asks if you want to store it locally. Keep the funds SAFU.&#x20;


---

# 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://open-sorcerer.gitbook.io/venom-cli/fundamentals/getting-set-up/setting-permissions.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.
