# Register your account

How to Register

You can sign up in two ways:

1. **Email**
   * Enter your email address in the registration form.
   * Check your inbox for a **6-digit one-time password (OTP)**.
   * Enter the OTP to verify your email.
2. **Google/Social Login**
   * Select Google, Discord or LinkedIn or Passkey
   * Authorize the connection, then complete your name and country to finalize your account.

{% embed url="<https://hub.crunchdao.com/signup>" %}
Sign up here
{% endembed %}

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

{% hint style="warning" %}
If the country list does not appear, try again using a VPN.
{% endhint %}

## Complete your Profile

After registration, you’ll go through a short onboarding process:

1. Confirm your name and country.
2. Accept CrunchDAO’s participation rules.
3. Optionally, add details to your profile (bio, socials, etc.).

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

{% hint style="info" %}
Linking your socials makes it easier to log in and helps other Crunchers discover your work.
{% endhint %}

### Link your Kaggle Account

To prove ownership of your Kaggle profile:

1. First, connect GitHub or Twitter on both CrunchDAO and Kaggle.
2. Go to your Crunch account page, click Link Kaggle, and enter your Kaggle username.

This step ensures secure verification. You can later disconnect the link(s) from Kaggle if you wish.

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

## Secure your Account

For wallet use and enhanced security, Crunch requires multi-factor authentication (MFA). You can choose:

* **Passkey** – allows direct passwordless login.
* **Authenticator App** (e.g. Google Authenticator).

You may disable MFA later if needed, but enabling it is strongly recommended.

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

## All set!

Once registered, you’re ready to [explore active Crunches](https://hub.crunchdao.com/competitions), join competitions, and start building models!


---

# 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.crunchdao.com/crunch-hub/register.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.
