# 賬戶安全

{% hint style="warning" %}
您的賬戶安全至關重要，您需要在創建交易前，完成與賬戶安全有關的賬戶設置
{% endhint %}

### （1）賬戶密碼

您的賬戶密碼必須符合以下條件：

* 賬戶密碼長度必須大於等於 8 個字符
* 賬戶密碼必須包含大寫和小寫英文字母
* 賬戶密碼必須包含數字
* 賬戶密碼可以包含特殊字符

### （2）交易密碼

您的交易密碼必須符合以下條件：

* 交易密碼必須由 6 位阿拉伯數字組成
* 請勿使用簡單的數字組合，如：123456、666666、556677…等
* 請勿使用與您的證件號碼、移動電話號碼等其他信息相似的數字組合

### （3）重設密碼

如果您認為您的舊密碼已經被泄露或不安全，請立即設置新密碼。

您可以在 **「安全-賬戶密碼/交易密碼」** 頁面中重設密碼，您需要使用與賬戶關聯的電子郵件地址進行賬戶驗證。


---

# 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://finchain.gitbook.io/finchain-docs/safety/account-safety.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.
