# Lancement de dés

Le lancer de dés dans Pixudi est implémenté en chaîne pour garantir qu'il est aléatoire et ne peut être modifié par personne. Le processus est en plusieurs étapes :

1. Après avoir cliqué sur le bouton **Lancer les dés**, une requête est envoyée au serveur, où la fonction GET du contrat intelligent est appelée, ce qui génère une valeur aléatoire
2. Obtenir le résultat sur le serveur
3. Envoi du résultat aux joueurs

<br>


---

# 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.pixudi.com/pixudi-manual/francais/fonctionnalites-de-la-blockchain/lancement-de-des.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.
