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

> Non-custodial wallet automation for EVM and Solana

## What is AFK Crypto?

Automate non-custodial wallet actions across EVM and Solana. Use simple REST APIs to send assets, approve tokens, interact with contracts, and trade via aggregators. No custodial risk.

<Card title="Start here" icon="rocket" href="/quickstart/" horizontal>
  Create an account, get your EVM & Solana addresses, and enable automation.
</Card>

## API overview

The core endpoints to automate wallet operations.

<Columns cols={2}>
  <Card title="Wallets" icon="wallet" href="/api-reference/endpoint/wallets/">
    List caller wallets across chains.
  </Card>

  <Card title="Transactions" icon="receipt" href="/api-reference/endpoint/tx/">
    Retrieve transaction status by id.
  </Card>

  <Card title="Send asset" icon="paper-plane" href="/api-reference/endpoint/send/">
    Transfer native and token assets.
  </Card>

  <Card title="Trade" icon="right-left" href="/api-reference/endpoint/trade-quote/">
    Request quotes and execute swaps on EVM and Solana.
  </Card>

  <Card title="Contracts" icon="bolt" href="/api-reference/endpoint/contracts-send/">
    Call EVM contracts with data and value.
  </Card>

  <Card title="Approvals" icon="key" href="/api-reference/endpoint/token-approve/">
    Approve ERC20 allowances.
  </Card>
</Columns>

## What’s next?

<Card title="API reference" icon="terminal" href="/api-reference/introduction/">
  Explore endpoints and schemas.
</Card>
