# $PETRO

***

### **Tokenomics**

#### Supply Cap and Distribution

$PETRO has a fixed supply of 10,000,000 tokens. The emission schedule follows a geometric distribution based on time (seconds), rather than blocks, to ensure consistent inflation regardless of network speed.

$$
S = \sum\_{i=0}^{\infty} R\_0 N\_h \left(\frac{1}{2}\right)^i = 10,000,000
$$

Where:

* $$(S)$$: Total $$ $PETRO $$ supply
* $$(R\_0)$$: Initial Emission Rate (\~4.1667 $PETRO / sec)
* &#x20;$$(T\_h)$$:Duration of the Halving Cycle in seconds (518,400 seconds or 6 Days)
* &#x20;$$(i)$$: Halving cycle index

$$ $PETRO $$ Initial Supply was 400,000 $$ $PETRO $$:

* 380,000 to Liquidity
* 20,000 for Future Giveaways and Community Events

*(Note: We will adjust this text later if any team-mining occurs before launch)*

#### Halving Schedule

PetroNad follows an aggressive deflationary halving mechanism inspired by Bitcoin but optimized for the Monad network. The reward rate starts at 4.1667 $PETRO per second and halves after every 6-day interval.

$$
R\_b(t) = R\_0 \left(\frac{1}{2}\right)^{\lfloor \frac{t}{T\_h} \rfloor}
$$

Where:

* $$R\_0 =$$ 4.16666... (Initial emission rate in $PETRO per second)
* $$t$$: The elapsed time in seconds since the start of mining.
* $$T\_h$$: The halving interval (518,400 seconds).

#### First Cycle Statistics

Until the first halving event (Day 6), PetroNad will be distributing approximately 360,000 $PETRO per day.

* Daily Emission: \~360,000 $PETRO
* Total Distribution (Cycle 1): 2,160,000 $PETRO
* Initial Rate ($$R\_0$$): 4.1667 $PETRO / sec

**(Note: Emission logic is time-based. Drilling officially commences the moment the first Rig is activated on the Monad mainnet.)**


---

# 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://petronad.gitbook.io/petronad-it-docs-docs/game-mechanics/usdpetro.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.
