Updated: Thu, 02 Apr 2026 17:40:26 GMT

CHAIN ACTIVITY

Active Wallets (24h)

400k

Unique wallets on Base

Transactions (24h)

9.3M

On-chain txs

DEX Volume (24h)

$2.4B

Across all DEXs

DEX Traders (7d)

477k

Unique traders

ACTIVE_WALLETS_90D

Source: Dune Analytics · base.transactions Spellbook · Updated hourly

DEX MARKETS

DEX_MARKET_SHARE_7D

aerodrome36.5%
uniswap34.6%
pancakeswap22.4%
openocean5.0%
elfomofi0.5%
native0.2%
woofi0.2%
fluid0.2%
baseswap0.1%
solidly0.1%
1inch-LOP0.1%
maverick0.1%
balancer0.0%
alienbase0.0%
swaap0.0%

DEX_RANKINGS_7D

PROTOCOL7D VOLTRADERSSHARE
aerodrome$3.0B29k
36.5%
uniswap$2.9B420k
34.6%
pancakeswap$1.9B91k
22.4%
openocean$411.3M2k
5.0%
elfomofi$44.5M20
0.5%
native$18.0M8k
0.2%
woofi$16.8M1k
0.2%
fluid$15.7M50
0.2%
baseswap$7.3M966
0.1%
solidly$7.1M2k
0.1%
1inch-LOP$5.8M2k
0.1%
maverick$4.9M1k
0.1%
balancer$3.7M17k
0.0%
alienbase$3.3M671
0.0%
swaap$1.2M1k
0.0%

CROSS-CHAIN COMPARISON

CROSS_CHAIN_DEX_90D

DEX volume comparison across Base, Ethereum, Arbitrum, and Optimism

BASE
ETHEREUM
ARBITRUM
OPTIMISM

Source: Dune Analytics · dex.trades Spellbook · Updated hourly

BUILDER ACTIVITY

CONTRACT_DEPLOYMENTS_90D

New contracts deployed and unique deployer wallets on Base

Source: Dune Analytics · base.creation_traces · Updated hourly

DEFI_FUNDAMENTALS

Total Value Locked

$4.0B

Source: DeFiLlama

Fees Generated (24h)

$1.5M

Source: DeFiLlama

DEX Volume (24h)

$745.7M

Source: DeFiLlama

TVL_30D

Source: DeFiLlama · Values in $M · Updated every 15 min

TOP_PROTOCOLS

PROTOCOLTYPETVL7D24H
Morpho V1Lending$2.2B-1.4%
Steakhouse FinancialRisk Curators$755M+0.7%
Aave V3Lending$708M-0.6%
Spark Liquidity LayerOnchain Capital Allocator$20M-0.0%
Curve DEXDexs$19M-4.5%
Grove FinanceOnchain Capital Allocator$17M+0.0%
PendleYield$6M-2.7%

Source: DeFiLlama · Top Base protocols by TVL · Excludes CEXs

AGENT_API

AGENT_API

Pay-per-use analytics data for AI agents. $0.01 USDC per request via x402 protocol on Base.

x402LIVE
GET https://baised.dev/api/analytics

Returns: chain_activity (DAU, tx_count), dex (volume_24h, volume_7d, traders, market_share)

CURL EXAMPLE

curl -H "x-payment: <base64-encoded-payment>" \
     https://baised.dev/api/analytics

X402 CLIENT (TypeScript)

import { withPayment } from "@x402/client";

const data = await withPayment(
  "https://baised.dev/api/analytics",
  { wallet }  // x402-compatible wallet on Base
);

Requires x402-compatible wallet on Base mainnet · chainId: 8453

x402.org →

METHODOLOGY

METHODOLOGY & DATA SOURCES

CHAIN ACTIVITY

DAU and transaction counts are derived from base.transactions Dune Spellbook. A "daily active wallet" is any EOA or contract that submitted at least one transaction in the rolling 24-hour window. Counts include failed transactions.

DEX VOLUME & MARKET SHARE

Volume figures from dex.trades Spellbook, which normalises swap events across all major DEXs. Market share is computed as a protocol's 7-day USD volume divided by total 7-day Base DEX volume. Double-counting is minimised by deduplicating aggregator routes.

CONTRACT DEPLOYMENTS

Contract counts from base.creation_traces. Each row represents one CREATE or CREATE2 opcode execution. Proxy deployments and factory-minted contracts are each counted individually.

REFRESH CADENCE

All Dune queries run on a 1-hour schedule. Page data is statically revalidated every 3600 s via Next.js ISR. Timestamps reflect the last server-side render, not the query execution time.

Data sourced from public blockchain records via Dune Analytics SQL · No financial advice · Numbers may lag by up to 2 hours