Sources

Never trust a number without its source.

WingsyPrivate stores provenance next to every external value: provider, timestamp and a link. This page lists the public sources it reads and which are active on this deployment.

Source types

TypeWhat it backsExamples
BLOCKCHAINOwnership, balances, contract metadataRobinhood Chain RPC (Multicall3 for Stock Tokens), Robinhood Blockscout, Ethereum / Base / Arbitrum / Polygon / Solana RPC, Alchemy, Moralis, Helius
PRICEMarket valuationsRobinhood Stock Token API (bid/ask) for Stock Tokens; CoinGecko for crypto
MARKETPLACENFT floors and salesOpenSea floor via Alchemy NFT API
ISSUERTokenized asset disclosuresRobinhood Stock Token registry (/rhj/assets); issuer sites supplied by the owner
METADATANFT metadataContract tokenURI / uri, IPFS gateways
DATABASECollectible catalogsPokémon TCG API (more providers plug in through the same interface)
USER_PROVIDEDOwner statementsManual entries, owner estimates, reference links

Providers on this deployment

ProviderPurposeStatusEnvironment key
PostgreSQLPrivate vault storageConfiguredDATABASE_URL
Robinhood Chain + Stock Token APIRobinhood Chain balances, Stock Token registry and quotes (key-free)ConfiguredROBINHOOD_RPC_URL
Robinhood BlockscoutOther Robinhood Chain tokens, NFTs and transfers (best effort, key-free)Configured
AlchemyEVM token + NFT discoveryNot configuredALCHEMY_API_KEY
MoralisEVM token + NFT discovery (alternative)Not configuredMORALIS_API_KEY
HeliusSolana SPL + NFT discoveryNot configuredHELIUS_API_KEY
CoinGeckoCrypto market prices (key optional)ConfiguredCOINGECKO_API_KEY
Pokémon TCG APITrading card lookup (key optional)ConfiguredPOKEMON_TCG_API_KEY
ResendEmail magic-link sign-inNot configuredAUTH_RESEND_KEY
WalletConnectMobile wallet pairingNot configuredNEXT_PUBLIC_WALLETCONNECT_PROJECT_ID

What happens without a provider

Robinhood Chain needs no key at all: ETH and every Stock Token in the official registry are read on-chain, quotes come from the Stock Token API, and other tokens, NFTs and transfers come from Robinhood Blockscout on a best-effort basis. Native balances (ETH, POL, SOL) and SPL balances on the other chains are always read from public RPC; token and NFT discovery there needs Alchemy or Moralis, and rich Solana metadata needs Helius. When a capability is missing, the app shows “Connect data provider” for that capability instead of inventing data.

Valuation labels

LabelMeaning
Market priceA quote from a market data provider for a liquid asset.
Floor estimateCollection floor from a marketplace source. Not a guaranteed sale price.
User estimateA number entered by the owner.
Last saleA recorded sale price for this specific item.
External estimateA catalog reference such as a TCGplayer market price.