> For the complete documentation index, see [llms.txt](https://polyhelper.gitbook.io/polyhelper-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyhelper.gitbook.io/polyhelper-docs/rewards-program/program.md).

# Points & Airdrop

PolyHelper runs a **rewards program** that lets users earn points through activity — and those points qualify for potential airdrop allocations.

![PolyHelper Rewards Program](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/rewards-program.png)

***

## How Points Work

Points are earned through various activities within the PolyHelper ecosystem. The more active you are, the more points you accumulate — and the larger your potential airdrop allocation.

***

## Ways to Earn Points

| Activity       | Points Earned                                      |
| -------------- | -------------------------------------------------- |
| Daily Claim    | +0.5 points per day                                |
| Trading Volume | +1 point per 1,000 shares traded on Polymarket     |
| Referrals      | +1 point per referral + 10% of their earned points |
| Social Tasks   | +0.5 points per completed task                     |

### Daily Claim

Make any trade on Polymarket and claim your daily 0.5 points. Volume doesn't matter — even a 1 cent trade counts. Simple, free, and compounds over time.

### Trading Volume

Points scale with your Polymarket trading activity:

* 1,000 shares = 1 point
* 10,000 shares = 10 points
* 100,000 shares = 100 points

Only volume traded with PolyHelper enabled counts toward your points.

### Referral Program

Share your unique referral link. When someone signs up and uses PolyHelper:

* You receive **+1 point** for each person you refer
* You receive **10% of all points** they earn going forward (passive income on their activity)

Your referrals' referrals also count — making early referrers disproportionately rewarded.

### Social Tasks

Complete tasks to earn bonus points:

* Follow @Poly\_Helper on X
* Share a post about PolyHelper
* Join the Discord or Telegram
* Complete feature-specific tasks announced on social media

New social tasks are posted regularly — check [@Poly\_Helper on X](https://x.com/Poly_Helper) for the latest.

***

## Airdrop Eligibility

{% hint style="warning" %}
**Minimum 10 points required** to be eligible for any airdrop distribution.
{% endhint %}

Points qualify for airdrop allocation on a scaling model:

| Platform Volume | Your Allocation Scale     |
| --------------- | ------------------------- |
| Low             | Base allocation           |
| Medium          | 2–3x base allocation      |
| High            | Up to 50% of rewards pool |

The higher Polymarket's total platform volume, the larger the total rewards pool — and the more valuable each point becomes.

***

## How to Start Earning

### Step 1 — Install the Extension

[Install PolyHelper](https://chromewebstore.google.com/detail/polyhelper/mebiclnfcnknilfaoanimpaeimjlafmg?utm_source=item-share-cb)

### Step 2 — Enable PolyHelper

Click the PolyHelper extension icon in your browser toolbar and activate the product.

![](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/enable-polyhelper.png)

### Step 3 — Sign In to Rewards

On any Polymarket page, click the **Reward** button in the PolyHelper right-side panel and sign in as shown in the screenshot.

![](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/sign-in-reward.png)

### Step 5 — Claim Your Daily Points

Visit any Polymarket page with PolyHelper installed and claim your daily 0.5 points.

### Step 6 — Share Your Referral Link

Find your referral link in the PolyHelper dashboard and share it to start earning passive points from your network.

### Step 7 — Complete Social Tasks

Follow the latest social tasks on [@Poly\_Helper](https://x.com/Poly_Helper) for bonus point opportunities.

***

## Tracking Your Points

Your current point balance and breakdown is visible in the PolyHelper dashboard — accessible by clicking the extension icon in your browser toolbar.

The dashboard shows:

* Total points earned
* Points by category (trading, referrals, daily, social)
* Your referral network size
* Estimated airdrop tier

***

## Frequently Asked Questions

**When will the airdrop happen?** The timing of any airdrop distribution will be announced on [@Poly\_Helper on X](https://x.com/Poly_Helper) and in the Discord. Subscribe to notifications to be first to know.

**Do points expire?** Points do not expire. Your accumulated balance carries forward regardless of how long you've been inactive.

**Can I transfer points?** Points are tied to your Polymarket wallet address and cannot be transferred.

**What counts as "shares traded"?** All YES and NO shares traded on Polymarket — buys and sells both count toward your volume.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://polyhelper.gitbook.io/polyhelper-docs/rewards-program/program.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
