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

# BULL Points

Points are Bullpen’s way of rewarding the traders and builders! All platform activity earns points

BULL Points reward trading, referrals, social activity, and real platform usage. Points are separate from cashback volume tiers.

## Seasons & Distributions

* Points from the previous epoch are distributed every Wednesday
* An epoch runs Wednesday through Tuesday night ET. Distributions are based on the previous epoch's activity. No claiming required.
* Points are allocated based on all platform activity

### Previous Seasons

* Season 1 ended Friday, July 18, 2025 @ 23:59 ET
* Season 2 ended Tuesday, Oct 7 @ 23:59 ET
* Season 3 started Wednesday, Oct 8 @ 00:00 ET (introduced weekly distributions)

## How to Earn Points

| Activity               | Description                                                                                                                                  |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| **Trading**            | Earn from Polymarket, Solana, Hyperliquid Perps, and Hyperliquid Spot activity. Volume, frequency, and trade size all matter.                |
| **Prediction Markets** | Earn points from Polymarket trading volume and prediction market activity.                                                                   |
| **Social Activity**    | Connect your X account to earn rewards for $BULL posting and related community activity.                                                     |
| **Competitions**       | Join [competitions](https://app.bullpen.fi/competition) and rank on the [leaderboard](https://app.bullpen.fi/leaderboard) for extra rewards. |
| **Referrals**          | Share your reflink at [app.bullpen.fi/referrals](https://app.bullpen.fi/referrals). Earn points from your referrals too.                     |
| **Organic Activity**   | Real usage across Bullpen is tracked and rewarded over time.                                                                                 |

## Stay Updated

For all details and updates on the Points Program, [follow us on X](https://x.com/BullpenFi) and join [Discord](https://discord.gg/bullpen).


---

# 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://docs.bullpen.fi/rewards/points.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.
