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

# Rewards Overview

## Tokens

* **GS Token**: This is the governance token for GammaSwap. It can be staked to earn 30% of protocol revenue in ETH, esGS rewards and MP points.
* **Escrowed GS (esGS)**: This is the escrowed form of GS. esGS is a non-transferable ERC-20 token. It is earned from staking and liquidity mining. esGS can be staked for more esGS, or vested over a 30 day period to GS. To vest, the user must reserve the LP tokens or GS tokens that they used to earn the esGS.
* **Multiplier Points**: MP points are non-transferable ERC-20 tokens earned from staking. They reward stakers without inflation by increasing the APR on ETH rewards. The MP point APR is 100%. There is also a cap of 100% meaning if you have more MP points than GS or esGS staked they will still accrue but no longer actively increase your ETH staking %. If a user withdraws GS or esGS from the staking vault, the proportional amount of MP points are burned

## Token Addresses

<table><thead><tr><th width="253">Token</th><th>Token Address</th></tr></thead><tbody><tr><td>GS (Ethereum)</td><td><a href="https://etherscan.io/token/0x64d3cae387405d91f7b0d91fb1d824a281719500">0x64d3CAe387405d91f7b0D91fb1D824A281719500</a></td></tr><tr><td>GS (Arbitrum)</td><td><a href="https://arbiscan.io/token/0xb08d8becab1bf76a9ce3d2d5fa946f65ec1d3e83">0xb08D8BeCAB1bf76A9Ce3d2d5fa946F65EC1d3e83</a></td></tr><tr><td>GS (Base)</td><td><a href="https://basescan.org/token/0xc4d44c155f95fd4e94600d191a4a01bb571df7df">0xc4d44c155f95FD4E94600d191a4a01bb571dF7DF</a></td></tr><tr><td>esGS (Arbitrum)</td><td><a href="https://arbiscan.io/token/0x92c5a56f1233f951f7381e085ad6a00bc01b67ea">0x92c5A56F1233F951f7381E085Ad6a00BC01b67Ea</a></td></tr><tr><td>Multiplier Points (Arbitrum)</td><td><a href="https://arbiscan.io/token/0x911de9bace0a8057957e9371eefa11c741791f9d">0x911de9BaCe0a8057957e9371eEfA11C741791F9D</a></td></tr></tbody></table>


---

# 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.gammaswap.com/guides/tokenomics/rewards-overview.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.
