> For the complete documentation index, see [llms.txt](https://docs.evermoon.games/evermoon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evermoon.games/evermoon/moon-mission-socialfi-platform/ayla-rps.md).

# Ayla RPS

**Ayla RPS** is an exciting mini-game featured in the **Moon Mission** platform, where players engage in a classic game of **Rock, Paper, Scissors (RPS)** to win [**Moon Power**](/evermoon/moon-mission-socialfi-platform/moon-power.md). Players compete against **Chibi Ayla**, an adorable character who challenges participants across several rounds. The game offers a strategic twist to the traditional RPS, with multiple outcomes determining your rewards and Moon Power earnings.

## <mark style="background-color:blue;">👊✌️✋Play now:</mark> [<mark style="background-color:blue;">https://moonmission.evermoon.games/play-rps</mark>](https://moonmission.evermoon.games/play-rps)

<figure><img src="/files/wdYsAWT4SDt7aZ04m2VI" alt=""><figcaption></figcaption></figure>

## **How to Play**

* **Objective**: Beat Ayla in a series of **best-of-three** rounds to multiply your Moon Power.
* **Gameplay**:
  1. Select the amount of **Moon Power** you wish to bet.
  2. Play three rounds of **Rock, Paper, Scissors** against Ayla.
  3. Your goal is to win **2 out of 3 rounds** to double your investment.

## Rate of Success (ROS) Winrate System

The Rate of Success (ROS) system introduces an element of chance based on the outcome of three matches, rewarding players for consistent performance.

| **Win Scenario**           | **Result**           | **Probability** |
| -------------------------- | -------------------- | --------------- |
| **Win 1 out of 3 matches** | Lose everything (0%) | 25.00%          |
| **Win 2 out of 3 matches** | Gain 100%            | 10.00%          |
| **Win all 3 matches**      | Gain 150%            | 5.00%           |
| **Win 1, Draw 1, Lose 1**  | No gain or loss      | 10.00%          |
| **Win 1, Draw 2**          | Gain 50%             | 29.50%          |
| **Lose 1, Draw 2**         | Lose 50%             | 20.50%          |

## &#x20;**How to Bet**

* **Input the amount of Moon Power** you want to wager in each round.
* If you **win 2 out of 3 rounds**, your **bet is doubled**.
* If you **lose**, your **Moon Power is forfeited**.

## *This game offers a chance to multiply your Moon Power quickly while competing in fun, fast-paced rounds of RPS as a part of* [*Moon Mission*](broken://pages/3TdfUvKXpZY7ZUJ3nEOc)

{% embed url="<https://youtu.be/o20sZwrtzoY>" %}

Are you ready to take on **Ayla** **RPS** challenge?


---

# 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.evermoon.games/evermoon/moon-mission-socialfi-platform/ayla-rps.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.
