Token trust intelligence platform for Solana. Analyzes the people behind tokens — deployer reputation, holder quality, and reputation-weighted community reviews.
The Carfax for Solana tokens.
Every existing tool (RugCheck, SolSniffer, GoPlus) analyzes the token contract. FairSight analyzes the people behind it:
- Deployer FairScore — Reputation score via FairScale
- Cross-launch history — "Launched 47 tokens, 44 died within a week"
- Holder quality — FairScore distribution of current holders
- Reputation-weighted reviews — Gold-tier reviewer opinions carry more weight
Composite trust score combining four pillars:
| Pillar | Weight | Sources |
|---|---|---|
| Reputation | 35% | Deployer FairScore, cross-launch history, holder quality |
| Security | 30% | GoPlus flags, RugCheck analysis |
| Market | 20% | Jupiter organic score, liquidity, holder concentration |
| Community | 15% | Weighted review average, review volume |
Grades: A+ (90-100) → A (80-89) → B (70-79) → C (60-69) → D (50-59) → F (0-49)
- Next.js 15 (App Router) + TypeScript
- TailwindCSS
- PostgreSQL 16 + Prisma ORM
- Redis 7
- Solana wallet-adapter + JWT auth
# Install dependencies
pnpm install
# Start database + cache
docker compose -f docker-compose.dev.yml up -d
# Run migrations
pnpm prisma migrate dev
# Start dev server
pnpm devCopy .env.example to .env.local and fill in API keys:
docker compose up -d --build- FairScale — Wallet reputation scores
- Helius — On-chain data via DAS API
- Jupiter — Price and market data
- RugCheck — Risk analysis
- GoPlus — Security flags
MIT