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

# AFK Crypto

> 面向 EVM 和 Solana 的非托管钱包自动化

## 什么是 AFK Crypto？

在 EVM 和 Solana 上自动化非托管钱包操作。使用简单的 REST API 即可发送资产、授权代币、与合约交互，并通过聚合器完成交易。无托管风险。

<Card title="从这里开始" icon="rocket" href="/quickstart/" horizontal>
  创建账户，获取你的 EVM 与 Solana 地址并开启自动化。
</Card>

## API 概览

用于自动化钱包操作的核心端点。

<Columns cols={2}>
  <Card title="钱包" icon="wallet" href="/api-reference/endpoint/wallets/">
    跨链列出调用方钱包。
  </Card>

  <Card title="交易" icon="receipt" href="/api-reference/endpoint/tx/">
    通过 ID 查询交易状态。
  </Card>

  <Card title="发送资产" icon="paper-plane" href="/api-reference/endpoint/send/">
    转账原生资产与代币资产。
  </Card>

  <Card title="交易/兑换" icon="right-left" href="/api-reference/endpoint/trade-quote/">
    请求报价并在 EVM 与 Solana 上执行兑换。
  </Card>

  <Card title="合约调用" icon="bolt" href="/api-reference/endpoint/contracts-send/">
    携带数据与数额调用 EVM 合约。
  </Card>

  <Card title="授权" icon="key" href="/api-reference/endpoint/token-approve/">
    设置 ERC20 授权额度。
  </Card>
</Columns>

## 接下来做什么？

<Card title="API 参考" icon="terminal" href="/api-reference/introduction/">
  浏览端点与模式定义。
</Card>
