# First Launch Peptype

#### What happens when you first launch Peptype.

After authorization, your personal in-game wallet is created automatically inside the app. This wallet is used for core game actions and gives you a unique wallet address linked to your account.

Once the first launch is complete, you can move through the starting steps, fund your wallet if needed, mint your first Typer, and unlock access to gameplay.

The first launch is designed to make onboarding simple. It prepares your account, connects the core systems, and gets you ready to begin progressing in Peptype.

***

#### **Choose a login method**

**Select one of the available options:**

* Login with X
* Login with Google
* Login with MetaMask

Each option is used to authenticate the user and start the profile creation process.

***

#### **Authentication**

After selecting a login method, an authorization screen opens.

Once access is approved, the flow returns back to the extension.

***

#### **Email Verification**

**To complete setup:**

* enter an email address
* receive a one-time verification code (OTP)
* enter the code inside the extension

This step is required to secure the account and support recovery mechanisms.

***

#### **Wallet Creation**

**Once verification is completed, the extension automatically creates an in-extension wallet:**

* a new private key is generated locally
* the private key is encrypted and stored on the client side
* the wallet address is shown for funding

The wallet address must be funded to interact with on-chain mechanics.

***

#### **Setup complete**

**After wallet creation:**

* the profile is initialized
* the dashboard and game features become available
* additional connections can be set up later in Settings
* the extension is ready for regular use

***

#### Supported Browsers

Peptype is designed to run as a browser extension and is supported on modern Chromium-based browsers.

**Currently supported browsers:**

* Google Chrome
* Brave
* Microsoft Edge

> The extension is distributed via the Chrome Web Store and can be installed on any supported browser that allows Chrome extensions.

> Support for additional browsers may be added in future updates.

***


---

# 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://peptype.gitbook.io/peptype/features/first-launch-peptype.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.
