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

# Tokenomics

## Initial conditions

<table><thead><tr><th>Total Supply</th><th>Max total supply</th><th>Initial Circulation</th><th>For Sale (locked)</th><th data-hidden>Total Supply</th><th data-hidden>Max total supply</th><th data-hidden>Initial Circulation</th><th data-hidden>For Sale (locked)</th></tr></thead><tbody><tr><td>100,000,000</td><td>100,000,000</td><td>0</td><td>100,000,000</td><td>100,000,000</td><td>100,000,000</td><td>0</td><td>100,000,000</td></tr></tbody></table>

## Initial listing on DEX

Token buyback for listing on PancakeSwap.

<table><thead><tr><th width="164">Total buyback amount</th><th width="147">Number of tokens to be bought back</th><th width="135">Buy price</th><th width="151">Sell Price</th></tr></thead><tbody><tr><td>$50.05</td><td>1,000 GREEDY</td><td>$0.001 - $0.1</td><td>$0.0 - $0.045</td></tr></tbody></table>

At this stage, 1000 tokens are being redeemed from the smart contract and listed on PancakeSwap at a price of $0.1/GREEDY.

## Public sales rounds

<table><thead><tr><th width="147">Name</th><th width="149">Min buy amount</th><th width="133">Collection amount</th><th>Term</th><th>Amount</th><th>Buy price</th><th>Sell Price</th></tr></thead><tbody><tr><td>Round 1 (For auction participants)</td><td>$1,000,000</td><td>$125 002.50</td><td>1 month</td><td>49 000 GREEDY</td><td>Up to $5.</td><td>Up to $2.25</td></tr><tr><td>Round 2</td><td>$5,000</td><td>$2 000 010</td><td>1 month</td><td>150 000 GREEDY</td><td>Up to $20</td><td>Up to $9.0</td></tr><tr><td>Round 3</td><td>$10</td><td>∞</td><td>∞</td><td>∞</td><td>∞</td><td>∞</td></tr></tbody></table>

* Public sales rounds 1,2 will be completed at the moment that comes first - Collection Amount or Term, i.e. after a certain period of completion.
* If during public sales rounds 1 and 2 the maximum amount is not collected within the specified time, then the unsold number of tokens automatically goes over and becomes available in public sales round 3, and the minimum Buy/Sell price of tokens is automatically recalculated to the current circulation of tokens in the smart contract.
* In all rounds, the minimum purchase amount of GREEDY is specified only for buying tokens through a smart contract.
* All participants of the GreedyArt auctions receive GREEDY tokens as a reward for participation, regardless of the amount of their bids. Tokens are obtained through the 'My rewards' section.


---

# 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.greedy.art/greedy-token/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.
