# 账户设置

Byreal 永续合约使用 Privy 管理您的钱包。您无需安装浏览器扩展或管理助记词——Privy 在后台为您创建安全的非托管钱包。

## 方式一：使用社交账户注册（无需钱包）

如果您没有加密钱包，可以使用以下方式创建 Byreal 账户：

* **Google** — 使用您的 Google 账户登录
* **邮箱** — 输入邮箱并通过一次性验证码验证
* **Bybit 账户** — 直接关联您现有的 Bybit 账户

Privy 会自动为您创建 Solana 钱包。此钱包完全属于您——Byreal 无法访问您的私钥。

{% stepper %}
{% step %}

### 点击注册或连接

在 Byreal 上点击注册或连接。
{% endstep %}

{% step %}

### 选择登录方式

选择 Google、邮箱或 Bybit。
{% endstep %}

{% step %}

### 完成验证

完成验证（Google OAuth / 邮箱验证码 / Bybit 授权）。
{% endstep %}

{% step %}

### 钱包创建完成

您的 Privy 钱包已创建！现在可以在 Byreal 上充值和交易永续合约了。
{% endstep %}
{% endstepper %}

## 方式二：连接现有 Solana 钱包

如果您已有 Solana 钱包（Phantom、Solflare、Backpack 等），可以连接它来创建 Privy 账户：

* 在 Byreal 上点击「连接钱包」
* 选择您的钱包提供商
* 在钱包中批准连接
* Privy 将您的现有钱包关联到 Byreal 账户

您的现有钱包成为充值和提现的主钱包。

## Privy 处理的功能

| 功能   | 描述                                           |
| ---- | -------------------------------------------- |
| 钱包创建 | 社交登录用户自动创建 Solana 钱包                         |
| 交易签名 | 无需手动钱包弹窗——Privy 无缝签署永续合约交易                   |
| 密钥安全 | 非托管：密钥在 Privy 的安全基础设施和您的设备之间分割。Byreal 永远无法访问 |
| 会话管理 | 跨浏览器会话保持登录状态                                 |

如需更多关于 Privy 安全架构的详情，请参阅 [Privy 安全文档](https://docs.privy.io/guide/security).

## 我应该选择哪个方式？

| 场景               | 推荐方式                              |
| ---------------- | --------------------------------- |
| 加密新手，没有钱包        | 社交登录（Google / 邮箱 / Bybit）——最简单的设置 |
| 已有含资金的 Solana 钱包 | 连接钱包——直接使用现有资金                    |
| 想从 Bybit 充值      | Bybit 账户——无缝连接提现和交易               |


---

# 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.byreal.io/zh-my/perps/account-setup.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.
