# Financial Pool

Financial Pools are a crucial component of Enoch's smart contract infrastructure. Enoch offers two financial pools, CERBERUS and PROMETHEUS, that are designed to provide governance token holders with additional benefits. Below are the details of the financial pools' properties:<br>

Enoch Smart Contract Documentation: Financial Pools

| Pool Name  | Token Name | Token Type | Network   | Contract Type | Contract Address |
| ---------- | ---------- | ---------- | --------- | ------------- | ---------------- |
| Cerberus   | Enoch      | Governance | Ethereum  | Staking       | TO BE ANNOUNCED  |
| Cerberus   | Enoch      | Governance | Polygon   | Staking       | TO BE ANNOUNCED  |
| Cerberus   | Enoch      | Governance | BSC       | Staking       | TO BE ANNOUNCED  |
| Cerberus   | Enoch      | Governance | Avalanche | Staking       | TO BE ANNOUNCED  |
| Prometheus | Enoch      | Governance | Ethereum  | Lockup        | TO BE ANNOUNCED  |
| Prometheus | Enoch      | Governance | BSC       | Lockup        | TO BE ANNOUNCED  |
| Prometheus | Enoch      | Governance | Avalanche | Lockup        | TO BE ANNOUNCED  |
| Prometheus | Enoch      | Governance | Polygon   | Lockup        | TO BE ANNOUNCED  |

### CERBERUS:&#x20;

This is a staking pool that allows Enoch token holders to stake their tokens and earn rewards. Users can stake their tokens on different networks such as Ethereum, Polygon, BSC, and Avalanche. The rewards for staking are distributed in Enoch tokens.

### PROMETHEUS:&#x20;

This is a lockup pool that allows users to lock up their Enoch tokens for a certain period of time and earn premium content rewards. Users can lock up their tokens on different networks such as Ethereum, BSC, Avalanche, and Polygon. The premium content rewards are distributed upon completion of the lockup period.

Both of these financial pools provide opportunities for Enoch token holders to earn rewards while also contributing to the ecosystem through staking or lockup.

<br>


---

# 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://enoch-app.gitbook.io/enoch/technology/web-3.0-smart-contracts/financial-pool.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.
