whatisgithub

What is dyor-ai?

erioluwaaluko-tech/dyor-ai — explained in plain English

Analysis updated 2026-05-18

0HTMLAudience · vibe coderComplexity · 3/5Setup · moderate

In one sentence

Paste a Solana token address and get an instant AI-written risk report, no wallet or signup needed.

Mindmap

mindmap
  root((DYOR.ai))
    What it does
      Token risk report
      Lifecycle stage
      Price chart
    Tech stack
      Python FastAPI
      Birdeye API
      Claude API
    Use cases
      Check token risk
      Compare tokens
      Track watchlist
    Audience
      Crypto traders
      Vibe coders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Check the risk level of a Solana token before buying it.

USE CASE 2

Compare up to three tokens side by side on price, volume, and liquidity.

USE CASE 3

Build a watchlist of tokens that auto-refreshes so you can track them over time.

USE CASE 4

Get a plain English explanation of what stage a token's hype cycle is in.

What is it built with?

PythonFastAPIUvicornBirdeye APIClaude APIChart.js

How does it compare?

erioluwaaluko-tech/dyor-aiamureki/sweatbucksanikchand461/ragbucket
Stars00
LanguageHTMLHTMLHTML
Last pushed2025-08-15
MaintenanceQuiet
Setup difficultymoderateeasyeasy
Complexity3/51/52/5
Audiencevibe codergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires both a Birdeye API key and an Anthropic API key.

The README does not state a license.

So what is it?

DYOR stands for "Do Your Own Research," a phrase commonly used in cryptocurrency communities as a reminder to verify claims before investing. DYOR.ai is a web tool for analyzing tokens on Solana (a cryptocurrency blockchain) that automates that research. You paste any token's contract address and receive a full intelligence report in seconds, no wallet connection, no account, and no fees required. The report centers on a risk score from 0 to 100, calculated from six on-chain signals: liquidity depth (how easy it would be to manipulate the price), the volume-to-market-cap ratio (a high ratio can signal a coordinated pump scheme), sudden price spikes in the past 24 hours, how many unique holders the token has, signs of wash trading (fake volume), and whether a small number of wallets are driving most activity. Scores are grouped into three labels: Low Risk (0 to 39), Medium Risk (40 to 69), and High Risk (70 to 100). Alongside the score, the tool classifies the token's lifecycle stage, Early, Growing, Peaking, Distribution, or Declining, and displays a 24-hour price chart sourced from the Birdeye Data API. A plain-English narrative generated by Claude (Anthropic's AI model) explains what the signals mean in accessible language. You can also compare up to three tokens side by side and maintain a watchlist of up to five tokens that auto-refreshes. The backend runs on Python with FastAPI. The frontend is plain HTML, CSS, and JavaScript with Chart.js for the price charts. The project was built for the Birdeye Data BIP Competition Sprint 4 in May 2026.

Copy-paste prompts

Prompt 1
Explain how DYOR.ai's six risk signals combine into a single 0-100 risk score.
Prompt 2
Help me set up DYOR.ai locally with my own Birdeye and Anthropic API keys.
Prompt 3
Show me how to add a new on-chain risk signal to DYOR.ai's scoring system.
Prompt 4
Write a FastAPI endpoint similar to DYOR.ai's compare endpoint that adds a fourth token.

Frequently asked questions

What is dyor-ai?

Paste a Solana token address and get an instant AI-written risk report, no wallet or signup needed.

What language is dyor-ai written in?

Mainly HTML. The stack also includes Python, FastAPI, Uvicorn.

What license does dyor-ai use?

The README does not state a license.

How hard is dyor-ai to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is dyor-ai for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.