# Getting Started

## **How to Sign Up/Log In**

* Go to **hub.playai.network**.
* Sign up using your preferred method. New users receive 20 Aura to start.
* Optionally, add a referral code during signup to earn bonus Aura.

## **Using the Chat or Workflow**

* The PlayHub chat lets you interact with workflows and MCPs effortlessly, handling complex tasks through simple natural language.
* Choose a specific MCP/app, or workflow from the Play Portal to it with, or tag the `@MCP/workflow` across the Aura chat, or let **Aura** automatically select the best option for you to get your task done.
* You can headover to Play Portal to access Workflows, Apps and MCPs and engage with it directly.

## **Crypto Wallets**

PlayHub is powered by Alchemy for creating a **Solana** and **EVM-compatible wallet** with your Email or Passkey, simplifying and secure blockchain-based interactions by eliminating repeated transaction signing.

### **Creating Wallet**

1. Once signed up, you can create your wallet by accessing the Profile.&#x20;
2. You'll be prompted to use your Email or Passkey to save the private keys securely.
3. In case of **Email,** you'll be asked to enter and verify your email via a OTP. This will create the wallet and delegate the signing access to workflows/MCPs to engage in onchain interactions.
4. In case of **Passkey,** your credential keys will be stored locally. You'll be required to sign the Passkey twice, one for wallet creation, and other for delegating the singing access to workflows/MCPs to engage in onchain interactions.

### **Depositing Funds**

1. Open your **Profile Settings** and go to the **Wallet** section.
2. Copy the wallet address for Solana or EVM, depending on your needs.
3. Send funds into your platform wallet from another crypto wallet or exchange.

### **Withdrawing Funds**

1. In the **Wallet** section, select **Withdraw**.
2. Select the token and amount, enter the withdrawal wallet address and specify the amount to transfer.
3. Confirm the details and complete the withdrawal process.

### **Exporting Your Wallet**

* Use the **Export Wallet** feature to access your private key for use in other applications or wallets.

  **Important:** Keep your private key secure and never share it with others.
* Import your wallet into third-party applications using the private key provided by PlayHub.

***

## **Earning Aura with Data Mining**

### **Curate and Mine Data**

1. Find relevant information on **Twitter**.
2. Tag **Aura** in the post and request data mining (you can mine upto 5 data pieces a day).
3. Track mined data’s progress on PlayHub.
   * Each data mined enters a **verification window**, during which other users verify its accuracy.
4. Earn **Aura** for every data point successfully verified by the community.

### **Verify Data**

1. Go to the **Mine Data** section in PlayHub.
2. Switch to **Verify Data** mode and review curated data.
3. Vote on accuracy as **Approve** or **Reject** (you can review upto 15 data pieces a day).
4. Earn **Aura** for being part of the consensus for verifying the data.

***

## **Missions: Earn While You Engage**

Complete interactive quests to earn Aura. Examples include:

* Using, or adding new workflows or MCPs.
* Participating across data mining or verification.
* Engaging with PlayAI’s social channels.

***

## **Referrals: Invite and Earn**

* Invite friends to PlayHub using a your referral code. Earn **5 Aura points** for each successful referral.
* The referred user receives **10 extra Aura points** when signing up with your code.
* Over the time, you also receive **10% Aura points** of your successful referrals upto 2 levels.


---

# 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.playai.network/getting-started.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.
