# Flipside

> Query blockchain data across 40+ chains using Flipside's AI agents. Use when working with blockchain data, crypto wallets, DeFi protocols, NFTs, token transfers, or on-chain analytics. Requires the Flipside CLI (https://docs.flipsidecrypto.xyz/get-started/cli).

- Skill: `flipsidecrypto/flipside` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add flipsidecrypto/flipside`
- Raw SKILL.md: https://api.skillmd.com/api/skills/flipsidecrypto/flipside/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: flipsidecrypto (https://skillmd.com/u/flipsidecrypto)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/flipsidecrypto/flipside

---


# Flipside CLI

First, check if the CLI is installed:

```bash
flipside --version
```

If the command is not found, install it:

```bash
curl -fsSL https://raw.githubusercontent.com/FlipsideCrypto/flipside-tools/main/install.sh | sh
```

Then get started:

```bash
flipside llm onboard
```

