# Atract Score

Comprehensive trader evaluation metric used for leaderboard ranking and funding decisions.

## Overview

The Atract Score is a composite rating (0-100) that evaluates trader performance across multiple dimensions. It helps investors identify skilled traders and gives traders a benchmark for improvement.

## Score Components

| Component       | Weight | Range | Description               |
| --------------- | ------ | ----- | ------------------------- |
| Profitability   | 30%    | 0-100 | Returns and profit factor |
| Consistency     | 25%    | 0-100 | Stability of performance  |
| Risk Management | 25%    | 0-100 | Drawdown control          |
| Trading Volume  | 15%    | 0-100 | Activity level            |
| Account Age     | 5%     | 0-100 | Time-tested performance   |

**Formula:**

```
Atract Score = (Profitability × 0.30) + (Consistency × 0.25) +
               (Risk × 0.25) + (Volume × 0.15) + (Age × 0.05)
```

## Component Details

### Profitability (30%)

Measures actual returns:

**Factors:**

* Total ROI (return on investment)
* Profit factor (gross profit / gross loss)
* Risk-adjusted returns (Sharpe ratio)
* Average win vs average loss size

**Scoring:**

| ROI    | Profit Factor | Score Impact |
| ------ | ------------- | ------------ |
| >50%   | >2.0          | Excellent    |
| 20-50% | 1.5-2.0       | Good         |
| 0-20%  | 1.0-1.5       | Acceptable   |
| <0%    | <1.0          | Poor         |

### Consistency (25%)

Measures stability over time:

**Factors:**

* Win rate stability across periods
* Return variance (lower = better)
* Consecutive winning/losing streaks
* Recovery from drawdowns

**Scoring:**

| Win Rate        | Variance  | Score Impact |
| --------------- | --------- | ------------ |
| 55%+ stable     | Low       | Excellent    |
| 50-55% stable   | Moderate  | Good         |
| 45-50%          | High      | Acceptable   |
| <45% or erratic | Very High | Poor         |

### Risk Management (25%)

Measures drawdown control:

**Factors:**

* Maximum drawdown (peak-to-trough)
* Average drawdown size
* Drawdown recovery time
* Position sizing discipline

**Scoring:**

| Max Drawdown | Recovery | Score Impact |
| ------------ | -------- | ------------ |
| <10%         | Fast     | Excellent    |
| 10-20%       | Moderate | Good         |
| 20-30%       | Slow     | Acceptable   |
| >30%         | Poor     | Poor         |

### Trading Volume (15%)

Measures activity level:

**Factors:**

* Total trading volume (USD)
* Number of trades
* Average position size
* Market coverage (assets traded)

**Scoring:**

| Volume   | Trades | Score Impact    |
| -------- | ------ | --------------- |
| >$100k   | >100   | Excellent       |
| $50-100k | 50-100 | Good            |
| $10-50k  | 20-50  | Acceptable      |
| <$10k    | <20    | Below threshold |

### Account Age (5%)

Measures time in market:

**Factors:**

* Days since first trade
* Active trading days
* Trading frequency over time

**Scoring:**

| Duration   | Frequency | Score Impact    |
| ---------- | --------- | --------------- |
| >90 days   | Regular   | Excellent       |
| 30-90 days | Regular   | Good            |
| 14-30 days | Active    | Acceptable      |
| <14 days   | Any       | Below threshold |

## Confidence Badges

Badges indicate data quality:

| Badge      | Requirement     | Purpose                  |
| ---------- | --------------- | ------------------------ |
| Min Trades | 20+ completed   | Statistical significance |
| Volume     | $10,000+ total  | Meaningful activity      |
| Duration   | 14+ active days | Time-tested data         |

**Interpretation:**

* All badges: High confidence in score accuracy
* Missing badges: Score may change significantly with more data

## Score Tiers

| Score  | Tier          | Leaderboard  | Interpretation      |
| ------ | ------------- | ------------ | ------------------- |
| 80-100 | Excellent     | Top rankings | Exceptional trader  |
| 65-79  | Good          | Featured     | Strong track record |
| 50-64  | Acceptable    | Listed       | Meets standards     |
| 35-49  | Below Average | Hidden       | Needs improvement   |
| 0-34   | Poor          | Hidden       | Significant issues  |

## Improving Your Score

### Quick Wins

* Trade more consistently (avoid long gaps)
* Keep position sizes reasonable
* Cut losses early

### Long-Term Improvements

* Maintain positive expectancy
* Reduce drawdown severity
* Build trading volume over time

### What to Avoid

* Revenge trading (detected and penalized)
* Excessive leverage
* Erratic position sizing
* Long inactive periods

## Data Sources

All metrics calculated from:

* Hyperliquid trade history (on-chain)
* Personal wallet trades only
* Vault performance excluded
* Real-time sync with 5-minute cache

## Calculation Timing

* Updated on each analytics page visit
* Cached for 5 minutes
* Full recalculation on manual sync
* Leaderboard refreshes hourly

## Related Pages

* [Dashboard Overview](/analytics/dashboard-overview.md)
* [Metrics Explained](/analytics/metrics-explained.md)
* [Leaderboard](/leaderboard/leaderboard.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.atract.app/analytics/atract-score.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
