Platform Coverage

Embed's V3 platform covers three domains — Social, Coins, and Prediction Markets — across multiple protocols and chains. This page shows what's available today and what's coming next.


Coverage Overview

DomainProtocolSearch IndicesFeaturesRankingHydration
SocialFarcasterfarcaster-users, farcaster-itemsSocial Affinity, Content Sims, AI LabelsSession-Based, Online Learning
Zoraposts, users, tradesSocial Affinity, AI Labels, Trader Affinity, Content SimsSession-Based, Online Learning
CoinsEthereumcoins, usersSocial Affinity, Trader Affinity, Content SimsSession-Based, Online Learninginteresting_trades, convergence_trades, interesting_price_change, user_balances
Solanacoins, usersSocial Affinity, Trader Affinity, Content SimsSession-Based, Online Learninginteresting_trades, convergence_trades, interesting_price_change, user_balances
Basecoins, usersSocial Affinity, Trader Affinity, Content SimsSession-Based, Online Learninginteresting_trades, convergence_trades, interesting_price_change, user_balances, user_recent_activity
Prediction MarketsPolymarketpolymarket-wallets, polymarket-itemsSocial Affinity, Trader Affinity, Content Sims, AI LabelsSession-Based, Online Learninginteresting_bets, interesting_price_change, user_recent_activity, convergence_bets
Kalshikalshi-wallets, kalshi-itemsSocial Affinity, Trader Affinity, Content Sims, AI LabelsSession-Based, Online Learninginteresting_bets, interesting_price_change, user_recent_activity, convergence_bets
Perps / Stocks / CommoditiesTBD

Domains

Social

Farcaster — decentralized social protocol. Two search indices:

  • farcaster-users — user profiles
  • farcaster-items — posts (casts)

Features include Social Affinity (who the user follows and interacts with), Content Similarity (embedding-based matching), and AI Labels (topic, sentiment, emotion, moderation). Ranking models are backtested across both session-based and online learning approaches.

Zora — creator economy platform. Three data types (posts, users, trades) are indexed. Features cover Social Affinity, AI Labels, Trader Affinity, and Content Similarity.

Coins

Token trading activity across three chains, all following the same architecture:

ChainUnique capabilities
EthereumHighest liquidity, most established DeFi
SolanaHighest memecoin activity
BaseGrowing DEX activity, includes user_recent_activity hydration

Each chain provides:

  • Search indices — coins and users
  • Features — Social Affinity, Trader Affinity, Content Sims
  • Ranking — Session-Based and Online Learning
  • Hydrationinteresting_trades, convergence_trades, interesting_price_change, user_balances (real-time enrichment from DynamoDB)

The multi-chain token data is also available via the token-items search index, which aggregates tokens across all three chains. See Supported Indices for the full field reference.

Prediction Markets

Polymarket — the most mature prediction market integration. Full feature coverage including AI Labels, all affinity features, and both ranking approaches. Hydration provides interesting_bets, convergence_bets, interesting_price_change, and user_recent_activity.

Kalshi — prediction markets on Solana via DFlow contracts. Same architecture as Polymarket with equivalent feature and ranking coverage. Hydration provides the same signals.

Perps / Stocks / Commodities — planned, not yet available.


Service Layers Explained

Search (Elasticsearch)

The search layer retrieves candidates from indexed data. Each protocol has one or more search indices containing items and user profiles. Search supports structured filtering, relevance boosting, and semantic similarity.

See [Search Guide](../Building Algorithms/search) and Supported Indices for the full field reference per index.

Features (Elasticsearch)

The features layer enriches candidates with ML-computed signals by comparing items against a user profile:

FeatureWhat it measures
Social AffinityHow connected the user is to the item's creator via social graph
Trader AffinityHow similar the user's trading behavior is to other traders on this item
Content SimsSemantic similarity between the item and the user's interaction history
AI LabelsTopic, sentiment, emotion, moderation, and Web3 classifications

See [Features Guide](../Building Algorithms/algo-features) for API details.

Ranking (VW / Vowpal Wabbit)

The ranking layer applies trained ML models to produce personalized orderings:

ApproachDescription
Session-BasedModels trained on per-session interaction patterns
Online LearningModels that update continuously from real-time user feedback

See [Scoring & Ranking Guide](../Building Algorithms/algo-scoring-ranking) for the sort, linear, and mix methods.

Hydration (DynamoDB)

The hydration layer provides real-time enrichment signals from DynamoDB, primarily for Coins and Prediction Markets:

SignalDomainDescription
interesting_tradesCoinsNotable recent trades by smart money wallets
convergence_tradesCoinsMultiple top wallets trading the same token
interesting_price_changeCoins, Prediction MarketsSignificant price movements
user_balancesCoinsCurrent token holdings for a wallet
user_recent_activityCoins (Base), Prediction MarketsRecent trading activity for a user
interesting_betsPrediction MarketsNotable bets by top-ranked traders
convergence_betsPrediction MarketsMultiple top traders betting on the same market

These signals power the Smart Money Signals API and can be used to build real-time notification feeds.


What's Next

  • Supported Indices → Full field reference for every search index
  • [Search →](../Building Algorithms/search) How to query indices with filters, boosting, and semantic search
  • [Features →](../Building Algorithms/algo-features) ML enrichment and personalization signals
  • Smart Money Signals → Real-time smart money intelligence powered by hydration signals

What’s Next

Explore the full field reference for each index