# Smart contracts

The following smart contracts on the Ethereum mainnet to be used as the core of the Panther Protocol:

## 2.1. Addresses of smart contracts

* at 0x909E34d3f6124C324ac83DccA84b74398a6fa173 - referred to as ZKPToken
* at 0xb476104aa9D1f30180a01987FB09b1e96dDCF14B - VestingPools
* at 0x4A4FC40d2475f493EcA3Ec436b924237AA1b0a76 - PoolStakes implementation
* at 0xF62837d4EbF3D0309E32bAF55919d4371900e6B5 - Pre-Seed Backers pool wallet
* at 0xBc9Dff00b1950dAc0185B5e986748637EaBd9BC5 - Seed Backers pool wallet
* at 0x40E92E8c3D2a5BAcdED54af444CAF820a9F480B0 - Private Sale 1 pool wallet
* at 0xD90354a7437D36550cb21e17a9A3feeFB0c92b87 - Private Sale 2 pool wallet
* at 0x5CDabc5a62F7F6387488E7195686059509739aAF - Private Sale 3 pool wallet
* at 0xcF463713521Af5cE31AD18F6914f3706493F10e5 - RewardPool contract
* at 0x505796f5bc290269d2522cf19135ad7aa60dfd77 - DAO Multisig
* at 0xa3c955d317E2E13B490f71c20AD248f91F5d5511 - DAO Multisig Extension
* at 0xEb5B192CDCDa4Ba0500D426A0f330d958A733280 - Foundation Multisig
* at 0x7bd49ed57289e2aae3cedD18339204131fad98bB - Public Sales Multisig
* at 0xFe1c87f24A091bB729033c3522C039566477Eb1c - Company Multisig

## 2.2. "Roles" (hierarchy) of smart contracts

* DAO Multisig has the role of owner in the VestingPools smart contract
* DAO Multisig has the role of owner (and/or defaultOwner) in the PoolStakes smart contract
* VestingPools has the role of minter in the ZKPToken smart contract


---

# 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.pantherprotocol.io/launchdao/voting-proposals/1-launch/smart-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.
