> For the complete documentation index, see [llms.txt](https://finchain.gitbook.io/finchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://finchain.gitbook.io/finchain-docs/accounts/bank-accounts.md).

# 銀行賬戶

您可以在 **「賬戶 - 銀行賬戶 - 我的銀行賬戶」** 中關聯您本人的銀行賬戶。此賬戶將用於 FinChain 星鏈平台活動的收付款。此外，您也可以在 **「賬戶 - 銀行賬戶 - 其他銀行賬戶」** 中添加其他公司或個人的銀行賬戶。添加後，您可以在創建交易時選擇向該銀行賬戶付款。為避免造成不必要的資產損失，請務必仔細核對您填寫的銀行賬戶資訊！

### 我的銀行賬戶

您可以在 **「賬戶 - 銀行賬戶 - 我的銀行賬戶」** 中添加您本人名下的銀行賬戶。

#### 您需要填寫以下銀行賬戶信息：

* 銀行所在國家/地區（僅支持：中國香港）
* 銀行名稱（可選擇。如果您使用的銀行賬戶不在可選列表內，請聯繫我們的客戶支持團隊。）
* 銀行地址
* 收款人名稱
* 銀行賬號
* 收款人地址
* SWIFT或路由代码

### 其他银行账户

您可以在 **「賬戶 - 銀行賬戶 - 其他銀行賬戶」** 中添加其他公司或個人的銀行賬戶。添加後，您可在創建交易時選擇向該銀行賬戶付款。

{% hint style="warning" %}
賬戶提交後將進入驗證流程；在賬戶未完成驗證前，您將無法使用該其他銀行賬戶創建交易。平台可能會根據地區監管和相關法規要求，核驗您與其他銀行賬戶持有人之間的真實關聯。請留意賬戶驗證結果，如平台要求補充資料，請按頁面提示提交。
{% endhint %}

#### 您需要填寫以下銀行賬戶信息：

* 銀行所在國家/地區
* 銀行名稱
* 銀行地址
* 收款人名稱
* 銀行賬號
* 收款人地址
* SWIFT 或路由代碼
* 交易目的
* 交易憑證

\
您的銀行賬戶信息將被妥善保密。您可以在銀行賬戶頁面查看、更新或移除已添加的銀行賬戶信息。與任何進行中的訂單關聯的銀行賬戶暫不可移除。


---

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