One verified layer for every Solana token.
Onchain data, AI signals, and community review distilled into a single, human-reviewed data layer that wallets, DEXs, and apps across Solana already plug into.
If you care about a token, you can fix its data here.
Bad metadata, missing socials, misattributed news, you've seen it and had no way to fix it. With VRFD Open, anyone can submit tokens for verification, update metadata, add news, or flag bad data.
Every submission is publicly reviewed before it enters the verified data layer that wallets, DEXs, and apps across Solana already build on.
One list was never going to verify all of Solana.
Tens of thousands of tokens launch daily. VRFD gives you multiple signals so you can see the full picture without waiting on one team's call.
Is this the right address?
Get a green checkmark. Prevent imposters from spoofing your token with a mint that reviewers have personally confirmed.
Is it safe to trade?
Risk warnings updated in real time from onchain data including holder concentration, liquidity issues, freeze authority, and other red flags.
Does the ecosystem trust it?
See ecosystem support at a glance with Smart Likes - endorsements from Smart Followers, a dynamically updated list of verified humans and known ecosystem participants.
The picture isn't complete without news.
Jupiter launched DCA V2 and a $20,000 xStocks deposit rewards campaign. Added tokenized stocks as Lend collateral and released $200,000 in user rewards.
If you're still using DCA the old way, your orders are visible for bots to frontrun. DCA V2 changes that — orders stay off-chain, when they fire they look like a normal swap, bots get nothing to target.
jupiter ($JUP) is buying back 22% of its own float annually. $383k daily mechanical bid from 50% revenue commitment against a $640m market cap. zero emissions.
Jupiter is a launch partner for @SuperteamBlack. Every team in the program gets Pro tier API access from day one. Swap, DCA, limit orders, prediction markets and more.
Tired of misattributed news, scam links and noise on X?
VRFD is the first verified, human-curated news feed right where you trade. News from AI, community input and official accounts are reviewed by humans before it enters the feed and summary. Safe, useful news only.
One API. Trusted everywhere.
VRFD data is available through APIs, and already in use by wallets, DEXs, and launchpads across the ecosystem.
// Search for any Solana token
const res = await fetch(
"https://api.jup.ag/tokens/v2/search?query=SOL",
{ headers: { "x-api-key": API_KEY } }
)
const [token] = await res.json()
token.id // "So1111…1112"
token.symbol // "SOL"
token.isVerified // true
token.usdPrice // 145.47
token.liquidity // 89970631
token.organicScore // 98.9
token.audit // { mintAuthorityDisabled: true, … }