# Internal Wallets & External Contracts

## Internal Wallets

| Purpose                          | Type         | Address                          |
| -------------------------------- | ------------ | -------------------------------- |
| Liquidity provider               | Wallet       | `TODO_LIQUIDITY_PROVIDER_WALLET` |
| Team official wallet             | Multisig 2/3 | `TODO_TEAM_OFFICIAL_WALLET`      |
| Central Celestium wallet         | Multisig 2/3 | `TODO_CENTRAL_CELESTIUM_WALLET`  |
| Bonus payout wallet              | Multisig 2/3 | `TODO_BONUS_PAYOUT_WALLET`       |
| Initial inviter & airdrop wallet | Wallet       | `TODO_INITIAL_INVITER_WALLET`    |
| MATIC airdrop wallet             | Wallet       | `TODO_MATIC_AIRDROP_WALLET`      |

## External Contracts (Uniswap V3)

| PAIR      | Fee level | Contract address (Uniswap V3) |
| --------- | --------- | ----------------------------- |
| CELT/USDT | 0.3%      | `TODO_CELT_USDT_03_PCT`       |
| CELT/USDT | 0.05%     | `TODO_CELT_USDT_005_PCT`      |
| CELT/USDC | 0.05%     | `TODO_CELT_USDC_005_PCT`      |
| CELT/POL  | 0.05%     | `TODO_CELT_POL_005_PCT`       |
| CELT/WETH | 0.05%     | `TODO_CELT_WETH_005_PCT`      |
| CELT/WBTC | 0.05%     | `TODO_CELT_WBTC_005_PCT`      |

For real-time information visit [TODO\_CELESTIUM\_STATS\_URL](https://github.com/NextGenOrgs/celestium/blob/main/about-celestium/governance/TODO_CELESTIUM_STATS_URL/README.md).


---

# 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/internal-wallets-and-external-contracts.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.
