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

# Overview

> Surf — AI-powered crypto intelligence for agents and developers

## What is Surf

Surf is an AI-powered crypto intelligence platform that gives agents and developers unified access to on-chain data, market analytics, social sentiment, and prediction markets — across **40+ blockchains** and **200+ data sources**.

## How to Use Surf

<CardGroup cols={3}>
  <Card title="Surf Skill" icon="wand-magic-sparkles" href="/cli/skills">
    Install into your AI agent for automatic crypto data access
  </Card>

  <Card title="Chat API" icon="message-bot" href="/chat-completions">
    Natural language queries via chat completions
  </Card>

  <Card title="Data API" icon="database" href="/data-api/overview">
    83 RESTful endpoints across 12 domains
  </Card>
</CardGroup>

### Quick Start with an AI Agent

```bash theme={null}
npx skills add asksurf-ai/surf-skills --skill surf
```

Once installed, just ask your agent things like "what's the price of ETH" or "show me the top Polymarket markets" — the skill handles discovery, authentication, and data fetching automatically.

### Quick Start with the CLI

```bash theme={null}
curl -fsSL https://agent.asksurf.ai/cli/releases/install.sh | sh
surf market-price --symbol BTC
```

No API key needed — you get 30 free credits per day. For unlimited access, run `surf auth` to save your key.

## Platform Coverage

* **Market** — prices, rankings, technical indicators, fear & greed, liquidations, futures, options, ETFs
* **Exchange** — order books, candlesticks, funding rates, long/short ratios
* **Wallet** — balances, transfers, DeFi positions, net worth, labels
* **Social** — Twitter/X profiles, posts, followers, mindshare, sentiment
* **Token** — holders, DEX trades, transfers, unlock schedules
* **Project** — profiles, DeFi TVL, protocol metrics
* **Prediction Markets** — Polymarket and Kalshi markets, trades, prices, open interest
* **On-chain** — transaction lookup, SQL queries, gas prices, bridge and yield rankings
* **News & Search** — cross-domain entity search, news feed, web fetch

## Additional Resources

<CardGroup cols={2}>
  <Card title="CLI & Skills" icon="terminal" href="/cli/introduction">
    Terminal-based research and agent integration
  </Card>

  <Card title="Data Catalog" icon="table" href="/data-catalog/overview">
    58 analyst-ready ClickHouse tables for direct SQL access
  </Card>
</CardGroup>
