# 最大本金說明

#### 最大本金說明

📌 **什麼是「最大本金」？**

最大本金是指用戶在歷史上累計實際投入帳戶的最大金額，用於衡量帳戶曾經劃入的真實資金投入總量。

✅ **最大本金只會增加，不會因轉出、虧損或劃轉而減少。**

***

#### 📐 最大本金的計算公式

**最大本金 = max（歷史最大本金，初始資產 + 所有後續轉入資金 − 已轉出金額）**

簡化為一句話理解：

**只要您劃入了「新資金」，系統就會記錄並更新最大本金；但資金劃出不會讓最大本金減少。**

***

#### 🌰 舉個例子：最大本金如何變化？

以下是一個典型的操作流程與最大本金變化：

| 操作順序 | 描述         | 最大本金變動                |
| ---- | ---------- | --------------------- |
| 1    | 初始劃入 1000U | 最大本金 = 1000U          |
| 2    | 再次劃入 1000U | 最大本金 = 2000U          |
| 3    | 轉出 900U    | 最大本金 = 2000U（不變）      |
| 4    | 再次劃入 1000U | 最大本金 = 2100U（新增 100U） |

***

#### 🔁 為什麼第 4 步只增加了 100U？

因為您在第 3 步曾經轉出了 900U，所以系統會先使用後續轉入的資金補足這部分缺口。

直到這部分「已轉出資金」被補齊後，剩餘部分才會被視為「新增投入」，並計入最大本金。

✅ 換句話說：

**新增本金 = 本次轉入金額 − 歷史已轉出未補金額**

***

#### 🧩 總結一句話

**最大本金 = 您歷史累計投入帳戶的真實資金上限，轉出不影響，轉入才增加（前提是先補齊歷史轉出金額）。**


---

# 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.bitfrog.io/zh-tw/jiao-yi-zhi-nan/shi-pan-zhui-zong/zui-da-ben-jin-shuo-ming.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.
