> For the complete documentation index, see [llms.txt](https://gitbook.wewinmeta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.wewinmeta.com/quick-start-guide.md).

# Quick Start Guide

Welcome to WeWinMeta!  Let's get you started right away!&#x20;

1. **Direct Download:** From <https://www.wewinmeta.com> Install latest version of WeWinMeta App according to your Device (iOS or Android)&#x20;

&#x20;   **OR**

&#x20;     **Download by Referral Link:**  If you receive a Referral Link,&#x20;

&#x20;      simply click the referral link (ex. <https://wewinmeta.net/COWQny0Kpvb>&#x20;

&#x20;*(\*\*For iOS: Prior to downloading WeWinMeta app, you must first download TestFlight app (* [*https://apps.apple.com/us/app/testflight/id899247664*](https://apps.apple.com/us/app/testflight/id899247664) *) f*or latest beta app version.&#x20;

&#x20;

&#x20;                                    <img src="https://lh3.googleusercontent.com/vgmEbfW2TPY-E5kQLcy0juvKxiCoA_7IfMqoJSJe1JCSFTTCF8fonxicLYa549TXaddOrIBDlIrKxBOoQPw0NSTXXlwRSihOaNjL15SctlWyGdTGrHxyd9qcfUY9g3i7Z-12xG1Y0i1YGCdzRjWGZgLWQNbhJLcYfKYQvs3kFUyUvWPsAXMqtsMjRinHEw" alt="" data-size="original">

<br>

&#x20; 2\.  After download completes and launches the WeWinMeta app，Select “Join Now” to create a new wallet.  If you already have a wallet address, click the “i” icon to import by 12-word phrase or private key and skip step #3.&#x20;

![](https://lh4.googleusercontent.com/J5q-6tIMpvmgmWW8upv33bV_0pq_pM6WVld43068eZ1FNr1pM5mKmgqOAwpDAB0gAYse4nViwXspvDZNg0NZce7VZVBZuLwMAfd5cIb0Vg4ypmW-31V26Wkh1kLyss8O3jQBg7p2qY6O970hLSxbP0bojgiAOlMWzmX-F7o7he_jo_wzqnYuB09Qp0VRKQ)![](https://lh3.googleusercontent.com/WeNpi6rlfEgtX3ZcvvCZ_P2WqpvfwpW5BaexvogreLDxHqFXXPjTCv6TXqO7NNGxMlR0EFMoRuiBFrx2nyOBePHBFAOCL0cmdYye1Jawiq4xp8A7lB-lb42IpVMmlXRSGJY7AClyHHCC6G8mHdyaadvDwUSjT-SWoG1I4xo4wSAn7apM03Gcrwr2u4Bzbw)

&#x20; 3\.  You can choose to backup your 12-word secret phrase now or later. \*\*Please remember that, whether you decide to back up now or later, you are the sole owner and bear the responsibility of securing your wallet.

&#x20;                                      ![](https://lh5.googleusercontent.com/b0QxDYZ-NzOZnT7Ov7_9b2weuTtIpMrPW7In4OeHfcg7lt8mUaL3oJ6U3tQnffpFceHssVrUMTxzke28aLkI1cuE6IDWvRdDbT8i1L7L4zSO9hYKC36cdZ7EOQlBz9PmjMROwOASqPhZVH4k-RVOCFidtP7isMvMIVSv_AqR9e_EW0eHv_3WEXKxWOc3GQ)

&#x20; 4\.  You will now be brought to the Virtual Land Check-In Page. Click on the “Check in” button for each virtual land at the bottom of the page to earn your daily rewards. The number in parentheses indicates the current total of WeWinMeta Wallet addresses.

![](https://lh4.googleusercontent.com/QZLP7TZhBOfU2azyj-Jz9yUqnaiJT9O27LtoLw2eZjl6bQn9PsIKvJHjEbKZQbf3CDtV5C-ocMtxkeALuOOy8E8OhK4bRk3sme5mx6yyKruzu0WP6S_6fkGpotKtpppS73OOJWWdjCPBAugjX2PUI5IXvnp_lEdsrkg8EYSs71ewy69uhC_q710XCGNpxg)     ![](https://lh3.googleusercontent.com/_eIC_snkXgIIkl_wpYriDH5IPqySukhtZYCrEhPwnix6Q7CI4PN20Ik9hMc5h7HXn7H9WEgzOvNLXcDLShxyWfKChYTIxZSAy9XMSZKipt0JAPE5yYn9TVtMl1Y2Un7qdhR4gas24aR1QE942G7Q31lusREqUMfYHF0MEhRbXOqY3gbWyDoqWBsEPHIGdw)


---

# 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://gitbook.wewinmeta.com/quick-start-guide.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.
