# Query blockchain data with precision.

The SQL workspace built for blockchain.

Write queries against 20+ chains of curated, normalized data. Browse schemas, preview tables, and turn results into charts. All through Snowflake.

## 01 / Schema Browser

## Browse every chain, schema, and table.

Navigate databases, schemas, and tables across 20+ blockchains. Preview data and column types, then talk to any table in natural language — no SQL required.

### Databases
- ethereum
- solana
- base
- arbitrum
- avalanche
- polygon
- optimism
- near
- sui
- custom

### Schemas
- core
- defi
- nft
- gov
- price
- stats

### Tables (14)
- ez_dex_swaps
- ez_lending_borrows
- ez_lending_deposits
- ez_lending_liquidations
- ez_lending_repayments
- ez_lending_withdraws
- ez_liquidity_pool_actions
- fact_bridge_activity
- fact_stake_pool_actions
- fact_swaps
- fact_swaps_jupiter_inner
- fact_swaps_jupiter_summary
- fact_token_burn_actions
- fact_token_mint_actions

#### fact_bridge_activity

**FACT TABLE**  
Talk to Data  
solana.defi.fact_bridge_activity

##### Description
This table contains bridging actions across major crosschain protocols including Wormhole, DeBridge, and Mayan Finance. It tracks token transfers between Solana and other blockchains.

##### Preview Data
| BLOCK_TIMESTAMP       | BLOCK_ID   | TX_ID                |
|----------------------|------------|---------------------|
| 2025-01-30 23:42:22 | 317444556  | 5rsR4e64Hgcby...    |
| 2025-01-30 23:04:52 | 317439027  | 5cKDtN3MEZgF...     |

## 02 / SQL Editor

## Write SQL. Get answers.

Full-featured SQL editor with autocomplete, syntax highlighting, and query history. Write standard SQL against Snowflake — the same syntax you already know.

### Autocomplete everything

Tables, columns, functions — all suggested as you type.

### Query history

Every query saved. Re-run, fork, or share with your team.

### Results to charts

Turn any result set into a visualization. Export as CSV or embed in dashboards.

```sql
SELECT bridge_protocol, SUM(amount_usd) AS volume
FROM solana.defi.f
```

Results will appear here...

### Flipside AI Chat

**Online**  
What bridges have the highest volume on Solana this week?

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

## 03 / AI Chat

## Ask in English. Get data back.

The AI understands the full schema, writes the SQL, runs it, and returns results with explanations. No SQL knowledge required.

### Natural language to SQL

Ask a question in natural language. The AI writes and runs the query for you.

### Transparent queries

See the SQL behind every answer. Learn the schema as you explore.

### Conversational follow-ups

Refine results with follow-up questions. The AI keeps context across turns.

## 04 / Coverage

## Built on the deepest blockchain data set.

8 years of indexing, normalizing, and curating blockchain data. Standardized schemas across every chain.

### 20+ Chains Supported
Ethereum, Solana, Bitcoin, Arbitrum, Base, and more

### 7T+ Rows of Data
Historical and real-time, fully normalized

### ~1 min Data Freshness
Near real-time indexing on most chains

## Get started

## Start querying blockchain data.

20+ chains, 7 trillion rows, standard SQL. Get started with your first query today.
