# 开始交易

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

## 1. 打开应用

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

## 2. 创建钱包

注册后，你会自动获得一个托管钱包。无需助记词、无需浏览器扩展，也不需要额外配置。你的钱包由 Privy 创建并保护。

## 3. 充值 USDT

向你的 Strike 钱包充值 BSC 上的 USDT。这是你的交易抵押资产，所有交易都会以 USDT 结算。

## 4. 选择市场

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

## 5. 下单

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

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

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

## 6. 等待批次清算

订单会每隔几秒收集一次，并在批量拍卖中撮合。批次结算后，你会看到订单按清算价成交。

## 7. 领取收益

市场结算后，前往**投资组合**领取 payout。如果你以 $0.30 买入 UP，且最终价格高于 strike price，则每个代币可获得 $1.00，即 $0.70 利润。

***

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


---

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