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