# Arbitrum Contract Links

## Protocol:

| Name                 | Address                                                                                                                           |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| MultiFeeDistribution | [0x097b15dC3Bcfa7D08ea246C09B6A9a778e5b007B](https://arbiscan.io/address/0x097b15dc3bcfa7d08ea246c09b6a9a778e5b007b#readContract) |
| ERCFund              | [0xddB545F6aA3654BF2D7bADBcEA216d2f20b9305c](https://arbiscan.io/address/0xddb545f6aa3654bf2d7badbcea216d2f20b9305c#code)         |
| Minter               | [0x47D3DCaD6e47C519238Cbe50DA43e6a53C49CFC2](https://arbiscan.io/address/0x47d3dcad6e47c519238cbe50da43e6a53c49cfc2#code)         |
| Timelock             | [0x1130Af7108DF6C797eb0A6788cD9D25e7312A072](https://arbiscan.io/address/0x1130af7108df6c797eb0a6788cd9d25e7312a072)              |
| Calculator           | [0x25c4D57c9eAFA243a8d74249fE70855E50931cE7](https://arbiscan.io/address/0x25c4d57c9eafa243a8d74249fe70855e50931ce7#readContract) |
| Adamant Token (ARBY) | [0x09ad12552ec45f82bE90B38dFE7b06332A680864](https://arbiscan.io/address/0x09ad12552ec45f82bE90B38dFE7b06332A680864)              |
| Boost Handler        | Not available yet                                                                                                                 |

Adamant Finance does not claim any relation to the Arbitrum team/Offchain Labs or to any other organizations that have names similar to "Arbitrum" and "ARBY". The "Adamant Token (Arbitrum)" token is clearly labeled as belonging to the Adamant platform in order to avoid any confusion with other organizations.&#x20;

There are multiple tokens with the "ARBY" ticker. [In order to avoid purchasing the wrong token, click the price displayed in the website's header or use this link to go to the correct Sushiswap page.](https://app.sushi.com/swap?inputCurrency=0x82aF49447D8a07e3bd95BD0d56f35241523fBab1\&outputCurrency=0x09ad12552ec45f82bE90B38dFE7b06332A680864)

## Normal Vaults

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

## Special Vaults

| Name                 | Address                                                                                                                   |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Locked ARBY          | [0x9d5d0cb1B1210d4bf0e0FdCC6aCA1583fA48f0fD](https://arbiscan.io/address/0x9d5d0cb1b1210d4bf0e0fdcc6aca1583fa48f0fd#code) |
| Airdrop Vesting      | [0xf12bfdf9e3aaf0694d94ab08ef2a6cba3f7f2899](https://arbiscan.io/address/0xf12bfdf9e3aaf0694d94ab08ef2a6cba3f7f2899#code) |
| Airdrop Distribution | [0x4b51801878325b48fbb97c7bbf47025f838331fc](https://arbiscan.io/address/0x4b51801878325b48fbb97c7bbf47025f838331fc#code) |

## Presale Contracts

| Name    | Address                                                                                                                   |
| ------- | ------------------------------------------------------------------------------------------------------------------------- |
| Presale | [0x1219D121DaB8B6c81B4a1789fB39E02bF19491BB](https://arbiscan.io/address/0x1219D121DaB8B6c81B4a1789fB39E02bF19491BB#code) |

## Token Lock Contracts

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

2m ARBY will be stored in the `AirdropTimelock`contract before the `AirdropVesting`contract is created. The Adamant team does not believe that much ARBY will be airdropped, but has opted to mint more than that just in case.

Each of the timelock contracts have a 7 day lock.

| Name                           | Address                                                                                                                   |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
| TokenLocker (presale 50% lock) | [0xD3Ee8242269dAb77eb04581F77692F0E8Aa34A8d](https://arbiscan.io/address/0xd3ee8242269dab77eb04581f77692f0e8aa34a8d#code) |
| LiquidityStorage (locked LP)   | [0x6aebbcEa35600EDA33055E1bB38a38b66F3B2FE2](https://arbiscan.io/address/0x6aebbcea35600eda33055e1bb38a38b66f3b2fe2#code) |
| AirdropTimelock (2m)           | [0xd6B3C3607B9B645F540E09c94094BEB22cADabC1](https://arbiscan.io/address/0xd6b3c3607b9b645f540e09c94094beb22cadabc1)      |
| DeveloperFundTimelock (100k)   | [0x520bD22A62241172633CE6fC498383DD666E575d](https://arbiscan.io/address/0x520bd22a62241172633ce6fc498383dd666e575d)      |
| AirdropVesting                 | Not available yet                                                                                                         |

## Other Tokens

| Name              | Address                                                                                                              |
| ----------------- | -------------------------------------------------------------------------------------------------------------------- |
| ARBY/ETH Sushi LP | [0xc5fFd083B983AAF823a9b485b207F898ed2f32DC](https://arbiscan.io/address/0xc5fFd083B983AAF823a9b485b207F898ed2f32DC) |

## Vault Information

| Name      | Address                                    |
| --------- | ------------------------------------------ |
| VaultInfo | 0x0000000000000000000000000000000000000000 |

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.


---

# 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/arbitrum-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.
