> For the complete documentation index, see [llms.txt](https://docs.zus.network/zus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zus.network/zus-docs/webapps/vult/authentication-flow.md).

# Login / Register

Your Züs account is a **blockchain wallet** — there is **no email/phone sign-up and no one-time passwords (OTP)**. You create or access it with **Google**, your **Züs wallet (Wallet ID)**, or **MetaMask**. The same account works across every Züs app.

### Registration (Account Creation)

#### Step 1: Choose how to create your account

Go to [vult.network](https://vult.network) and click **Sign Up** in the top-right corner.

<figure><img src="/files/8CxGXfeC22lK99DgvUnE" alt="Vult landing page with Login and Sign Up buttons in the top-right corner"><figcaption><p>The Sign Up button is in the top-right corner</p></figcaption></figure>

On the sign-up screen, pick one of three options:

<figure><img src="/files/CpXCdLrKlbNz0stwjcJS" alt="Vult sign-up page: Continue with Google, or Private (Continue with Zus / MetaMask)"><figcaption><p>The Vult sign-up page</p></figcaption></figure>

* **Continue with Google** — the quickest option. Züs creates and manages a wallet for you, secured with **split-key** technology, and takes you straight into the app.
* **Continue with Zus** (under **Private**) — create a brand-new Züs wallet directly.
* **MetaMask** (under **Private**) — sign up with your existing MetaMask wallet. If the extension isn't installed, Vult shows an install prompt.

{% hint style="info" %}
Already have an account? Click **Login** instead — see the [Login Flow](#login-flow).
{% endhint %}

#### Step 2: Save your recovery phrase

If you chose **Continue with Zus** or **MetaMask** and a new wallet is created, Vult shows you a **recovery phrase (mnemonic)** — 24 words that generate your wallet's private key. Write them down, store them safely **offline**, then click **I have saved my key**.

<figure><img src="/files/PhXqvd7xlFS5YvaQfNJw" alt="The 24-word recovery phrase with an &#x27;I have saved my key&#x27; button"><figcaption><p>Fig: Signup – recovery-phrase viewer</p></figcaption></figure>

{% hint style="danger" %}
Your recovery phrase is the **only** way to recover your account, and **no one at Züs can recover it for you**. Keep it offline, in physical form if you can, and never share it. Losing it puts your data and earnings on the Züs System in severe danger.
{% endhint %}

#### Step 3: Confirm the phrase (and optionally save your wallet)

Vult then asks you to **confirm a few of those words** to prove you saved them. Optionally name the wallet and set a **password** to save it (encrypted) to the Züs cloud — then you can log in with that password instead of typing the full phrase. Click **Continue**.

<figure><img src="/files/m8ztwQzxSsSSOpQDZBPS" alt="Verify your Master Key screen asking you to select specific words"><figcaption><p>Fig: Signup – confirm recovery phrase</p></figcaption></figure>

That's it — you're registered, and your account works across all Züs apps.

### Login Flow

Log back in with the **same method you signed up with**. As with sign-up, there is no email/phone login and no OTP.

#### Step 1: Choose your method

Go to [vult.network](https://vult.network) and click **Login** in the top-right corner.

<figure><img src="/files/aCVJbx8MNHc9K0VqZKiz" alt="Vult login page: Continue with Google, or Private (Continue with Zus / MetaMask)"><figcaption><p>The Vult login page</p></figcaption></figure>

* **Continue with Google** — log in with the Google account you used to sign up.
* **Continue with Zus** (under **Private**) — log in with your **Wallet ID (Client ID)** and passcode.
* **MetaMask** (under **Private**) — connect your MetaMask wallet.

{% hint style="info" %}
New to Züs? Click **Sign Up** to [register](#registration-account-creation).
{% endhint %}

#### Step 2: Wallet ID sign-in (if you chose Continue with Zus)

Enter your **Wallet ID (Client ID)** and your **passcode**, then click **Sign In**.

<figure><img src="/files/HjLF7uvkD0BPLgboVrnY" alt="Sign in with Wallet ID form"><figcaption><p>Fig: Login – sign in with your Wallet ID</p></figcaption></figure>

{% hint style="info" %}
Lost access? On the Wallet ID screen use **Recover with Master Key**, or **Create New Wallet** to start over. Recovery uses your mnemonic / master key — there is no email or OTP reset.
{% endhint %}

That's it! You're now logged in and land on your dashboard.


---

# 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.zus.network/zus-docs/webapps/vult/authentication-flow.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.
