> 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/core-features/shop.md).

# Shop

The Shop is where your activity turns into real utility. There are actually two kinds of shops on Looplay:

### **The Looplay Shop**

The main shop, where you'll find:

* **Spin Tickets and Lottery Tickets:** buy with USDT or the Coins you've earned
* **Bundle Packs:** a mix of tickets, Energy, and Coins in one package, from starter to mega
* **Energy:** fuel for building games with AI
* **Coins:** top up directly for more spending power
* **Season Pass Premium:** unlock the premium reward track for the season

The Coins you earn from playing, quests, and daily activity spend here right alongside USDT, so staying active literally gives you purchasing power.

### **In-game shops**

Every game on Looplay can run its own shop, set up by its creator.\
\
This is how creators monetize their games, selling things that help you play: extra lives, reward boosts, and more.&#x20;


---

# 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/core-features/shop.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.
