GMX Vault
Strong trust signals with high statistical confidence. Audit Coverage above average. Exploit History above average.
Score Breakdown
How the TrustGrade algorithm computed this score.
Wilson Score Lower Bound
95% confidence interval lower bound on positive outcome rate. Penalizes small samples automatically.
Bayesian Posterior
Beta(α,β) posterior mean with sceptical prior. Adjusts observed rate toward conservative estimate.
Incident Penalty
Compound penalty: 1−(1−s)². 10% incidents → 19% penalty. 30% → 51%.
Volume Bonus
Log-credibility bonus: log₁₀(n)×k. More data = more confidence, diminishing returns.
Signal Contributions
Each signal's contribution to the final score. Positive = trust-building. Negative = risk-indicating.
| Signal | Value | Weight | Contribution | Visualization |
|---|---|---|---|---|
| Audit Coverage | 80.0% | ±9 | +5.40 | |
| Exploit History | 100.0% | ±10 | +10.00 | |
| Source Verified | 95.0% | ±5 | +4.50 | |
| TVL Coverage | 54.8% | ±5 | +0.48 | |
| Contract Maturity | 72.0% | ±5 | +2.20 |
Why this grade?
Strong trust signals with high statistical confidence. Audit Coverage above average. Exploit History above average.
The TrustGrade algorithm combines the Wilson score lower bound (which requires substantial evidence to score high), a Bayesian posterior (which shrinks toward a conservative estimate when sample sizes are small), a compound incident penalty (which grows faster than linear), a log-credibility volume bonus, and 5 weighted optional signals specific to smart contracts.
Use this score
Query the TrustGrade API or embed a badge on your site.
API Query
curl -s https://api.trustgrade.ai/v1/score/smart_contract/GMX%20Vault \
-H "Authorization: Bearer $TRUSTGRADE_KEY" | jq . {
"entity": "GMX Vault",
"type": "smart_contract",
"score": 84,
"grade": "B",
"confidence": 0.8381,
"summary": "Strong trust signals with high statistical confidence. Audit Coverage above average. Exploit History above average.",
"breakdown": {
"wilson": 0.8427,
"bayesian": 0.8735,
"incidentPenalty": 0,
"volumeBonus": 5.48
},
"computedAt": "2026-07-12T16:55:26.299Z"
} Embed Badge
<script src="https://trustgrade.ai/widget.js"></script>
<div data-trustgrade="smart_contract:GMX%20Vault" data-size="medium"></div>