# Authentication & Sign-Up

License key holders are migrated to a new login method on their first connection. New users can create an account with a valid referral code.

> ⚠️ *Proxima is currently in late beta. **Account creation is limited to users with a referral code.** See Create Account for details.*

### Migration

If you have an existing license key, you'll be prompted to migrate to a new login method on your first connection. This is a one-time process.

#### Step 1 - Continue with a License Key

From the login page, click **Continue with a License Key**.

> *If you've already migrated, click **I already migrated my Account →** to skip directly to your linked login method.*

<div align="left"><figure><img src="/files/lgpM9ea9CGcMyzfiTM6R" alt="" width="563"><figcaption></figcaption></figure></div>

#### Step 2 - Validate Your Key

Enter your license key (format: `USERNAME-abc123…`) and click **Link and continue**.

If validation fails, double-check the format. The full key was provided when you originally received access.

<div align="left"><figure><img src="/files/sCrh07YjfjcGMuFvn6ER" alt="" width="563"><figcaption></figcaption></figure></div>

#### Step 3 - Choose Your New Login Method

Once your key is validated, you're prompted to link a new login method:

* **Email**
* **Passkey**
* **Wallet** (Solana or Ethereum)

After linking, you no longer need your license key — you log in directly with your chosen method.

<div align="left"><figure><img src="/files/5g3RpuV0kV0fZMon1rYh" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Login Methods

#### Email

Enter your email address and click **Send verification code**.

<div align="left"><figure><img src="/files/ikPlu9ZOQgoKS2Jg0KYv" alt="" width="375"><figcaption></figcaption></figure></div>

A verification code is sent to your inbox. Enter it on the next screen to complete login.

<div align="left"><figure><img src="/files/0lkQb8qsEHhzdKeq8uF9" alt="" width="375"><figcaption></figcaption></figure></div>

***

#### Passkey

Click **Log in with Passkey** to authenticate with an existing passkey, or **Create a Passkey** to register a new device.

<div align="left"><figure><img src="/files/jyiOfIb2MVzjB4dMJtzI" alt="" width="375"><figcaption></figcaption></figure></div>

Your browser or OS triggers the native passkey prompt (Touch ID, Face ID, Windows Hello, or a hardware security key).

<div align="left"><figure><img src="/files/nWZ4laGA1u0sAnt9faKd" alt="" width="375"><figcaption></figcaption></figure></div>

> *Passkeys are tied to your device and cannot be phished. We recommend registering at least two devices for redundancy.*

***

#### Wallet

Connect with a Web3 wallet. You first pick a provider, then select the network.

**Step 1 - Pick a Wallet Provider**

Supported providers include **Brave Wallet**, **MetaMask**, and **Phantom**.

<div align="left"><figure><img src="/files/HdK8Pix7uN52HtcPaF16" alt="" width="375"><figcaption></figcaption></figure></div>

**Step 2 - Pick a Network**

Choose the network associated with your wallet:

* **Solana** Phantom, Backpack, and other Solana wallets
* **Ethereum** MetaMask, Brave Wallet, and other EVM wallets

<div align="left"><figure><img src="/files/IEZB8ay6QSTbHDsTZBUe" alt="" width="375"><figcaption></figcaption></figure></div>

You'll be prompted to sign a message with your wallet to confirm ownership. **No transaction is broadcast and no funds are moved.**

***

### Create Account

While Proxima is in late beta, **account creation requires a referral code**. You can get one from an existing Proxima user or through one of our partners.

<div align="left"><figure><img src="/files/ElpE2CAdiQIvVC77Jxcj" alt="" width="375"><figcaption></figcaption></figure></div>

#### Using a Referral Code

You can sign up using either:

* **A direct link** `https://app.proxima.tools/signup?ref=Q1WS64`
* **A manual code** enter the code (e.g. `Q1WS64`) on the signup screen

Once your referral is validated, you can pick any login method (Email / Passkey / Wallet) to create your account. After signup, you keep the same login method for future connections.

> *Open public signups will be enabled at full release. In the meantime, the referral system also unlocks rewards for both the inviter and the invitee see* [Dashboard](/~/revisions/2qwJkl4ZoLP4fWXTiqaH/account/dashboard.md#referral-program) *for details.*

***

### Security

Authentication is secured by [**Turnkey**](https://turnkey.com), a non-custodial key management infrastructure.

**Proxima never has access to your wallets, private keys, or signing material.** All sensitive operations happen inside Turnkey's secure enclaves, and your credentials remain isolated from Proxima's servers at all times.

> *Lost access to your login method? You can recover access by re-linking another method from your account settings, provided you have at least one active session. See **Connected Sessions** for managing active devices.*


---

# 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.proxima.tools/~/revisions/2qwJkl4ZoLP4fWXTiqaH/overview/authentication-and-sign-up.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.
