> For the complete documentation index, see [llms.txt](https://sogni.gitbook.io/sogni-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sogni.gitbook.io/sogni-docs/supernet/how-to-join/signing-up.md).

# Signing Up

{% hint style="info" %}
These instructions are outlined for the native Mac version of [Sogni Studio](https://www.sogni.ai/studio) but also apply for [Sogni Pocket](https://www.sogni.ai/pocket) (iOS) and the web version at [app.sogni.ai](http://app.sogni.ai/)
{% endhint %}

When opening a Sogni app for the first time, you'll be prompted to Login or Create an account. Accounts are mandatory for both Artist and Worker modes when using or powering the Sogni Supernet.

<figure><img src="/files/6dt5zOjdNQ9AGxHobO0S" alt=""><figcaption><p>Welcome view within Sogni Studio for MacOS</p></figcaption></figure>

### Create Username Handle

For new users, select the "Don't have an account? Sign Up" button to begin creating your new account.\
Enter the username you'd like to use, provide your email address and hit the Continue button.

<figure><img src="/files/swJ25Ntmtl6TpBnI2YC1" alt=""><figcaption><p>Create Your Account</p></figcaption></figure>

### Create Secure Password

Enter a secure password or opt to use the suggested Strong Password.

{% hint style="warning" %}
If you forget or lose your password, we have **no way** of recovering this password or resetting it. We highly recommend backing up your password.
{% endhint %}

<figure><img src="/files/ThiLPHZadngHsxNVdTCp" alt=""><figcaption><p>Create a Secure Password</p></figcaption></figure>

### Review Your Credentials

{% hint style="info" %}
Your Sogni wallet is protected by a combination that uses your username and password. The private keys that give you access to your wallet are created from this combination. This process is one-way and highly secure, ensuring that only you can access your wallet.

For your privacy, passwords are not saved on any backend servers—they are only stored in your Mac's keychain, and only you have access to them.
{% endhint %}

Review and check your credentials. When ready, click Create Account.

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

### Verify Account & Claim Reward

Verify the email address tied to your account to receive a reward of extra render credits (Spark Points) for fast image generations using the Sogni Supernet by simply clicking the verification link sent to your email inbox during signup.

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

Please check your email inbox and click the verification link in the message you received from Sogni.

### Choose Processing

Next, within Sogni select the processing you'd like to use for your generations by clicking one of the buttons at the bottom the window.

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

**Fast Supernet :** Ultra Fast Generations. Generate 16 SDXL Images with 20 steps in less than 5 seconds

**Relaxed Supernet :** Powered by users like you. Generate 16 images in parallel

**On-Device :** All processes are run locally on your Mac\
\
\
**View Comparative Information**

|                                                                    | Swarm+      | Swarm        | On-Device    |
| ------------------------------------------------------------------ | ----------- | ------------ | ------------ |
| <p>Average Generation Time<br>(1024x1024 XL Render (20 steps))</p> | < 5 Seconds | 24 Seconds + | 60 Seconds + |
| Parallel Rendering                                                 | 16x         | 16x          | 1x           |
| Need to Download Models?                                           | No          | No           | Yes          |
| Censored?                                                          | No          | No           | No           |
| Internet Required?                                                 | Yes         | Yes          | No           |

&#x20;

## Receiving the Email Verification Reward

If you have verified your email address, you'll be able to claim extra render credits (Spark Points). Click the rewards icon within the top toolbar to see your claimed and available rewards.

<figure><img src="/files/1RSZA8SjS4pWhsFRfZRq" alt=""><figcaption></figcaption></figure>

#### Need help? Join our Discord!

For any questions regarding the use of Sogni, tips, suggestions, bugs, sharing art, discussing AI and life, or simply hanging out, please feel free to join our Discord today!\
\
[Join Sogni Discord](https://discord.com/invite/2JjzA2zrrc) ✨


---

# 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:

```
GET https://sogni.gitbook.io/sogni-docs/supernet/how-to-join/signing-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.
