> For the complete documentation index, see [llms.txt](https://docs.hectagon.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hectagon.finance/hecta/how-phecta-and-thecta-works.md).

# How pHECTA and tHECTA works?

### 1. Burn mechanism

pHECTA and tHECTA are 2 tokens that rewards to investors (pHECTA) and team (tHECTA).

There are maximum of 50,000,000 pHECTA and 50,000,000 tHECTA in circulation. Each pHECTA or tHECTA can only be burnt to mint a HECTA if the following conditions are met:

* pHECTA/tHECTA owner must transfer 01 BUSD to the treasury for each newly minted HECTA.
* There are less than 10% of circulating HECTA had been minted through pHECTA.
* There are less than 5% of circulating HECTA had been minted through tHECTA.

Put simply, investors and team must commit to the vision of Hectagon until its total supply of HECTA reaches 500 million - 1 billion tokens.

### 2. Governance power

At 50 million tokens active. pHECTA holders collectively have 25% governance power of the DAO. As the network grows and pHECTA holders burn their pHECTA, the total governance power of pHECTA will dwindle and giving back the power to HECTA holders.&#x20;

### 3. Token information

1/ pHECTA

* **Ticker:** pHECTA
* **Contract:** [0x33218297D315fC70E1520e292CA88348b648bf15](https://bscscan.com/token/0x33218297D315fC70E1520e292CA88348b648bf15)
* **Chain:** Binance Smart Chain (BSC)

2/ tHECTA

* **Ticker:** tHECTA
* **Contract:** [0x459F18859399e3178CE1E74F0c4a791eAEe13bEE](https://bscscan.com/token/0x459F18859399e3178CE1E74F0c4a791eAEe13bEE)
* **Chain:** Binance Smart Chain (BSC)


---

# 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.hectagon.finance/hecta/how-phecta-and-thecta-works.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.
