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

# Missions System

The Polynomial Missions system allows users to earn additional points through staking activities, referrals, and social engagement.

## Staking Missions

Staking missions reward users for completing specific actions related to depositing and referring friends to Polynomial.

### How It Works

* **Time-bound**: Missions are temporary and may not last forever
* **Difficulty-based rewards**: Different missions offer different point values based on their complexity
* **Early believer bonus**: Extra boost for early adopters

### Mission Types

* **Deposit missions**: Earn points for depositing specific amounts
* **Referral missions**: Earn points for successfully referring new users
* **Retention missions**: Earn points for maintaining deposits over time

## Social Missions

Social missions reward users for creating content and engaging in social activities for Polynomial.

### How It Works

* **Content creation**: Earn points for creating educational or promotional content
* **Engagement-based**: Points awarded based on views and engagement received
* **Epoch-based rewards**: Points distributed in 2-week epochs
* **Performance metrics**: Rewards scale with content performance

### Content Types

* **Educational content**: Tutorials, guides, and explanations
* **Social media**: Twitter threads, Discord engagement, community building
* **Video content**: YouTube videos, live streams, tutorials
* **Written content**: Blog posts, articles, documentation

## Accessing Missions

Visit the [Missions page](https://www.stake.polynomial.fi/mainnet/earn/missions) to view available missions and track your progress.

## Tips for Success

1. **Complete missions early**: Time-bound missions may expire
2. **Focus on quality**: Better content receives more engagement and points
3. **Be consistent**: Regular participation builds momentum
4. **Engage authentically**: Genuine community building is rewarded


---

# 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.polynomial.fi/explanations/missions-system.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.
