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