> For the complete documentation index, see [llms.txt](https://docs.strike.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.strike.fun/zh/ru-men/quick-start.md).

# 开始交易

欢迎使用 Strike。这是快速交易加密价格预测市场的入门流程。

## 1. 打开应用

访问 [strike.fun](https://strike.fun)。

## 2. 连接钱包

通过应用连接 BNB Chain 钱包。Strike 通过 RainbowKit 和 WalletConnect 支持常见钱包。

## 3. 准备 USDT

确保你的钱包有 BNB Chain 上的 USDT，并有足够 BNB 支付 gas。首次交易前，应用会提示你授权 USDT。

## 4. 选择市场

浏览可用市场。例如 **BTC 5-min**：BTC 在接下来 5 分钟内会相对 strike price **UP** 还是 **DOWN**？

## 5. 下单

选择 UP 或 DOWN，然后设置你的价格：

* **$0.01** = 你认为大约有 1% 的概率发生
* **$0.50** = 接近抛硬币，50/50
* **$0.99** = 你几乎确定会发生

买入价格越低，如果判断正确，潜在收益就越高。

## 6. 等待批次清算

订单会进入由 keeper 清算的短批次。具体节奏会因市场和网络状况而变化。批次结算后，你会看到订单按清算价成交。

## 7. 领取收益

市场结算后，前往**投资组合**领取 payout。如果你的方向获胜，利润等于获胜赔付减去你的成本和费用。

***

想了解更多细节？请阅读完整的[交易指南](/zh/ru-men/trading-guide.md)，了解订单类型、订单簿和头寸管理。


---

# 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.strike.fun/zh/ru-men/quick-start.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.
