> For the complete documentation index, see [llms.txt](https://powerpod.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://powerpod.gitbook.io/en/rewards/what-is-powerpod-token-usdppd.md).

# What is PowerPod Token ($PPD)

{% hint style="info" %}
The PowerPod Token, abbreviated as $PPD, is a governance token in the network. Owning $PPD allows participation in important decision-making processes such as community proposals and voting.
{% endhint %}

PowerPod Token will adopt the ERC20 standard and can be easily integrated into various decentralized exchange platforms and wallets, making it convenient for users to use.

{% tabs %}
{% tab title=" Amount & Halving" %}
Bitcoin can be considered as the first blockchain application, and we believe there are many points worth learning from. This time, we drew inspiration from the fair launch model of Bitcoin.&#x20;

Yes, we have a fair launch of $PPD too.

The total supply is 100 million tokens. In the first year, 12.5 million $PPD are produced, with the production rate halving every four years.

After the contract is deployed and executed, $PPD will be generated from each block and inject into different allocations.&#x20;
{% endtab %}

{% tab title="Allocation" %}
Positive behavior incentives: 45%&#x20;

Builders: 15%&#x20;

Investors: 18%&#x20;

Advisors: 2%&#x20;

Ecosystem: 20%
{% endtab %}

{% tab title="Earn $PPD through $PT" %}
The portion of $PPD used for incentives will be aggregated into a dividend pool. The dividend pool distributes dividends every 12 hours. The distribution is based on the proportion of $PT invested in the pool. Once $PT is transferred into the dividend pool, it cannot be withdrawn, and after the dividend distribution, the batch of PT in the pool is destroyed.

For example, if user John transfers 100 PT into the dividend pool and at the end of the dividend period, there are a total of 10000 PT in the pool. He will receive 77 PPD accumulated in the dividend pool during that period (assuming that each dividend distribution is approximately 7705 PPD in the first year) according to a ratio of 1%. After the distribution, all 10000 PT in the pool will be destroyed  completely.
{% endtab %}
{% endtabs %}


---

# 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://powerpod.gitbook.io/en/rewards/what-is-powerpod-token-usdppd.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.
