# Würfelwurf

Der Würfelwurf in Pixudi wird in der Kette implementiert, um sicherzustellen, dass er zufällig erfolgt und von niemandem geändert werden kann. Der Prozess ist mehrstufig:

1. Nach einem Klick auf den Button Würfeln wird eine Anfrage an den Server gesendet, wo die GET-Funktion des Smart Contracts aufgerufen wird, die einen Zufallswert generiert
2. Das Ergebnis auf dem Server abrufen
3. Senden des Ergebnisses an die Spieler

<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/german/blockchain-funktionen/wurfelwurf.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.
