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

# Tokenomics

## Gyrowin has two types of tokens:

* [GYROWIN: Governance token](#gw-gyrowin)
* [GUT: Utility token](#gut)

## <mark style="color:blue;">GYROWIN</mark>

GYROWIN is a governance token that allows holders to vote on various proposals, including protocol changes, fee structures, and new feature additions.

### Total Supply: 1,000,000,000 GW

<figure><img src="/files/j6zOt6ed3JMxLV4XeAiS" alt=""><figcaption><p>GW Tokenomics</p></figcaption></figure>

**Liquidity (DEX)**\
: enables users to trade tokens on decentralized exchanges like Uniswap on Ethereum and Suiswap on Sui.\
:lock:[ LP lock](https://app.uncx.network/lockers/univ2/chain/1/address/0x1492628dac6673f9b7b5cbd7d95f9c5c40ee307a?sgquery=gyrowin)

**Liquidity (CEX)**\
: enables users to trade tokens on centaralized exchanges like Binance, Coinbase and OKX.\
:lock: [Freeze lock](https://etherscan.io/address/0x9beb789c31492FdA924Ca42A86faB3fB832FE349)

**Reserve**\
: is set aside to meet future needs, supporting the platform’s long-term growth, stability, and flexibility.\
:lock: [Freeze lock](https://etherscan.io/address/0xe78aeaa092b42d451a24f0c098dccea74c880e51)

**Marketing**\
: supports strategic collaborations and community initiatives, including efforts to attract partnerships that add value to the ecosystem.\
:unlock: [Wallet](https://etherscan.io/address/0xea648295f5C461420730410dFc3F7938bB2a2C08)

**Gyrowin Ecosystem**\
: is designated to incentivize developers, early supporters, and community members who contribute to the project in various ways, such as fixing bugs or adding new features.\
:lock: [Freeze Lock](https://etherscan.io/address/0x02fb70e8f1f9bf29daf73a519b9cf7b0789b3e0a)

{% hint style="info" %}
[Freeze Lock](/overview/tokenomics/freeze-lock.md)

Gyrowin unlocks the necessary tokens when needed with 7 days cooling period to be unlocked.
{% endhint %}

{% hint style="info" %}
If Gyrowin has a total supply of 1 billion GYROWIN on Ethereum and another 1 billion GYROWIN on SUI, wouldn’t that make the total supply 2 billion GYROWIN?

It does not.

Gyrowin uses a cross-chain messaging protocol with a “lock” and “unlock” mechanism.

For instance, if 100 GYROWIN tokens are used on Ethereum, 100 GYROWIN tokens are locked on SUI through this bridging mechanism, keeping the total supply constant across both chains.
{% endhint %}

## <mark style="color:blue;">GUT</mark>

GUT is a staking & rewards utility token that allows token holders to stake their tokens in exchange for rewards or additional tokens, incentivizing active participation in the network.


---

# 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.gyro.win/overview/tokenomics.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.
