# RPS

A classic two-person game upgraded to a blockchain version: **Person vs Smart Contract.**&#x20;

**Game logic:**

![](/files/tzEfePG0TOeoy7xiOIgc)

<mark style="color:green;">**Win:**</mark> The player doubles his money ( x2 bet amount - bet fee ). 🍀 3&#x33;**% chance.**

<mark style="color:orange;">**Draw:**</mark> The player gets back the bet amount - bet fee. 🍀 **33.33% chance.**

<mark style="color:red;">**Lose:**</mark> The player loses the bet.  **33.33% chance.**


---

# Agent Instructions: 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:

```
GET https://docs.elrondbet.net/games-info/rps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
