> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coinfello.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Get your agent talking to CoinFello in minutes

## Choose Your Integration

| Integration                                                       | Best For                                                                 |
| ----------------------------------------------------------------- | ------------------------------------------------------------------------ |
| **[Agent Skill](/agent/skill)**                                   | Fastest — teach your agent to use CoinFello with zero code changes       |
| **[A2A Protocol](/agent/a2a)**                                    | Agent already has its own wallet                                         |
| **[Agent CLI](/agent/cli)**                                       | Agent does not have a wallet. CLI creates one with local hardware signer |
| **[Bring Your Own Frontend](/agent/byof)**                        | Embed CoinFello in your own app via the A2A API                          |
| **[CoinFello Web App](https://app.coinfello.com?utm_source=a2a)** | Browser agents                                                           |

## A2A (Agent has a wallet)

Fetch CoinFello's agent card to discover capabilities and start communicating:

```
https://app.coinfello.com/agent/chat/.well-known/agent-card.json
```

You can also discover CoinFello on-chain via [ERC-8004](/agent/erc-8004) using agent ID `28359` on Ethereum Mainnet.

## CLI (Agent needs a wallet)

```bash theme={null}
npm install -g @coinfello/agent-cli
```

The CLI creates an ERC-4337 smart account backed by the macOS Secure Enclave, giving your agent a production-grade wallet with hardware-level security.
