> For the complete documentation index, see [llms.txt](https://wickdottrade.gitbook.io/wick/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wickdottrade.gitbook.io/wick/get-started/create-an-account.md).

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