> For the complete documentation index, see [llms.txt](https://docs.helixapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helixapp.com/getting-started/sign-up.md).

# Sign Up

The first step in onboarding to Helix is signing up. This is very similar to what you would do on any other website, and can be done with an email address or a Web3 wallet.&#x20;

Just click the ![](/files/YWqrH640BduCoGNCJmsH) button in the top right-hand corner of the Helix app to get started.

### Via Email

When the pop-up window appears, you will see two options for signing up with email. You can choose to proceed using Google SSO or by typing your email in directly. Selecting either option will automatically create a fresh wallet address for your account without the need to download a separate browser extension.&#x20;

<figure><img src="https://docs.helixapp.com/~gitbook/image?url=https%3A%2F%2F3658325951-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F7eHQ0oqbU5OAi8PxyRjr%252Fuploads%252FmNfBODqCSj5Wh4gJQsbA%252Fimage.png%3Falt%3Dmedia%26token%3D047e81f7-8cb0-4625-8b71-0e0e9db7b5da&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=2fbe4bb4&#x26;sv=2" alt="" width="375"><figcaption></figcaption></figure>

Pick your preferred email method and click "Continue" to finish creating your account. That's it, at this point you are ready to move on to the next step: [Add Funds](/getting-started/add-funds.md)

### Via Wallet

When the pop-up window appears, you will see several options for signing up with a wallet. Helix supports 10+ wallets, including most popular providers like MetaMask, Keplr, Ledger, and Phantom.

Select your wallet of choice and sign the message granting Helix permission to connect. That's it, at this point your account has successfully been created, and you are ready to move on to the next step: [Add Funds](/getting-started/add-funds.md)


---

# 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://docs.helixapp.com/getting-started/sign-up.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.
