Version: 1.0.1
Type: Instruction-only OpenClaw skill
Scope: GwapScore Protocol only
Chain: Solana-first
Canonical score range: 300–900
GwapScore Protocol converts Solana wallet behavior into a transparent, deterministic, partner-safe trust score.
The protocol evaluates:
The score must never be treated as a measure of wealth, popularity, race, identity, legal status, or personal worth.
GwapScore measures observed onchain trust behavior.
| Score Range | Tier | Meaning |
|---|---|---|
| ---: | --- | --- |
| 300–449 | critical_risk | Severe negative evidence or active major risk |
| 450–549 | high_risk | Risky, suspicious, or unresolved issues |
| 550–649 | thin_or_developing | Limited clean history or thin evidence |
| 650–724 | standard | Normal usable wallet profile |
| 725–799 | trusted | Strong positive onchain history |
| 800–900 | elite | Long-term, high-confidence, clean behavior |
| Category | Weight |
|---|---|
| --- | ---: |
| Wallet Maturity | 12% |
| Transaction Consistency | 13% |
| Counterparty Quality | 20% |
| Protocol Diversity | 10% |
| Security Hygiene | 10% |
| Lending / Credit Behavior | 15% |
| Commerce / Creator Reliability | 8% |
| Sybil / Farming Resistance | 7% |
| Recovery / Decay Behavior | 5% |
First calculate a 0–100 raw weighted score:
weightedRawScore =
walletMaturity * 0.12 +
transactionConsistency * 0.13 +
counterpartyQuality * 0.20 +
protocolDiversity * 0.10 +
securityHygiene * 0.10 +
lendingCreditBehavior * 0.15 +
commerceReliability * 0.08 +
sybilResistance * 0.07 +
recoveryBehavior * 0.05;
Convert to the canonical 300–900 score:
protocolScore = 300 + (weightedRawScore / 100) * 600;
Then apply all relevant score caps.
When asked to score, design, explain, audit, or extend GwapScore Protocol:
Use these files when generating protocol docs, API designs, scoring logic, or partner integration content:
references/scoring-model-v2.mdreferences/confidence-model-v2.mdreferences/canonical-event-schema.mdreferences/attestation-taxonomy.mdreferences/decay-and-recovery-rules.mdreferences/manual-review-policy.mdreferences/feature-gating-thresholds.mdreferences/partner-integration-policy.mdtemplates/score-output-template.mdtemplates/risk-escalation-template.mdtemplates/manual-review-template.mdassets/example-payloads/gwapscore-v2-score.jsonassets/example-payloads/gwapscore-v2-events.jsonThis skill does not require:
This package is instruction-only. Any implementation using Helius, QuickNode, custom RPC, Postgres, NestJS, or workers must be handled outside this skill unless explicitly requested in a separate implementation task.
共 2 个版本