# Polygon Contract Links

## Protocol:

| Name                 | Address                                                                                                                       |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| MultiFeeDistribution | [0x920f22E1e5da04504b765F8110ab96A20E6408Bd](https://polygonscan.com/address/0x920f22E1e5da04504b765F8110ab96A20E6408Bd#code) |
| ERCFund              | [0x01fE07ce760DA7a025e4Cf3f950aE236F8e62120](https://polygonscan.com/address/0x01fE07ce760DA7a025e4Cf3f950aE236F8e62120#code) |
| Minter               | [0xAAE758A2dB4204E1334236Acd6E6E73035704921](https://polygonscan.com/address/0xAAE758A2dB4204E1334236Acd6E6E73035704921#code) |
| Calculator           | [0xAc2F66971BC37eB443c4E11AAb277e19d1C4864C](https://polygonscan.com/address/0xAc2F66971BC37eB443c4E11AAb277e19d1C4864C#code) |
| Timelock             | [0x52D3Dcf0E59237B032802b40E69f65877091171F](https://polygonscan.com/address/0x52D3Dcf0E59237B032802b40E69f65877091171F#code) |
| Adamant Token (ADDY) | [0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539](https://polygonscan.com/address/0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539#code) |
| Boost Handler        | [0x6813cD04DBBa948cAfc3E0e7282BA3A53f949945](https://polygonscan.com/address/0x6813cD04DBBa948cAfc3E0e7282BA3A53f949945#code) |
| Reward Multisig      | [0x59cbff972fe0c19c881354a9cde52aca704da848](https://polygonscan.com/address/0x59cbff972fe0c19c881354a9cde52aca704da848#code) |

## Normal Vaults

Contract addresses can be found on the [Adamant Github repository](https://github.com/eepdev/vaults).

## Special Vaults

| Name                | Address                                                                                                                       |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| ADDY/WETH           | [0xF7661EE874Ec599c2B450e0Df5c40CE823FEf9d3](https://polygonscan.com/address/0xF7661EE874Ec599c2B450e0Df5c40CE823FEf9d3#code) |
| Locked ADDY (Plus)  | [0xC5bCD23f21B6288417eB6C760F8AC0fBb4bb8a56](https://polygonscan.com/address/0xC5bCD23f21B6288417eB6C760F8AC0fBb4bb8a56)      |
| Locked ADDY (Basic) | [0xfFD82F81513b207fB9D7D7835e178B6193f2cA96](https://polygonscan.com/address/0xfFD82F81513b207fB9D7D7835e178B6193f2cA96#code) |

## Token Lock Contracts

Both presale participant and presale dev LP tokens are locked for six months.

| Name                           | Address                                                                                                                               |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- |
| TokenLocker (presale 50% lock) | [0x341C6003D7E7d08AAF9580c0F1CE799FecD4b8aC](https://polygonscan.com/address/0x341C6003D7E7d08AAF9580c0F1CE799FecD4b8aC#readContract) |
| SimpleLocker (locked LP)       | 0xF4c1dfe482570bbA9c8b941B162a7509B9C54958                                                                                            |

## Other Tokens

| Name                  | Address                                                                                                                  |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| ADDY/ETH Quickswap LP | [0xa5BF14BB945297447fE96f6cD1b31b40d31175CB](https://polygonscan.com/address/0xa5bf14bb945297447fe96f6cd1b31b40d31175cb) |
| ADDY/USDC Sushi LP    | 0x5fcb390B4422f4FF7940c23618A62BF5f69658A8                                                                               |
| ADDY/WMATIC Wault LP  | 0x48063376EAC95806A59eE00B901b6104dA960B98                                                                               |

## Vault Information

| Name      | Address                                                                                                                       |
| --------- | ----------------------------------------------------------------------------------------------------------------------------- |
| VaultInfo | [0x1a86215401873c5A815509284670a9dADCAB61e0](https://polygonscan.com/address/0x1a86215401873c5A815509284670a9dADCAB61e0#code) |

The `getVaultInfoFor`function returns the information for a user's stake in a vault.

The `getInfoForVaults`function returns the information for a user's stakes in multiple vaults.

## Legacy

| Name                 | Address                                    |
| -------------------- | ------------------------------------------ |
| MultiFeeDistribution | 0x2ac4569854e62f78f9c3dDF98f9f41961089935c |
| Adamant Token (old)  | 0x4a7aE6dF0B068d5b934f433358e6dEB81263745E |


---

# 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://adamantfinance.gitbook.io/adamant-finance/contract-links.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.
