CREDGE

Documentation

Technical documentation for Credge creator risk analysis platform

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

  1. 01.Visit the Chrome Web Store (coming soon)
  2. 02.Click "Add to Chrome" to install the extension
  3. 03.Pin the extension to your toolbar for easy access
  4. 04.Click the Credge icon to open the analysis interface
Installation Verification
1. Open Chrome Extensions (chrome://extensions/)
2. Verify "Credge - Creator Risk Analysis" is enabled
3. Check that version number matches latest release

Core Features

Mint Cluster Analysis

Track creator mint patterns across multiple projects. Identify serial launchers and assess historical success rates to evaluate credibility.

CLUSTERS = grouped_mints_by_creator

Risk Density Mapping

Quantify creator risk through behavioral pattern analysis. Detect high-risk profiles and historical red flags across the Solana ecosystem.

RISK = Σ(anomaly_signals × severity)

Anomaly Windows

Identify timeframes with suspicious creator activity. Generate early warning signals based on deviation from normal patterns.

ANOMALY = activity_spike × risk_score

Intent Profiling

Analyze creator commitment signals and long-term intent. Distinguish between serious builders and short-term exploiters.

INTENT = consistency × engagement

Usage Guide

ANALYZING A CREATOR

  1. 01.

    Open the Extension

    Click the Credge icon in your Chrome toolbar

  2. 02.

    Enter Token Address

    Paste the Solana token address to analyze its creator

  3. 03.

    Run Diagnostics

    Click "Start Recon" to begin creator risk analysis

  4. 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.

// Planned Endpoint: Creator Risk Analysis
POST /api/v1/analyze
Content-Type: application/json

{
  "token_address": "string",
  "analysis_type": "full" | "quick",
  "time_range": "24h" | "7d" | "30d"
}
// Response Schema
{
  "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.

Solution: Disable and re-enable the extension, then restart Chrome

RPC connection errors

Network timeouts or RPC failures may occur during high load periods on Solana.

Solution: Wait a few moments and retry, or check Solana network status

Invalid token address

Ensure you're using a valid Solana token mint address (base58 encoded, 32-44 characters).

Solution: Verify the token address on Solscan or Solana Explorer

Slow analysis performance

Large holder counts (10,000+ addresses) may require additional processing time.

Solution: Use "Quick Analysis" mode for faster results with reduced detail

Need Help?

For additional support, feature requests, or bug reports, reach out to the Credge team.