# Celestium Contract Addresses

* Timelock contract details: [Timelock & its rules](/celestium-governance/celestium-governance.md#timelock-and-its-rules)
* Multisig wallet owners: [Multisig & its rules](/celestium-governance/celestium-governance.md#multisig-and-its-rules)

{% tabs %}
{% tab title="Main Contracts" %}

| Contract name        | Contract address                    |
| -------------------- | ----------------------------------- |
| TOKEN CELT           | `TODO_TOKEN_CELT_ADDRESS`           |
| PASS Contract        | `TODO_PASS_CONTRACT_ADDRESS`        |
| CORE Contract        | `TODO_CORE_CONTRACT_ADDRESS`        |
| CONSERVATIVE STAKING | `TODO_CONSERVATIVE_STAKING_ADDRESS` |
| DYNAMIC STAKING      | `TODO_DYNAMIC_STAKING_ADDRESS`      |
| CELT MEMORY Contract | `TODO_CELT_MEMORY_ADDRESS`          |
| AFFILIATE Contract   | `TODO_AFFILIATE_CONTRACT_ADDRESS`   |
| AFFIL FUND Contract  | `TODO_AFFILIATE_FUND_ADDRESS`       |
| Liquidity Pool       | `TODO_LIQUIDITY_POOL_ADDRESS`       |
| DAO                  | TBA                                 |
| {% endtab %}         |                                     |

{% tab title="Other Contracts" %}

| Contract                   | Contract address                 |
| -------------------------- | -------------------------------- |
| Liquidity airdrop contract | `TODO_LIQUIDITY_AIRDROP_ADDRESS` |
| Multimint contract         | `TODO_MULTIMINT_ADDRESS`         |
| Timelock contract          | `TODO_TIMELOCK_ADDRESS`          |
| {% endtab %}               |                                  |

{% tab title="Partner Contracts" %}

| Partner Name   | Website                     | Blockchain Contract          |
| -------------- | --------------------------- | ---------------------------- |
| Celestium Main | `TODO_PARTNER_MAIN_WEBSITE` | `TODO_PARTNER_MAIN_CONTRACT` |
| {% endtab %}   |                             |                              |
| {% endtabs %}  |                             |                              |


---

# 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://docs.celestium.digital/celestium-governance/contract-addresses.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.
