# 身份驗證器

當您本人以外的任何人試圖使用您的 FinChain 賬戶時，身份驗證器可提供額外的安全性。

## 啟用身份驗證器

當您在使用一些與資產或賬戶相關的功能時，可能會被要求啟用身份驗證器，請根據提示完成身份驗證器的設置。

{% stepper %}
{% step %}

### 獲取身份驗證器應用

常用的身份驗證器應用程式如下：

[Google Authenticator](https://support.google.com/accounts/answer/1066447)

[Microsoft Authenticator](https://support.microsoft.com/authenticator/download-microsoft-authenticator)

[Authy](https://www.authy.com/download/)

如果您已經安裝了可使用的身份驗證器應用，請直接開始後續步驟。
{% endstep %}

{% step %}

### 創建

使用 Google Authenticator 或 Authy 等應用程式掃碼或通過密鈅創建動態驗證碼。

（1）掃描頁面上顯示的二維碼創建，或

（2）複製密鈅到身份驗證器應用中創建
{% endstep %}

{% step %}

### 綁定

在頁面中輸入身份驗證器應用程式中顯示的一次性動態驗證代碼，點擊「啟用身份驗證器」按鈕即可。

{% endstep %}
{% endstepper %}

## 移除身份驗證器

{% hint style="danger" %}
移除此驗證方式後，您賬戶的安全性將降低，部分功能的使用將會受到限制。如果您認為當前驗證方式遭遇泄露，請在移除後重新啟用身份驗證器。
{% endhint %}

移除已經綁定的身份驗證器時，我們會向您請求若干個已有的安全驗證方式。如果您的一個或多個安全驗證方式已經無法使用，請 聯繫我們 的客戶支持團隊獲得更多幫助。


---

# 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/authenticator.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.
