# Multiple Wallets

Who says you can only have one wallet? :thinking:

Comet makes it easy for you to manage multiple wallets, giving you more control over your digital assets. With the ability to create multiple wallets and easily switch between them, you can keep your various portfolios, tokens and coins better organized too.

## Each Wallet is Unique

Each wallet you create in Comet will have its own unique address, private key, and seed phrase. This means that each wallet is completely independent of the others, providing an extra layer of security and privacy for your digital assets.

To create a new wallet, simply click the "[Create a New Wallet](/user-guides/create-a-new-wallet.md)" button on Comet's main screen. Give your new wallet a name, and Comet will generate a new address, private key, and seed phrase for you.

The name you give each wallet is only for your own internal use, to help you recognize which wallet you're working with at any given time.

## Easily Switch Between Your Wallets

Once you've created multiple wallets, you can easily switch between them via Comet's interface.

It's important to remember to keep each wallet's private key and seed phrase safe and secure. If you lose access to these and someone takes your funds, you won't ever be able to access the digital assets stored within that wallet.


---

# 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.cometwallet.io/features/multiple-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.
