# Create An Account

## Methods

Wick offers a variety of authentication methods for user flexibility. It is up to the user to balance security with convenience and to choose the method that is most appropriate for them.

* **Email** — use your email address to create an account
* **Sign in with Apple** **—** quick and secure sign in with your Apple account
* **Sign in with Google —** quick and secure sign in with your Google account
* **Phone/SMS** — secure your account with your phone number

## Protected by Privy

When you sign up, a **Privy Wallet** is automatically created for you. This wallet is non-custodial, meaning only you control your funds.&#x20;

* **No extra setup required** — your wallet is ready immediately.
* **Seamless access** — connect to your account and start trading without third-party apps.
* **Self-custody** — Wick never has access to your private keys.

If you would like to learn more about Privy, [please visit their website](https://www.privy.io/user-guide).&#x20;

## Security Notes

* Wick cannot under any circumstances access your wallet or help you recover any lost funds
* Wick will never ask you to share your private keys or any other sensitive account data with us
* You are responsible for understanding and mitigating any risks involved with the authentication method you choose
* It is not recommended to export/recover your wallet unless absolutely necessary
  * In the event that you do export your private keys or seed phrase, it is your responsibility to keep your sensitive credentials safe and secure


---

# 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://wickdottrade.gitbook.io/wick/get-started/create-an-account.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.
