Open the app
Data model

Schema · Early tokens

The new Convex and Parquet tables that capture a token from deployment through its first hours.

The early-token domain adds five Convex tables and three Parquet datasets, and refines tokens, token_contracts, opportunities and score_snapshots (full versions on the Convex schema page).

Convex · operational

token_launches — the main early-launch table

FieldTypeDescription
idIDLaunch identifier
token_idIDRelated token
token_contract_idIDRelated contract
chain_idIDBlockchain
launch_platformstringLaunchpad or protocol
launch_typestringContract, bonding curve, fair launch, DEX pool
statusstringLifecycle status
deployed_atdatetime, optionalContract deployment
launch_started_atdatetime, optionalLaunch mechanism started
pool_created_atdatetime, optionalPool creation
first_liquidity_atdatetime, optionalFirst usable liquidity
first_trade_atdatetime, optionalFirst trade
migration_started_atdatetime, optionalMigration start
migration_completed_atdatetime, optionalMigration completion
initial_liquiditydecimal, optionalInitial liquidity
initial_pricedecimal, optionalFirst usable price
initial_market_capdecimal, optionalInitial market cap
initial_fdvdecimal, optionalInitial FDV
creator_walletstring, optionalCreator wallet
first_detected_atdatetimeClawlas detection
discovery_latency_msinteger, optionalDetection delay
data_maturitystringMinimal, early, partial, mature
created_atdatetimeRecord creation
updated_atdatetimeLast update

launch_events — immutable lifecycle events

FieldTypeDescription
idIDEvent identifier
token_launch_idIDParent launch
event_typestringDeployment, liquidity, first trade, migration
event_atdatetimeActual event time
detected_atdatetimeDetection time
source_idIDData source
source_event_idstring, optionalExternal identifier
confidencenumberEvent confidence
payload_referencestring, optionalRaw analytical reference
created_atdatetimeRecord creation

liquidity_pools

FieldTypeDescription
idIDPool identifier
token_launch_idIDRelated launch
token_idIDBase token
chain_idIDBlockchain
exchange_idIDDEX
pool_addressstringPool address
quote_token_symbolstringQuote asset
pool_typestringAMM, concentrated liquidity, bonding curve
created_at_chaindatetimeOn-chain creation time
first_detected_atdatetimeDetection time
current_statusstringActive, low liquidity, removed, inactive
current_liquiditydecimalLatest liquidity
liquidity_lockedboolean, optionalLock state
liquidity_burnedboolean, optionalBurn state
created_atdatetimeRecord creation
updated_atdatetimeLast update

security_assessments

FieldTypeDescription
idIDAssessment identifier
token_contract_idIDAssessed contract
token_launch_idID, optionalRelated launch
assessed_atdatetimeAssessment time
assessment_versionstringScanner version
security_scorenumberComputed score
honeypot_probabilitynumberEstimated risk
buy_taxnumber, optionalDetected buy tax
sell_taxnumber, optionalDetected sell tax
mint_riskbooleanMint-related risk
freeze_riskbooleanFreeze-related risk
blacklist_riskbooleanBlacklist capability
pause_riskbooleanPausable trading
upgrade_riskbooleanUpgrade authority
liquidity_removal_risknumberLiquidity risk
blocking_flagsarrayHard blocking conditions
evidenceobjectStructured evidence
created_atdatetimeRecord creation

sellability_tests

FieldTypeDescription
idIDTest identifier
token_launch_idIDRelated launch
liquidity_pool_idID, optionalTested pool
wallet_profilestringSimulation profile
tested_atdatetimeTest time
statusstringPass, limited, fail, blocked
test_methodstringSimulation, quote, controlled transaction
test_quantitydecimalTested amount
expected_outputdecimal, optionalExpected proceeds
estimated_slippagenumber, optionalExpected slippage
estimated_taxnumber, optionalEstimated tax
gas_estimatedecimal, optionalEstimated gas
failure_reasonstring, optionalFailure explanation
expires_atdatetimeValidity expiration
created_atdatetimeRecord creation

Parquet · analytical

early_token_snapshots — chain / launch_platform / date / token_launch_id

FieldType
token_launch_idstring
token_idstring
liquidity_pool_idstring, optional
captured_atdatetime
contract_age_secondsinteger, optional
launch_age_secondsinteger, optional
tradable_age_secondsinteger, optional
pool_age_secondsinteger, optional
pricedecimal, optional
market_capdecimal, optional
fdvdecimal, optional
liquiditydecimal
buy_countinteger
sell_countinteger
unique_buyersinteger
unique_sellersinteger
buy_volumedecimal
sell_volumedecimal
net_buy_pressurenumber
transaction_velocitynumber
holder_countinteger, optional
top_10_percentagenumber, optional
creator_percentagenumber, optional
sniper_percentagenumber, optional
bot_activity_scorenumber
social_velocitynumber, optional
estimated_buy_slippagenumber
estimated_sell_slippagenumber
sellability_statusstring
security_scorenumber
data_quality_scorenumber

launch_wallet_activity

FieldType
token_launch_idstring
wallet_addressstring
wallet_rolestring
related_creator_probabilitynumber
first_seen_atdatetime
event_atdatetime
event_typestring
quantitydecimal
estimated_valuedecimal, optional
balance_afterdecimal, optional
wallet_age_secondsinteger, optional
behavior_scorenumber
cluster_idstring, optional

launch_liquidity_events

FieldType
token_launch_idstring
liquidity_pool_idstring
event_atdatetime
event_typestring
provider_walletstring, optional
base_amountdecimal
quote_amountdecimal
liquidity_valuedecimal
pool_liquidity_afterdecimal
transaction_hashstring
block_numberinteger
Enumerations
Wallet roles: CREATOR · DEPLOYER · RELATED_WALLET · EARLY_BUYER · SNIPER · BOT · WHALE · MARKET_MAKER · EXCHANGE · UNKNOWN. Liquidity events: POOL_CREATED · LIQUIDITY_ADDED / REMOVED / LOCKED / UNLOCKED / BURNED.

The early-token opportunity_outcomes dataset extends the analytics schema with sub-second return windows (return_5s … return_30d) and rug/migration flags.