# Contract Addresses

| Contract Name          | Address                                                                                                                                                                                                 |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`MasterVampire`**    | [0xF8CD76Cb1bcD0c369DE896Acb592d92Cd823cA03](https://etherscan.io/address/0xF8CD76Cb1bcD0c369DE896Acb592d92Cd823cA03)                                                                                   |
|                        | The core logic behind Dracula Protocol                                                                                                                                                                  |
| **`DraculaToken`**     | [0xF8CD76Cb1bcD0c369DE896Acb592d92Cd823cA03](https://etherscan.io/address/0xF8CD76Cb1bcD0c369DE896Acb592d92Cd823cA03)                                                                                   |
|                        | <p>The official ERC20-interface compliant token known as <strong>DRC</strong></p><p>Minter is set to <strong>MasterVampire</strong></p><p>Vote-delegating functionality is <strong>enabled</strong></p> |
| **`DrainController`**  | [0xEB0E5D49C5504DFd850E9d28Eb69bA8d8cc02736](https://etherscan.io/address/0xEB0E5D49C5504DFd850E9d28Eb69bA8d8cc02736)                                                                                   |
| **`DrainDistributor`** | [0x1543e3d0d71a8Ed29019F4Eb7b57d319A7051b84](https://etherscan.io/address/0x1543e3d0d71a8Ed29019F4Eb7b57d319A7051b84)                                                                                   |
| **`DRCRewardPool`**    | [0xC8DFD57E82657f1e7EdEc5A9aA4906230C29A62A](https://etherscan.io/address/0xC8DFD57E82657f1e7EdEc5A9aA4906230C29A62A)                                                                                   |
|                        | The DRC token staking pool                                                                                                                                                                              |
| **`UniRewardPool`**    | [0xB6e02FF600d8f7a6C057Dc262B84CFEf6010D99d](https://etherscan.io/address/0xB6e02FF600d8f7a6C057Dc262B84CFEf6010D99d)                                                                                   |
|                        | The DRC/ETH UNI-V2 LP token staking pool                                                                                                                                                                |

### **DevFund** [**0xa896e4bd97a733F049b23d2AcEB091BcE01f298d**](https://etherscan.io/address/0xa896e4bd97a733F049b23d2AcEB091BcE01f298d)

The Dracula Protocol Development Fund (DevFund) receives 2% of all rewards and is used to fund future development of the protocol.


---

# 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://dracula-protocol.gitbook.io/dracula-protocol/developers/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.
