> For the complete documentation index, see [llms.txt](https://protofi.gitbook.io/protofi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protofi.gitbook.io/protofi-docs/contracts.md).

# Contracts & Addresses

### Presale contracts

<table><thead><tr><th width="252.4887597878252">Contract</th><th>Address</th><th>Owner</th><th data-hidden></th></tr></thead><tbody><tr><td>Pre-Proton</td><td>0xe85FafB631fbc8A08eA8048A69984e3D91185588</td><td>Deployer</td><td></td></tr><tr><td>ProtonRedeem</td><td>0x9a19c1847912418752dAc3eBE57062DDd49F0aBC</td><td>Deployer</td><td></td></tr></tbody></table>

### NFT contracts

<table><thead><tr><th>Contract</th><th>Address</th><th>Owner</th><th data-hidden></th></tr></thead><tbody><tr><td>TheFantoms.art NFT</td><td>0x513268366106E4B191B9c6ec72247a76BB145Cb1</td><td>TheFantoms.art Deployer</td><td></td></tr><tr><td>ProtofiNFT</td><td>0x1aDB6f30561116B4283169DdD1Ca16ed2A34355A</td><td>Deployer</td><td></td></tr></tbody></table>

### AMM-Related contracts

| **Contract**                     | Address                                                            | Owner    |
| -------------------------------- | ------------------------------------------------------------------ | -------- |
| *ProtofiFactory*                 | 0x39720E5Fe53BEEeb9De4759cb91d8E7d42c17b76                         | Deployer |
| *Factory INIT\_CODE\_PAIR\_HASH* | 0x5e47480f25da6d84d0437a474359e885cdb7dc9eb9f8fd61f3cb41d85a64a420 |          |
| *ProtofiRouter*                  | 0xF4C587a0972Ac2039BFF67Bc44574bB403eF5235                         | Deployer |

### **Farm-related contracts**

| **Contract**        | Address                                    | Owner               |
| ------------------- | ------------------------------------------ | ------------------- |
| *ProtofiMasterChef* | 0xa71f52aee8311c22b6329EF7715A5B8aBF1c6588 | Deployer            |
| *ProtonToken*       | 0xa23c4e69e5Eaf4500F2f9301717f12B578b948FB | *ProtofiMasterChef* |
| *ElectronToken*     | 0x622265EaB66A45FA05bAc9B8d2262AA548FA449E | *ProtofiMasterChef* |
| xProtonToken        | 0x4Cb1b8554347d2eEDdF72bcC0dD0e11373F9B129 | Deployer            |

<table data-header-hidden><thead><tr><th width="199">Contract</th><th width="154">Staking Token</th><th>Reward Token</th><th>Address</th><th>Owner</th></tr></thead><tbody><tr><td>Fission 1</td><td>ELCT</td><td>DAI</td><td>0x180B3622BcC123e900E5eB603066755418d0b4F5</td><td>Deployer</td></tr><tr><td>Fission 2</td><td>ELCT+lockedELCT</td><td>DAI</td><td>0x157D83B8E3fc69D150a92EF5e867304ed1aDeFA4</td><td>Deployer</td></tr></tbody></table>

### **Addresses and purposes**

| **Address**                                | Purpose         |
| ------------------------------------------ | --------------- |
| 0x8a347ec3cB809D9a53d2B8d74e23f08d908e19dc | Deployer        |
| 0x346F59ac0aF2C85DB1250322b2beD4eEb4c61313 | Swap fees       |
| 0x649D3eAea71be129B33308f866298A0D00876245 | Deposit Fees    |
| 0xc093e8c183c8B11D51337a2f3b152C46071D37C7 | Multisig Wallet |
| 0xa89Ce2ef5c04ae6196e5dB6210C1Db802918201e | Dev Address     |

### Gauge and Bribe System

| Contract         | Address                                    | Owner    |
| ---------------- | ------------------------------------------ | -------- |
| BribeWhitelist   | 0x5833FAA3A93e335765E9f3cB2efFe720e1171A4E | Deployer |
| lockedELCT       | 0x0759070BCcC94B552feFFc47A75959be99B406d8 | Deployer |
| veELCT           | 0x95d15dc470A27a33a39D2F6E952146348dF2b347 | Deployer |
| DualTimeMoneypot | 0x157D83B8E3fc69D150a92EF5e867304ed1aDeFA4 | Deployer |
| GaugeProxy       | 0x1484Fa11a49f7683aDc1114B69FA188Ff64BAA65 | Deployer |
| BribeFactory     | 0x65e3e642D35af270a139899146E6337B3A475879 | Deployer |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://protofi.gitbook.io/protofi-docs/contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
