> 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/getting-started/how-looplay.gg-works/economy-layer.md).

# Economy Layer

This is where Looplay goes beyond a typical gaming platform and becomes a connected economy, where every action has value and feeds back into one system.

**The core elements:**

:coin: **Coins:** earned through activities or bought in the Shop. Spend them on Spin Tickets, Lottery Tickets, and in-game items.

:tickets: **Spin Tickets:** Use to play in **Spinning**. Each ticket is one spin on the reward wheel.

:ticket: **Lottery Tickets:** Use to play in **Lottery**. Each one is an entry to lottery pool and have a chance to get $USDT directly.

:incoming\_envelope: **Alpha Points:** proof you actually played in the Game Hub. Each game's airdrop is decided by its players' Alpha Points.

:a:**Airdrop Points:** your long-term track record on Looplay itself, counting toward Looplay's airdrop.

:gem:**Gems:** earned only through consistent effort: check-ins, quests, and missions. Creators spend them to boost and advertise their games into featured spots in Loooplay.

The key thing to understand: Rewards here aren't fixed, they're earned. Everything you do, playing, inviting, exploring, building, adds to your position in the system.

That means:

* Early users naturally gain an edge
* Active users keep earning more
* Consistent players outperform passive ones over time

This economy is built for people who show 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/getting-started/how-looplay.gg-works/economy-layer.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.
