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

# GToken

**GToken** is the core **staking and governance token** of the GainzSwap ecosystem. It is not minted directly but rather **derived** from locking LP tokens in the protocol’s governance staking contract. GToken holders represent the **most committed liquidity providers**, as they lock capital and earn long-term influence — they are the true Gainerz.

<figure><img src="/files/EnJNVp8Z37svm3A5BtR0" alt=""><figcaption><p>GToken Sample</p></figcaption></figure>

***

## How GToken Works

| Feature               | Details                                                                                               |
| --------------------- | ----------------------------------------------------------------------------------------------------- |
| **Minting**           | GToken is **created by optionally locking LP tokens** in the Governance contract                      |
| **Burning**           | GToken is **burned** when LP tokens are unstaked                                                      |
| **Semi-Fungible**     | GToken is **transferable,** and can be merged or split                                                |
| **Governance Rights** | Holders **vote on proposals**, including token listings and upgrades                                  |
| **Staking Rewards**   | GToken holders receive **$Gainz staking rewards**, **throttled** by $dEDU supply                      |
| **Vote Weight**       | The amount and number of epochs locked of GToken a user holds directly **affects their voting power** |

***

## Entry & Exit Governance Conditions

| Action    | Requirement                                              | Result                                                                     |
| --------- | -------------------------------------------------------- | -------------------------------------------------------------------------- |
| **Enter** | Stake liquidity by optionally locking LP tokens          | Receive GToken encoded with appropriate attributes                         |
| **Exit**  | Unstake liquidity by burning GToken, and hence LP tokens | Retrieve corresponding LP pair tokens, with upto 30% loss if early unstake |

***

## Role in Governance

* **Proposal Access:**\
  Only users holding GToken, with specific attributes, can propose new pair listings or protocol upgrades.
* **Voting Power:**\
  GToken holders cast votes weighted by their GToken balances and epochs locked. For sensitive proposals (e.g., protocol fees, council elections), **GToken** is the exclusive mechanism of decision-making.
* **Incentive Alignment:**\
  Since GToken requires LP locking, it ensures governance participants are **economically aligned** with the platform’s long-term success.

***

## Staking Rewards Emission

* Rewards come from the **Staking Rewards** pool (9.55 M $Gainz).
* However, actual emission is **dynamically throttled** based on the **$dEDU circulating supply** (delegated governance participation).
* This creates a three-way balance:
  * LP Token Holders → stake and mint GToken
  * GToken Holders → earn rewards, vote
  * $dEDU Holders → throttle how fast rewards flow

This system ensures that not just capital (via LP tokens), but also **community trust and reputation** (via delegation) plays a role in reward distribution.

####


---

# 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.gainzswap.xyz/tokenomics/gtoken.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.
