# Tokenomics

{% hint style="info" %}
The **Gud Guess** token, or **GG**, is the ERC20 token that serves as the fundamental building block & entry point and drives all the mechanisms of the project in perpetuity.
{% endhint %}

### Token Contract

[0x9306f15e4cd8ab9ef017aa720a4a63da73418d00](https://arbiscan.io/token/0x9306f15e4cd8ab9ef017aa720a4a63da73418d00)

### Supply

100,000,000 GG

### Distribution

* 95% added to Uniswap V3 liquidity pools
* 5% sent to provision initial jackpot in token contract

### Tax

{% hint style="warning" %}
**For the first 30 days the buy tax will be 5% to support initial jackpot build up and kickstart GG deflation.**
{% endhint %}

* 1% buy tax (*5% first 30 days post launch*)
* 0% sell tax

### Tax/Ticket Distribution & Perpetual Deflation

GG flows back to the protocol to provide [real yield](/real-yield.md) and add to the jackpot through small trade taxes and ticket sales:

* 25% is burned
* 75% is converted to ETH and added to the jackpot

### Initial Liquidity

9.5 ETH + 95% token supply (across 3 different fee tier Uniswap V3 pools, see below)

* [0x0b5340a55c6b958b4d665889ff95b420007490a1e2df0e73ce0c9e499cd20302](https://arbiscan.io/tx/0x0b5340a55c6b958b4d665889ff95b420007490a1e2df0e73ce0c9e499cd20302)
* [0xf9a7aa3ac3e1fa49b8d791e30cfbd46530b52eca722c3f9c80dae71eb29729d4](https://arbiscan.io/tx/0xf9a7aa3ac3e1fa49b8d791e30cfbd46530b52eca722c3f9c80dae71eb29729d4)
* [0x4184ccb4b685120dadbed2877d8d91203e8dca261a510525f2dfb94ceca26557](https://arbiscan.io/tx/0x4184ccb4b685120dadbed2877d8d91203e8dca261a510525f2dfb94ceca26557)


---

# 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://docs.gudguess.com/tokenomics.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.
