Getting Started
Credge provides local-first diagnostics for Solana creator behavior patterns. Our Chrome extension analyzes on-chain data to identify mint clusters, risk density, anomaly windows, and intent profiling in real-time.
PREREQUISITES
- •Chrome browser (version 96 or later)
- •Internet connection for RPC queries
- •Basic understanding of Solana token addresses
Installation
Chrome Extension
- 01.Visit the Chrome Web Store (coming soon)
- 02.Click "Add to Chrome" to install the extension
- 03.Pin the extension to your toolbar for easy access
- 04.Click the Credge icon to open the analysis interface
1. Open Chrome Extensions (chrome://extensions/)
2. Verify "Credge - Creator Risk Analysis" is enabled
3. Check that version number matches latest releaseCore Features
Mint Cluster Analysis
Track creator mint patterns across multiple projects. Identify serial launchers and assess historical success rates to evaluate credibility.
Risk Density Mapping
Quantify creator risk through behavioral pattern analysis. Detect high-risk profiles and historical red flags across the Solana ecosystem.
Anomaly Windows
Identify timeframes with suspicious creator activity. Generate early warning signals based on deviation from normal patterns.
Intent Profiling
Analyze creator commitment signals and long-term intent. Distinguish between serious builders and short-term exploiters.
Usage Guide
ANALYZING A CREATOR
- 01.
Open the Extension
Click the Credge icon in your Chrome toolbar
- 02.
Enter Token Address
Paste the Solana token address to analyze its creator
- 03.
Run Diagnostics
Click "Start Recon" to begin creator risk analysis
- 04.
Review Results
Examine the forensic data, risk metrics, and behavioral signals
Interpreting Results
→Risk Score: Higher values indicate elevated creator risk profiles
→Anomaly Spike: Green peaks show moments of suspicious or unusual activity
→Baseline: The black waveform represents normal creator behavior
→Mint Clusters: Groups of related projects launched by the same creator
API Reference
COMING SOON: DEVELOPER API
Programmatic access to Credge behavioral analytics is currently in development. Phase 2 will include REST API endpoints for integrating creator risk diagnostics into your applications.
POST /api/v1/analyze
Content-Type: application/json
{
"token_address": "string",
"analysis_type": "full" | "quick",
"time_range": "24h" | "7d" | "30d"
}{
"mint_clusters": { "count": number, "patterns": string[] },
"risk_density": number,
"anomaly_windows": number[],
"intent_profile": number,
"signals": string[]
}Troubleshooting
Extension not loading
Check that the extension is enabled in chrome://extensions/ and try reloading the page.
RPC connection errors
Network timeouts or RPC failures may occur during high load periods on Solana.
Invalid token address
Ensure you're using a valid Solana token mint address (base58 encoded, 32-44 characters).
Slow analysis performance
Large holder counts (10,000+ addresses) may require additional processing time.
Need Help?
For additional support, feature requests, or bug reports, reach out to the Credge team.