> ## 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` 便于支持和调试。
