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

# Tokenomics

## ⚙️ Zap Pilot $ZAP 代幣經濟設計（2025 v2）

### 🎯 核心定位

Zap Pilot 是一個多鏈 DeFi frontend aggregator，協助用戶透過 ERC-4337 Account Abstraction (由 ZeroDev 支援)，將穩定幣一鍵 zap 入最佳化池中。平台使用 **自動回購制代幣經濟模型**，不依賴 staking，主打低維護、高效率、公平分配。

### 🪙 $ZAP Token 基本資訊

| 項目   | 說明                                                       |
| ---- | -------------------------------------------------------- |
| 名稱   | Zap Pilot Token                                          |
| 符號   | $ZAP                                                     |
| 總供應量 | 100,000,000（固定）                                          |
| 標準   | **OFT**（Omnichain Fungible Token）                        |
| 發行工具 | [ThirdWeb](https://thirdweb.com/) + LayerZero OFT Plugin |
| 主要鏈  | Base（可支援 Optimism, Polygon 等多鏈同步流通）                      |
| 管理權限 | 合約部署後移交至 multisig 或 DAO Treasury                         |

### ⚡ 代幣用途與經濟模型

#### ✅ 不做 staking、無分潤 promise，改採：

> **平台每次收費 → 自動用手續費回購 $ZAP → 幣價有實際買盤支撐**

| 類別       | 功能                                 |
| -------- | ---------------------------------- |
| **價值支撐** | 手續費收入用於定期回購 $ZAP                   |
| **社群激勵** | 用戶根據 zap-in 積分（Zap Score）獲得空投 $ZAP |
| **治理可選** | DAO 可逐步啟用提案 / 投票機制（初期不強制）          |

### 🔁 回購機制說明

| 項目   | 實作方式                                  |
| ---- | ------------------------------------- |
| 資金來源 | 用戶 zap-in 時收的手續費（ETH 或 USDC）          |
| 買幣機制 | 可用後端 script 每日/每週跑 Uniswap V2/V3 自動回購 |
| 幣的處理 | 回購的 $ZAP 可選擇銷毀、轉入 DAO 或用於後續活動         |
| 開源透明 | 可做簡單 UI 公告「本週回購金額 XXX 美元」提升信任度        |

### 🧮 代幣分配建議

| 類別              | 百分比 | 說明                                |
| --------------- | --- | --------------------------------- |
| 用戶空投（Zap Score） | 40% | 積分空投給早期用戶與貢獻者                     |
| 團隊              | 20% | 1 年 cliff + 2 年線性解鎖               |
| 顧問 / 合作 / 孵化器   | 10% | 含孵化器 1–2%、Launchpad 合作 1–2%、預留推廣池 |
| DAO 國庫          | 20% | 可用於回購、活動、激勵等用途                    |
| 初始流動性池          | 10% | 放入 Uniswap / Aerodrome 等，提供交易流動性  |
|                 |     |                                   |

🔒 顧問與合作方代幣的鎖倉期為 6+12 個月，並依合作內容拆分。

### 🧠 積分空投機制（Zap Score）

| 指標          | 權重範例 |
| ----------- | ---- |
| Zap-in 次數   | 40%  |
| Zap-in 金額   | 40%  |
| 推薦他人使用      | 10%  |
| 參與社群互動 / 分享 | 10%  |

空投會分期發放，以避免砸盤壓力。

### 🧰 技術架構與串接

| 功能模組         | 使用工具                                               |
| ------------ | -------------------------------------------------- |
| AA wallet    | ZeroDev（支援 ERC-4337, EIP-7702, Bundler, Paymaster） |
| 多鏈代幣         | ThirdWeb + LayerZero OFT Plugin                    |
| 回購腳本         | 前端自動執行                                             |
| 積分記錄         | Notion / Google Sheet / Firebase                   |
| 空投工具         | ThirdWeb Airdrop SDK / Galxe 任務平台                  |
| Launchpad 合作 | 協議式認購 / Fairdrop-style 分批釋出                        |


---

# 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://zap-pilot.gitbook.io/zap-pilot/zhtw/tokenomics.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.
