> For the complete documentation index, see [llms.txt](https://circular-protocol.gitbook.io/saturn-wallet-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://circular-protocol.gitbook.io/saturn-wallet-user-guide/getting-started/how-to-create-a-new-wallet.md).

# How to Create a New Wallet

This guide will help walk you through creating a new Saturn wallet and importing existing wallets into Saturn.

## Create a New Wallet

1. **Create a New Wallet:** Select “Create New Wallet”.

<figure><img src="/files/Fb1XsFETVDxeI17KvJs3" alt=""><figcaption></figcaption></figure>

2. **Set a Secure Password:** Create a secure password to access your wallet on your current device and browser profile. Ensure the password has a minimum of 8 characters, includes 1 number and symbol, and has a mix of upper and lower case characters. This password will help secure your Saturn wallet.<br>
3. **Confirm Password:** Enter your password one more time and click 'Confirm Password'.

<figure><img src="/files/jJWIeeKb2nkdnXiJbnCU" alt=""><figcaption></figcaption></figure>

4. **Confirm Security Points:** Click the checkboxes to acknowledge all of the security disclosures.
5. **Hover Over the Eye Icon:** Hover your mouse over the icon to expose your Secret Recovery Phrase.
6. **Secure Your Secret Recovery Phrase:** You will be shown your Secret Recovery Phrase (seed phrase). Store it securely. You can change the words to regenerate your recovery phrase if needed, download it as a secure file, or copy it to your clipboard.

<figure><img src="/files/v4FO3yVTNI05qGCUs2Zk" alt=""><figcaption></figcaption></figure>

### Important Note

* Access to your Secret Recovery Phrase means access to your funds.
* Losing your Secret Recovery Phrase means losing access to your wallet and funds.
* Saturn cannot recover your Secret Recovery Phrase.
* Saturn support will never ask for your Secret Recovery Phrase.

7. **Click 'I've saved my recovery phrase' to proceed and generate your wallet**


---

# 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, and the optional `goal` query parameter:

```
GET https://circular-protocol.gitbook.io/saturn-wallet-user-guide/getting-started/how-to-create-a-new-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
