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