# KNIGHT Contracts

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

#### **FACTORY =>**   [0xf0bc2E21a76513aa7CC2730C7A1D6deE0790751f](https://bscscan.com/address/0xf0bc2E21a76513aa7CC2730C7A1D6deE0790751f)

The KnightSwap factory is the main DEX contract used to create and track the pairs that are created within KnightSwap (BSC).&#x20;

#### ROUTER  =>   [0x05E61E0cDcD2170a76F9568a110CEe3AFdD6c46f](https://bscscan.com/address/0x05E61E0cDcD2170a76F9568a110CEe3AFdD6c46f)

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

#### $KNIGHT token =>  [0xD23811058Eb6e7967D9a00dc3886E75610c4AbBa](https://bscscan.com/address/0xD23811058Eb6e7967D9a00dc3886E75610c4AbBa)

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

#### Masterchef => [0xE50cb76A71b0c52Ab091860cD61b9BA2FA407414](https://bscscan.com/address/0xE50cb76A71b0c52Ab091860cD61b9BA2FA407414)

The KnightSwap Masterchef contract is the main contract responsible for the farms that are deployed on Knight DEX. This contract is in charge of distributing $KNIGHT to farmers who are staked in 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/knightswap/contracts-security-and-visuals/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.
