> 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/looplay-v1.0.md).

# Looplay V1.0

Looplay V1.0 is the first phase of Looplay, where everything starts from scratch. Here's what's live in V1.0 and what's coming next.

### Where to find it

V1.0 runs on two surfaces that share one account and balance:

* **Website** (looplay.gg) - the full experience: Game Hub, game creation, all reward features
* **Mini App** - a fast, native way to play, spin, run missions, and invite friends

Earn on one, it shows up on the other.

### **What you can do:**

* **Play** games in the Game Hub and earn as you go
* **Create** games with the AI Agent or the Looplay SDK, with an in-game store, monetization, and analytics
* **Earn daily** through Spinning, Missions, Quests, Daily Check-in, and Referral
* **Launch a token** once your game hits its activity thresholds, from bonding curve to PancakeSwap v4

### The V1.0 economy

* **Coins:** everyday currency, earned or bought; spend on Spin Tickets and in-game items
* **Spin Tickets:** one ticket, one spin
* **Gems:** earned through check-ins, quests, and missions; creators spend them to feature games
* **Airdrop Points:** your long-term track record, counting toward Looplay's seasonal airdrop
* **USDT / Telegram Stars:** real-money options for purchases and payouts

Rewards aren't fixed. They're earned by showing up.


---

# 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/looplay-v1.0.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.
