> ## Documentation Index
> Fetch the complete documentation index at: https://docs.afkcrypto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 策略與安全

> 非託管模型、自動化、冪等與頻率限制

## 非託管模型

啟用 Automation 後，AFK 可基於工作階段的非託管簽章替你簽署交易。金鑰不會與 AFK 共用。你可隨時在 Wallets 頁面撤銷 Automation。

## 冪等

* 針對每個使用者與操作發送唯一的 `idempotency-key`
* 使用相同 Key 重放會回傳原始回應（若請求體不同則回傳錯誤）

## 頻率限制

* 每個 API Key 每分鐘 10 次請求
* 超限回傳 HTTP 429，並包含 `Retry-After` 秒數

## 錯誤追蹤

每個回應都包含 `x-request-id` 便於支援與偵錯。
