# Ask questions. Get answers backed by data.

Turn natural language into blockchain queries.

No SQL required. Ask anything about blockchain data in natural language — across 20+ chains. Get answers with the query behind them. Follow up, refine, go deeper.

## Flipside AI Chat

### Online

What's the total bridge volume from Ethereum to Base this week?

```sql
SELECT bridge_protocol, SUM(amount_usd) ...
```

What tables have DEX swap data?

### 4 tables found

Here are the DEX swap tables across chains:

- **ethereum.defi.ez_dex_swaps**: 322M rows
- **solana.defi.fact_swaps**: 891M rows
- **base.defi.ez_dex_swaps**: 156M rows
- **arbitrum.defi.ez_dex_swaps**: 203M rows

### Top 5 pools by volume on Base today

```sql
SELECT * FROM pools ORDER BY volume DESC LIMIT 5;
```

| POOL          | VOLUME  |
|---------------|---------|
| USDC / ETH    | $18.4M  |
| ETH / USDT    | $12.1M  |
| cbBTC / WETH  | $9.7M   |
| AERO / ETH    | $6.3M   |
| DAI / USDC    | $4.8M   |

## 01 / Data Discovery & Querying

### Find and query any table through conversation.

Discover schemas, preview data, and run SQL across 20+ chains — without leaving the chat.

#### Query blockchain data

Write SQL, discover tables, and join data across chains and protocols — all through conversation.

#### Quick data pulls

Fast lookups with download links for results. Get the data you need without writing a single query.

## 02 / Intelligence & Analysis

### Deep analysis through natural language.

Track whales, score wallets, monitor protocols, and get competitive intelligence — all by asking.

#### Monitor whales

Track top wallets, ownership patterns, and flow-to-price signals.

#### Analyze stablecoins

Supply, flows, holders, and liquidity across EVM chains.

#### Track protocol revenue

Fees and revenue breakdowns for 20+ Solana DeFi protocols.

#### Track market makers

Monitor liquidity provider movements across chains and DEXes.

#### Score onchain users

Wallet quality, sybil detection, and crosschain user journeys.

#### Address intelligence

User quality, competitive comparisons, and incentive recommendations.

#### DeFi competitive briefings

Crosschain competitive intel delivered as structured reports you can share with your team.

### Flipside AI Chat

Show me the biggest whale movements on Ethereum today.

```sql
SELECT * FROM whale_movements WHERE chain = 'Ethereum';
```

Top whale movements today:

- **0x28c6...9f2a** deposited $14.2M USDC in Aave v3
- **0x7f1e...4d8c** withdrew $8.4M ETH from Lido
- **0xa3b2...1e7f** bridged $5.9M USDC to Base via Stargate

Net flow: +$20.1M into DeFi protocols. Large USDC deposits into Aave suggest yield-seeking behavior ahead of the rate adjustment.

### Is 0x28c6 a known entity?

#### Profile loaded

- **INSTITUTION**: Jump Trading
- **30d Volume**: $892M
- **Active Chains**: 7
- **Sybil Score**: Clean

### Flipside AI Chat

Create a weekly Solana DeFi revenue report and send it to Slack every Monday.

```text
CREATE_AUTOMATION configured
```

Done! Here's your automation:

- **Schedule**: Every Monday, 9:00 AM UTC
- **Deliver to**: #defi-intel on Slack
- **Includes**: Revenue by protocol, WoW changes, top performers

Also alert me if any protocol's revenue drops more than 20% week-over-week.

```text
ADD_ALERT_RULE rule added
```

Added a revenue drop alert — I'll notify you in #defi-intel if any tracked protocol drops >20% WoW. First check runs next Monday with your report.

## 03 / Building & Automation

### Build reports, create Automations, create agents.

Go beyond questions — turn insights into scheduled reports, alerts, and custom agents that work for you.

#### Build charts & reports

Turn query results into beautiful visualizations. Export or embed in dashboards.

#### Automate insights

Schedule recurring analyses with Slack, Discord, and email notifications.

#### Build custom agents

Create your own agents and reusable skills for specialized Automations.

## Get started

### Your first answer in 30 seconds.

Ask any question about blockchain data. No SQL required. No setup.
