> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/deutsch/products/betting/bets-without-alpha-encoding.md).

# Wetten ohne Alphabet-Kodierung

![](/files/39COYf7JUOipFwTb4JrC)

Diese Wettverträge akzeptieren nur numerische Antworten von Benutzern. Der zugrunde liegende Smart Contract wandelt die von den Benutzern gegebenen Antworten nicht um, und da der Smart Contract nur Zahlen versteht, müssen die Antworten, die Benutzer in diesen Verträgen geben, bereits in ihrem numerischen Format vorliegen.

Angenommen, Sie möchten, dass Benutzer darauf wetten, ob der Preis der Apple-Aktie bis zum Ende des Tages über oder unter 170 USD liegt. Da die Liste der Optionen ziemlich begrenzt ist, ist es eine gute Idee, diese Wetten mit einem Wettbewerb ohne Alphabet-Codierung zu verarbeiten.

Hier ist eine schrittweise Anleitung zur Erstellung eines solchen Wettbewerbs:

* Gehen Sie zu Ihrem Wettvertrag. Sie können die Anleitung zum Bereitstellen Ihres Wettvertrags auf der folgenden Seite lesen:

[.](/deutsch/products/betting.md)

* Klicken Sie in der Panel Ihres Vertrags auf die Schaltfläche **Steuerungscenter** und dann auf die Schaltfläche **Ereignis erstellen/aktualisieren**.

<div><figure><img src="/files/D5QXCZjiRnjIOQKhQTmJ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/XcVpNxkPTNqUuQwCNjwd" alt=""><figcaption></figcaption></figure></div>

* Füllen Sie das Formular mit dem entsprechenden Wert aus und wählen Sie die Option Nein für den Parameter Alphabet-Codierung aus.
* Validieren Sie das Formular und bestätigen Sie die Transaktion. Sie sollten das Ereignis unten links im Panel Ihres Wettvertrags sehen.

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


---

# 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.payswap.org/deutsch/products/betting/bets-without-alpha-encoding.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.
