> For the complete documentation index, see [llms.txt](https://wiki.firstsky.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.firstsky.net/animation/les-evenements-chat/coinflip.md).

# Coinflip

Les coinflip sont un système de Pile ou Face !

Vous pouvez ainsi gagner ou perdre de l'argent en pariant avec la commande `/coinflip` ou /`cf` :&#x20;

<figure><img src="/files/shuhbsAbzlUIRxCveKu5" alt=""><figcaption><p>Le menu du /cf</p></figcaption></figure>

{% tabs %}
{% tab title="Ajouter un CF" %}
Pour créer un CF, il vous suffit de rentrer la commande `/cf create [montant]`

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

Un message va valider votre CoinFlip :&#x20;

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

En faisant `/cf`, vous voyez ainsi votre CoinFlip :&#x20;

<figure><img src="/files/UyLnhu5KqZb09Fk5O5SY" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Supprimer un CF" %}
Pour supprimer un CoinFlip, effectuez la commande `/cf delete` : &#x20;

![](/files/ZTE1hvru8q3w8Zne4NYq)&#x20;

Ce message validera votre demande :&#x20;

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

Votre coinflip a bel et bien été retiré !
{% endtab %}
{% endtabs %}

Il vous faudra attendre que votre CF soit acheté pour savoir si vous avez gagné ou non !&#x20;

<figure><img src="/files/omiNKjs0Crs50bQ29L9H" alt=""><figcaption><p>L'animation des CF</p></figcaption></figure>

Quelle chance ! J'ai réussi à gagner !

<figure><img src="/files/Bm1KXes5IH04YOBKthXZ" alt=""><figcaption><p>Le message dans le chat indiquant la victoire ou non </p></figcaption></figure>

{% hint style="success" %}
Vous savez dorénavant comment les coinflips fonctionnent !
{% endhint %}


---

# 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://wiki.firstsky.net/animation/les-evenements-chat/coinflip.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.
