OatsAI

ABOUT

Project Information

MISSION

Most token risk tools look at one thing. OatsAI looks at five - holder concentration, liquidity depth relative to market cap, how long the contract has been live, whether transfers show organic or artificial patterns, and how much supply the dev wallets still control.

Each one is scored independently, then combined into a single index.

The output is a number, the oats index, and one of five grades: Critical, Risky, Moderate, Safe, Pristine.

Japanese

ほとんどのトークンリスクツールは1つの指標しか見ない。OatsAIは5つを同時に分析する: ホルダー集中度、流動性比率、コントラクト経過日数、転送パターンの有機性、開発者ウォレット保有比率。

それぞれを独立してスコアリングし、単一のインデックスに統合する。

出力は数値(Oatsインデックス)と5段階グレード: Critical / Risky / Moderate / Safe / Pristine。

Python 81%
Languages
138
Tests
2
Contributors
MIT
License
structure
TokenRiskSnapshot
       ↓
 OatsEngine
   ├── ConcentrationSignal    (0.30)
   ├── LiquidityHealthSignal  (0.25)
   ├── ContractMaturitySignal (0.20)
   ├── TransferQualitySignal  (0.15)
   └── DevExposureSignal      (0.10)
       ↓
 OatsAnalysis
   • oats_index (0-100)
   • grade (OatsGrade)
   • signals (list[SignalResult])
   • dominant_signal
   • risk_confidence