> For the complete documentation index, see [llms.txt](https://www.0x1.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.0x1.academy/dai-bi-jing-ji-xue/tong/hang/ying.md).

# 硬頂

### 硬頂是募資的「天花板」——不管多少人想投，募到這個金額就停止。它限制了項目能拿到的最大資金，也決定了代幣的初始稀釋程度。

***

## 什麼是硬頂？

| 概念 | 說明       |
| -- | -------- |
| 英文 | Hard Cap |
| 定義 | 募資的最高上限  |
| 意義 | 達到後停止募資  |
| 目的 | 限制融資規模   |

***

## 硬頂 vs 軟頂

### 比較說明

```
硬頂 vs 軟頂：

軟頂（Soft Cap）：
- 最低目標
- 未達標可能退款
- 達到才啟動項目

硬頂（Hard Cap）：
- 最高上限
- 達到即停止募資
- 超額也不收

實例：
某項目設定：
- 軟頂：$1,000,000
- 硬頂：$10,000,000

可能結果：
募 $500,000 → 退款
募 $2,000,000 → 項目啟動
募 $10,000,000 → 募資結束
募 $15,000,000 → 只收 $10,000,000
```

***

## 為什麼設硬頂？

### 原因分析

| 原因    | 說明       |
| ----- | -------- |
| 控制稀釋  | 限制代幣發行量  |
| 合理估值  | 避免泡沫估值   |
| 資金效率  | 太多資金不一定好 |
| 投資者保護 | 限制過度融資   |
| 法律考量  | 某些司法管轄要求 |

### 不同策略

```
不同項目的硬頂策略：

保守策略：
- 設較低硬頂
- 確保能夠使用
- 顯示紀律

激進策略：
- 設較高硬頂
- 盡可能多募
- 有更多資金做事

無硬頂：
- 不設上限
- 例：EOS 募了 $4B
- 風險：過度融資
```

{% hint style="info" %}
**EOS 的教訓**

EOS 在 2017-2018 年募了約 40 億美元，是史上最大的 ICO。但大量資金沒有帶來相應的發展，反而讓項目陷入爭議。這顯示硬頂的重要性。
{% endhint %}

***

## 評估硬頂

### 合理性判斷

| 考量   | 說明        |
| ---- | --------- |
| 項目規模 | 硬頂是否符合計畫  |
| 團隊能力 | 能管理這麼多資金嗎 |
| 市場狀況 | 熊市 vs 牛市  |
| 競品比較 | 類似項目募多少   |

### 紅旗警訊

| 警訊     | 說明      |
| ------ | ------- |
| 硬頂過高   | 不合理的大金額 |
| 無硬頂    | 完全不設上限  |
| 資金用途不明 | 說不清楚怎麼花 |
| 團隊比例過高 | 大部分給團隊  |

***

## 硬頂與估值

### 計算關係

```
硬頂與估值的關係：

假設：
- 硬頂：$10,000,000
- 公售比例：20%

計算全稀釋估值：
$10,000,000 ÷ 20% = $50,000,000

這意味著：
- 項目估值 5,000 萬美元
- 你買的是 20% 的份額
- 要評估是否合理
```

***

## 歷史案例

### 知名 ICO 硬頂

| 項目       | 硬頂    | 實際募得    |
| -------- | ----- | ------- |
| Ethereum | 無硬頂   | \~$18M  |
| EOS      | 無硬頂   | \~$4B   |
| Tezos    | 無硬頂   | \~$232M |
| Filecoin | $257M | $257M   |

{% hint style="warning" %}
**無硬頂的問題**

早期 ICO 很多不設硬頂，導致募資金額瘋狂膨脹。這些資金很多被浪費或被挪用，最終傷害了投資者。
{% endhint %}

***

## 現代募資趨勢

### 發展變化

| 時代     | 趨勢      |
| ------ | ------- |
| ICO 時代 | 常見無硬頂   |
| IEO 時代 | 交易所設定上限 |
| IDO 時代 | 通常有硬頂   |
| 現代     | 更謹慎、更合規 |

***

## 延伸閱讀

* [軟頂](/dai-bi-jing-ji-xue/tong/hang/undefined.md) — 募資下限
* [代幣發行](/dai-bi-jing-ji-xue/tong/hang.md) — 發行方式
* [白皮書](/dai-bi-jing-ji-xue/tong/bai-pi.md) — 項目說明

***

#### 參考資料

* ICO 歷史資料


---

# 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:

```
GET https://www.0x1.academy/dai-bi-jing-ji-xue/tong/hang/ying.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.
