> 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/product/overview.md).

# Overview

![Overview of Hectagon Product](/files/PwIG6zgjABFDK0jKGcGA)

Hectagon product contains 4 main systems that user can interact with:

* **Hectagon Treasury:** Whenever user buys $HECTA from Hectagon, those tokens will be put into the Investment Fund. Whenever Hectagon makes an investment into a project, the project's tokens will be put into Hectagon Treasury. The Policy team will be in charged with managing the Treasury.
* **Governance System:** $gHECTA, [pHECTA and tHECTA](/hecta/how-phecta-and-thecta-works.md) holders can propose and vote for changes in how the system works. Most activities will be taken place in Hectagon's [forum](https://forum.hectagon.finance/) and [Snapshot](https://snapshot.org/#/hectagon.eth) space.
* **Hectagon Investment Portal:** This is the place where all deal pipe-line happens. Everyone can tips Hectagon will potential deals, join project screen process and receive some form of rewards.
* **Hectagon Reward System:** Sending money to projects is the easiest part of investment process. In Hectagon, we vow to support projects by provide critics, early adopters and even builders. All of this happens through a reward mechanism where project and summit Campaigns asking support from the community. Whoever wins the campaign will receive some form of rewards of which proof will be sealed on-chain.

Hectagon also works on many innovative solutions such as Smart Contract Investment, [Redeemable NFT](/ecosystem/hectagon-tiger-tribe.md) and Bond marketplace. Follow our [Medium](https://medium.com/@HectagonFinance) for regular updates.

### Smart Contract Addresses

* **Hectagon Treasury Address:** [0x4059c4a0b8a2B528C4f2E101A3bB8fB169aBa4fB](https://bscscan.com/address/0x4059c4a0b8a2B528C4f2E101A3bB8fB169aBa4fB)
* **Network:** 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/product/overview.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.
