> 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/zhong-guo-ren/products/betting/bets-without-alpha-encoding.md).

# 无字母编码的投注

这些赌注合约只接受用户的数字答案。底层的智能合约不会将用户提供的答案转换，由于智能合约只能理解数字，因此用户在这些合约上给出的答案需要已经是数字格式。

假设你想让用户下注苹果股票的价格是否会在当天结束时超过或低于170美元。由于选项列表相当有限，用非字母编码的方式处理这些赌注是一个不错的主意。

以下是创建这种赌注事件的逐步指南：

* 进入你的赌注合约。你可以阅读如何在下面的页面上部署你的赌注合约的指南：

{% content-ref url="/pages/nZHVea1yn51Pj0sAgXrv" %}
[投注合约](/zhong-guo-ren/products/betting.md)
{% endcontent-ref %}

* 在你的合约面板上，点击**控制面板**按钮，然后点击**创建/更新事件**按钮。

<div><figure><img src="/files/zuX5qGApESvn2F7vy3Yv" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9V8gRnpZcKwFEduHS5yK" alt=""><figcaption></figcaption></figure></div>

* 在表单中填写字段，并选择**不**为字母编码参数的选项。
* 验证表单并确认交易。你应该会在你的赌注合约面板的左下方看到该事件列出。

<figure><img src="/files/fbzjkrKKalJ0MKpzW0Ia" 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/zhong-guo-ren/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.
