# Smart Contract Addresses

**Dev** **Wallet Address**

| Contract Name               | Address                                    |
| --------------------------- | ------------------------------------------ |
| Dev Address  (20%)          | 0x6AC53f161996b8b6ed886BD0147c49dC235c8D70 |
| Escrow Locked Wallet  (50%) | 0x817dfed89Ef9994d2155618D4C2b70Df40cf8448 |
| Stablecoin Mint Fee         | 0xAfdA8860f549c5Ecddf1039d1BD678BB8686b91B |
| Swap Fee                    | 0x3137Da9810ebe09A9806d2722BB092813de5bBcA |
| Deployer                    | 0x0d7C27Dcf16757cd42AFD658603e66E9331Da084 |
| Stocks Mint Fee             | Soon                                       |

**Token Address**

| Token Name           | Address                                    |
| -------------------- | ------------------------------------------ |
| NEVER (govtoken)     | 0x1137D5836ef0E0ed9aCc74AeF8ffe2eAf81120b5 |
| EVER (stablecoin)    | 0x48Ea7cBabc983E4D0d67B8b2578B5eA665f40DFB |
| BUSD                 | 0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56 |
| EVER-BUSD LPs Token  | 0xC2D7cd44Cf6F81940582b76f1992d563417BADe7 |
| NEVER-BUSD LPs Token | 0x5f33ca991dd2362c8187bb71be089b51a7d5414a |
| NEVER-BNB LPs Token  | 0xC288B5cB0cf5d443141b460FBa797Ed9aF4eEC15 |
| NEVER-EVER LPs Token | 0x8D3e6E3980617809D8C4Cf3a8F52250d47C347a4 |

**Smart Contract Address**

| Contract Name            | Address                                    |
| ------------------------ | ------------------------------------------ |
| Farm Contract            | 0x8fb60dd3557c491e04d00a06fdc0618423a3c618 |
| Timelock Contract(12hrs) | 0x2e2cb8e50e488ab0695ac1da7c5ec00fb78ea578 |
| Stable Minting           | 0x761B25bC068a047A4A53eB9A12D89519da42aaE0 |
| Router                   | 0x29A3Ea9fE2fc3CF8fd27d42dE4d12f022a25B326 |
| Factory                  | 0x6D29AE56e3dCe38531C100b3A5E7ff61ca30A534 |
| collateralOracle         | 0xcBb98864Ef56E9042e7d2efef76141f15731B82f |
| Pair Oracle              | 0x442c19cE325025DceDe70bF894cf2C8aC3726fAC |


---

# 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.neverswap.com/smart-contract-address.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.
