- Web portal with 5 views: dashboard, feed, investigations, sims, status - Enhanced triage with 40+ claim patterns - Position monitor script - Pipeline report generator - Systemd service for portal
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"triage_info": {
|
|
"timestamp": "2026-02-07T23:50:12Z",
|
|
"total_posts": 5,
|
|
"high_value": 1,
|
|
"worth_investigating": 3,
|
|
"dismissed": 1
|
|
},
|
|
"high_value": [
|
|
{
|
|
"id": "post_001",
|
|
"priority": 9,
|
|
"reason": "Verifiable $10M trader claim with Polymarket profile link - high credibility signal",
|
|
"money_signals": ["$10,000,000", "$2.4m"],
|
|
"verification_urls": ["https://polymarket.com/@kch123"]
|
|
}
|
|
],
|
|
"worth_investigating": [
|
|
{
|
|
"id": "post_002",
|
|
"priority": 6,
|
|
"reason": "Specific $50K claim with strategy mention - could be educational",
|
|
"money_signals": ["$50K"],
|
|
"strategy_keywords": ["momentum", "volume analysis", "SOL options"]
|
|
},
|
|
{
|
|
"id": "post_003",
|
|
"priority": 5,
|
|
"reason": "NFT flip claims with specific profits - trackable if address provided",
|
|
"money_signals": ["3.2 ETH", "23 ETH profit"],
|
|
"strategy_keywords": ["pattern recognition", "Azuki", "flips"]
|
|
},
|
|
{
|
|
"id": "post_004",
|
|
"priority": 7,
|
|
"reason": "DeFi yield claims with specific numbers and timeframe",
|
|
"money_signals": ["$100K", "$127K", "3 weeks"],
|
|
"strategy_keywords": ["yield farming", "compound yield", "4 protocols"]
|
|
}
|
|
],
|
|
"dismissed": [
|
|
{
|
|
"id": "post_005",
|
|
"priority": 1,
|
|
"reason": "Vague motivational content, no specific claims or strategies",
|
|
"money_signals": ["-$2K"],
|
|
"dismissal_reason": "Too general, no actionable intelligence"
|
|
}
|
|
],
|
|
"investigation_queue": [
|
|
"post_001",
|
|
"post_004",
|
|
"post_002"
|
|
]
|
|
} |