# Staking

### What is it?

The staking feature is where users will be able to share revenue generated through our platform by staking their **$PUMP** tokens. It is designed to distribute rewards to our supporters and foster community growth. Users can stake their $PUMP tokens on the [/stake](https://www.pump2moon.fun/stake) page.

***

### Fee Collection

25% of **all** **fees** generated from the platform will be deposited into the **Staking Contract**. This includes fees from **token creation**, **trading**, and **pool deployments**, ([see more info on fees](/pump2moon/platform/fees.md)).

***

### Rewards Distribution

Users who stake their $PUMP will receive rewards proportional to their share of **total stake pool**.&#x20;

**A simple example for further clarification:**

* **User A** stakes 40 $PUMP tokens
* **User B** stakes 60 $PUMP tokens
* 1 ETH is deposited to the Staking Contract via fees
* User A can claim 0.4 ETH
* User B can claim 0.6 ETH

This model is straight forward such that genuine believers in the platform's success are rewarded accordingly.

***

### Claiming Rewards <mark style="color:green;">(IMPORTANT)</mark>

Users staking $PUMP can easily claim their share of platform rewards through the [/stake](https://www.pump2moon.fun/stake) page. Rewards will be deposited into the staking contract anytime a fee is processed, which includes any <mark style="color:blue;">token creation</mark>, <mark style="color:green;">buy</mark>, <mark style="color:red;">sell</mark>, or <mark style="color:purple;">Uniswap pool deployments</mark>.


---

# 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://pump2moon-docs.gitbook.io/pump2moon/usdpump/staking.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.
