> For the complete documentation index, see [llms.txt](https://docs.looplay.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.looplay.gg/q-and-a.md).

# Q\&A

<details>

<summary>What is Looplay.GG?</summary>

Looplay.GG is a GameFi platform on both Telegram and Website, where you Play games, Build games, Earn rewards, and get Airdrops.

</details>

<details>

<summary>How do I start ? </summary>

Just open the app (link) and begin.

Start with:

* Claiming rewards
* Using Spin
* Trying games in GameHub

You’ll understand and start earning rewards by grinding everyday.&#x20;

</details>

<details>

<summary>How does the Airdrop work?</summary>

There is no fixed allocation for either Gamehub games or Looplay.GG Airdrops.\
Your rewards depend on the Alpha Points and Airdrop Points you earn through:

* How hard you active.
* How hard you grind in games.
* How early you enter each game.

</details>

<details>

<summary>How do I earn Alpha Points?</summary>

There are 2 ways for you to get Alpha Points:&#x20;

* Playing games in GameHub: The more you play and stay active, the more Alpha points you gain.&#x20;
* Referral: The more friends you have the more Alpha points you get

</details>

<details>

<summary>Can I build my own game?</summary>

Yes!

You can create games using AI tools on our website and launch them directly to players inside Looplay.GG

</details>

<details>

<summary>How can I launch my own Token</summary>

You can create your own game token by meeting two simple requirements:

#### Requirements

* Build a game on Looplay.GG
* Reach the required thresholds:
  * A minimum number of users
  * A minimum average playtime

#### Launch Process

**Phase 1 - Internal Bonding Curve**\
Once the requirements are met, your game’s token is automatically launched on Looplay.GG’s internal bonding curve. Users can begin trading immediately, and activity generates rewards.

**Phase 2 - DEX Migration**\
When the bonding curve reaches a $50,000 market cap, the token is automatically migrated to PancakeSwap V4, with full on-chain liquidity.

</details>


---

# 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.looplay.gg/q-and-a.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.
