# DARK KNIGHT Contracts

### Here are the list of our contracts:&#x20;

#### **FACTORY =>**   [0x7d82F56ea0820A9d42b01C3C28F1997721732218](https://ftmscan.com/address/0x7d82F56ea0820A9d42b01C3C28F1997721732218#code)

The Dark Knight factory is the main DEX contract used to create and track the pairs that are created within Dark Knight.&#x20;

#### ROUTER  =>   [0x045312C737a6b7a115906Be0aD0ef53A6AA38106](https://ftmscan.com/address/0x045312C737a6b7a115906Be0aD0ef53A6AA38106#code)

The Dark Knight router holds no value and is a contract that manages various interactions within the Dark Knight factory such as adding/removing liquidity & swapping tokens.&#x20;

#### $dKNIGHT token =>   [0x6cc0E0AedbbD3C35283e38668D959F6eb3034856](https://ftmscan.com/token/0x6cc0E0AedbbD3C35283e38668D959F6eb3034856)

The native token of the Dark Knight DEX. By providing LP & staking it into a farm investors are able to earn the $dKNIGHT token which can then be staked into pools for more $dKNIGHT or into Raids to earn partner tokens.

#### Masterchef => [0xb02e3A4B5ebC315137753e24b6Eb6aEF7D602E40](https://ftmscan.com/address/0xb02e3A4B5ebC315137753e24b6Eb6aEF7D602E40)

The Dark Knight Masterchef contract is the main contract responsible for the farms that are deployed on Dark Knight DEX. This contract is in charge of distributing $dKNIGHT to farmers who are staked in Dark Knight farms.


---

# 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://knights.gitbook.io/darkknight/contracts-security-and-visuals/dark-knight-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.
