> For the complete documentation index, see [llms.txt](https://docs.gamecredits.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamecredits.org/creators/staking-for-creators.md).

# Earning Staking Rewards As A Creator

Supporters have the ability to stake GAME on their favorite creators. Each week, 100,000 GAME is paid out across the GAME Credits Platform to both creators and their supporters. Payments are made proportionally based on how much support a creator receives vs. total support on the portal. The GAME Reward is then split 50/50 between specific creators and their supporters.

Claiming your sales and staking rewards from supporters is easy with the GAME Credits Platform. This process will require that you have Ethereum in your administrative MetaMask account to cover the gas fees associated with processing the claim transaction.

**Steps:**

* Connect to app.gamecredits.org using the administrative MetaMask account for your creator page.
* On the left hand panel select “Creator Portal” then “Earned Rewards.”
* Here you will see a breakdown including the week #, your weekly support vs total portal support, your earned GAME rewards from staking, and your sales balance.

![](/files/-MX91GwdgfPEzFR3PLyz)

* Click the banner image to collect staking rewards.
* Approve the transaction in the MetaMask prompt. Wait for the transaction to confirm. Done! Your collected GAME will now be visible in your MetaMask on the Ethereum mainnet.
* Please note: The “Withdraw” button allows creators to collect sales proceeds from NFT sales on the MATIC sidechain.


---

# 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.gamecredits.org/creators/staking-for-creators.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.
