> 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/overview/feng-xian-guan-li.md).

# 風險管理

All Weather Protocol 之所以會用 All Weather 來命名，是因為我們希望可以為所有用戶達到無論晴雨、全天候的安全保障，因此 「最小化風險」 一直是我們服務最重要的核心。為了減少可避免的風險，我們在資產和流動性收益層分別實施了多元化分散持有策略。然而，這不代表 AWP 就完全沒有風險。

以下是我們的風險分析：

:shield: **您的資金不會受到幣價貶值風險 (**[**Stablecoin Vault** ](/zap-pilot/zhtw/vault-strategy/wen-ding-bi-shou-yi-chi.md#highlights)**ONLY)**

> 穩定幣收益池是我們最推薦的入門級產品。它就像一個高收益穩定幣帳戶，您可以隨時從您的投資組合中存入或取出。並且，因為是穩定幣，所以你的部位不會受到價格波動影響，可以持續獲得穩定收益。

:shield: **您的資金不會受到 AWP 團隊運作影響**

> All Weather Protocol 是一項非託管服務，用戶也不用持有我們發行的區塊鏈 token。服務只在進行資產分散投入的當下才會與您的資產進行互動。之後，我們並無法再控制您的錢包。即使 AWP 服務不再存在，您的資產仍保存在自己的錢包中，不受影響。（但是換回來的過程可能會很麻煩，畢竟這是 AWP 服務的最大價值所在）

:warning: **存在第三方流動性收益池的風險，因此我們進行分散投資以減少潛在影響**

> 雖然 AWP 的理想目標是實現一條穩定的斜直線回報，但是因為這些回報是通來自於多個第三方收益池，而每個池又會有一定的違約風險，因此，雖然多元化減少了過分重壓單一資產的風險，但無法完全消除。白話來說，我們可以讓單一礦池的違約風險從 100% 降低到 10\~25%，具體比例視當下的資產分散程度而定。

:warning: **AA 錢包機制仍在持續完善中**

> 我們的 AA 錢包技術由 [thirdweb](https://thirdweb.com/) 提供技術支持，[thirdweb](https://thirdweb.com/) 是 Web3 開發的領先平台，且是開源的，有審計以及防止作弊上的保障。不過，AA 錢包技術仍在持續完善中，因此很多安全標準還在慢慢進展中。例如，我們預計在 2025 年的 Pectra 升級中，以太坊基金會將會引入 「交易預覽審核」 以防止惡意交易，並且二階段驗證（2FA）也可能會有相應升級，這都使得 AA 錢包可以更加安全。


---

# 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/overview/feng-xian-guan-li.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.
