> For the complete documentation index, see [llms.txt](https://whitepaper.luxeya.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.luxeya.io/game-mechanics/tap-to-enter-amoe.md).

# Tap-To-Enter (AMOE)

The game introduces a tapping mechanic where players keep a Rocket in the air by tapping their screens, navigating through obstacles in the form of pipes. Each time the player successfully passes through a gap between pipes, they earn one point. The game ends if the Rocket hits a pipe or touches the ground.&#x20;

{% file src="/files/exQ1BPUKTOI4wqeWnFYM" %}

The competitive nature of the game is reinforced through a real-time leaderboard that compares scores between players, motivating participants to outperform each other.

The game is divided into 42 sessions per week, with 6 sessions taking place each day. Each session lasts 4 hours, during which players have 50 attempts to achieve their best score.&#x20;

The primary objective is to accumulate as many points as possible and rise to the top of the leaderboard.&#x20;

At the end of each session, top-performing players are rewarded with in-game tokens and Real World Asset (RWA) ownership NFTs, creating a competitive and rewarding environment.

{% hint style="success" %}
These in-game tokens can be exchanged for Mystery Boxes and free Sweepstake entries.&#x20;
{% endhint %}

The players get a limited amount of tries each day, they can expand the amount of attempts by completing daily tasks given by the system.


---

# 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://whitepaper.luxeya.io/game-mechanics/tap-to-enter-amoe.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.
