> ## Documentation Index
> Fetch the complete documentation index at: https://docs.winnieswap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Points Program

> Maximize your rewards through WinnieSwap's gamified points system

**WinnieSwap** rewards active participants through a comprehensive points system that tracks your trading volume, liquidity provision, and referrals. Climb the leaderboard and maximize your rewards by understanding how points are calculated and optimized.

<img src="https://mintcdn.com/stakelabpteltd/crqW3bq9xAeH44Ix/images/leaderboard.png?fit=max&auto=format&n=crqW3bq9xAeH44Ix&q=85&s=b51aa31f155ccb1641592e374329746b" alt="Leaderboard" width="3456" height="1172" data-path="images/leaderboard.png" />

## Overview

The WinnieSwap Points Program tracks three types of points:

* **Volume Points**: Earned from swap trading activity
* **Liquidity Points**: Earned from providing and maintaining liquidity
* **Referral Points**: Earned from referring other users

Your **Total Points** determine your rank on the leaderboard and unlock various rewards and benefits.

<CardGroup cols={3}>
  <Card title="Volume Points" icon="arrow-right-arrow-left">
    Earn 0.1 points per \$1 of swap volume
  </Card>

  <Card title="Liquidity Points" icon="droplet">
    Earn 0.01 points per \$1 of liquidity per day
  </Card>

  <Card title="Referral Points" icon="users">
    Earn 20% of your referrals' base points
  </Card>
</CardGroup>

## Volume Points

Volume Points reward active traders on WinnieSwap. Every swap you make contributes to your volume points.

### Formula

```
Volume Points = Swap Volume (USD) × 0.1
```

### How It Works

* **Multiplier**: 0.1 points per \$1 of swap volume
* **Calculation**: Based on the USD value of tokens swapped
* **Instant**: Points are calculated immediately after each swap
* **Cumulative**: All swap volume is tracked and accumulated

### Example

If you swap \$1,000 worth of tokens:

* Volume Points = \$1,000 × 0.1 = **100 points**

If you swap \$10,000 worth of tokens:

* Volume Points = \$10,000 × 0.1 = **1,000 points**

<Tip>
  Volume points are only calculated from swap volume, not from liquidity deposits or withdrawals.
</Tip>

## Liquidity Points

Liquidity Points reward users who provide liquidity to WinnieSwap pools. This system uses a **daily cumulative model** that rewards consistent liquidity provision over time.

### Formula

```
Daily Liquidity Points = Effective Liquidity (USD) × 0.01
Total Liquidity Points = Previous Liquidity Points + Daily Liquidity Points
```

### How It Works

* **Multiplier**: 0.01 points per \$1 of liquidity per day
* **Effective Liquidity**: Sum of V3 pools liquidity + Sticky Vaults + AutoWin liquidity
* **Daily Calculation**: Points are calculated and added daily based on your current liquidity position
* **Cumulative**: Points accumulate over time as long as you maintain liquidity

### Example

**Day 1**: You provide \$10,000 in liquidity

* Daily Points = \$10,000 × 0.01 = **100 points**
* Total Liquidity Points = 0 + 100 = **100 points**

**Day 2**: You maintain \$10,000 in liquidity

* Daily Points = \$10,000 × 0.01 = **100 points**
* Total Liquidity Points = 100 + 100 = **200 points**

**Day 30**: After 30 days with \$10,000 in liquidity

* Total Liquidity Points = **3,000 points**

<Warning>
  If you remove all your liquidity, you stop earning daily liquidity points. However, your previously accumulated points remain in your total.
</Warning>

### Liquidity Sources

Liquidity points are calculated from:

1. **V3 Pool Positions**: Direct liquidity positions in Uniswap V3-style pools
2. **Sticky Vaults**: Automated liquidity manager positions
3. **AutoWin Vaults**: Automated compounder on top of Sticky Vaults

## Referral Points

Referral Points reward users who bring new participants to WinnieSwap. Build your network and earn a percentage of your referrals' activity.

### Formula

```
Referral Points = Sum of (Referred User's Base Points × 0.2)
Base Points = Volume Points + Liquidity Points
```

### How It Works

* **Bonus Rate**: 20% of your referrals' base points (volume + liquidity)
* **Base Points**: Volume points + liquidity points (excluding referral points)
* **Cumulative**: You earn points from all users you've referred
* **Real-time**: Points update as your referrals earn points

### Example

You refer User A who earns:

* Volume Points: 500
* Liquidity Points: 1,000
* Base Points: 1,500

Your Referral Points from User A = 1,500 × 0.2 = **300 points**

If you refer 5 users, each earning an average of 1,000 base points:

* Total Referral Points = 5 × (1,000 × 0.2) = **1,000 points**

<Tip>
  The more active your referrals are, the more referral points you earn. Focus on referring users who will trade and provide liquidity regularly.
</Tip>

## Total Points Calculation

Your total points determine your leaderboard ranking and overall standing in the WinnieSwap ecosystem.

### Formula

```
Total Points = Volume Points + Liquidity Points + Referral Points
```

### Leaderboard Ranking

Users are ranked by their total points in descending order:

* **Rank #1**: Highest total points
* Points are recalculated hourly via automated cron jobs
* Rankings update in real-time as users earn points

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How often are points calculated?">
    Points are calculated in real-time for volume points, daily for liquidity points, and continuously for referral points. The leaderboard is updated hourly via automated cron jobs.
  </Accordion>

  <Accordion title="Do I lose points if I remove liquidity?">
    No, you keep all previously earned liquidity points. However, you stop earning new daily liquidity points once you remove your liquidity.
  </Accordion>

  <Accordion title="Can I earn points from multiple wallets?">
    Points are tracked per wallet address. Each wallet has its own points and rank on the leaderboard.
  </Accordion>

  <Accordion title="How are referral points calculated?">
    You earn 20% of your referrals' base points (volume + liquidity points, excluding their referral points). This is calculated in real-time as your referrals earn points.
  </Accordion>

  <Accordion title="What happens if I have the same total points as another user?">
    Users with the same total points are ranked by their wallet address. The leaderboard ensures unique ranks for all participants.
  </Accordion>

  <Accordion title="Do AutoWin vaults count for liquidity points?">
    AutoWin vaults are tracked for metrics but don't contribute to liquidity points calculation, as they're already included in Sticky Vaults positions.
  </Accordion>
</AccordionGroup>
