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

# Cronos Contract Links

## Protocol:

| Name                  | Address                                                                                                                                          |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| MultiFeeDistribution  | [0x3f04D6bD50A79c854EF42965471D34E389eB5CDd](https://cronoscan.com/address/0x3f04D6bD50A79c854EF42965471D34E389eB5CDd)                           |
| ERCFund               | [0xddB545F6aA3654BF2D7bADBcEA216d2f20b9305c](https://cronoscan.com/address/0xddB545F6aA3654BF2D7bADBcEA216d2f20b9305c)                           |
| Minter                | [0x2B4CB6948010bc6Cd7ECEB54D5f10EB3400393f5](https://cronoscan.com/address/0x2B4CB6948010bc6Cd7ECEB54D5f10EB3400393f5)                           |
| Minter Timelock       | [0x72570F5EE372992209A0c17a9573af6839991814](https://cronos.crypto.org/explorer/address/0x72570F5EE372992209A0c17a9573af6839991814/contracts)    |
| Calculator            | [0xFac5C7819fdE19d006244E462Db02ed7Fe346E71](https://cronos.crypto.org/explorer/address/0xFac5C7819fdE19d006244E462Db02ed7Fe346E71/contracts)    |
| Adamant Token (CADDY) | [0x09ad12552ec45f82bE90B38dFE7b06332A680864](https://cronos.crypto.org/explorer/address/0x09ad12552ec45f82bE90B38dFE7b06332A680864/transactions) |
| Boost Handler         | [0x901493C71a3c78F5a391076eA4369892E12bfCfb](https://cronos.crypto.org/explorer/address/0x901493C71a3c78F5a391076eA4369892E12bfCfb/contracts)    |

Some of the Cronos contracts will have the same addresses as their equivalent contracts on Fantom and Arbitrum. Users should not assume that will always be the case.

275 million CADDY will be stored in the Minter Timelock for possible future liquidity incentives.&#x20;

There will not be an incentivized CADDY/CRO pool at launch.

## Normal Vaults

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

## Special Vaults

| Name       | Address                                                                                                                                       |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Lock Plus  | [0xD4bcCf04a7CA546D3cfC46205AA7C58EB98c7495](https://cronos.crypto.org/explorer/address/0xD4bcCf04a7CA546D3cfC46205AA7C58EB98c7495/contracts) |
| Basic Lock | [0x323663B759567BAf744C182634585F7164c3c442](https://cronos.crypto.org/explorer/address/0x323663B759567BAf744C182634585F7164c3c442/contracts) |

## Presale Contracts

| Name    | Address                                                                                                                |
| ------- | ---------------------------------------------------------------------------------------------------------------------- |
| Presale | [0xA25c1b4851D6a1625ac3278e446d74A585ed4BA2](https://cronoscan.com/address/0xA25c1b4851D6a1625ac3278e446d74A585ed4BA2) |

## Token Lock Contracts

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

300m CADDY will be stored in each of the timelock contracts below before the `AirdropVesting`contract is created. The Adamant team does not believe that much CADDY will be airdropped, but has opted to mint more than that just in case.

Each of the timelock contracts below have a 7 day lock.

| Name                           | Address                                                                                                                                       |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| TokenLocker (presale 50% lock) | [0xd4b6b08efe59efA0e564A8e2F147455F618C0a03](https://cronos.crypto.org/explorer/address/0xd4b6b08efe59efA0e564A8e2F147455F618C0a03/contracts) |
| LiquidityStorage (locked LP)   | 0x1219D121DaB8B6c81B4a1789fB39E02bF19491BB                                                                                                    |
| AirdropTimelock                | [0xd6B3C3607B9B645F540E09c94094BEB22cADabC1](https://cronoscan.com/address/0xd6B3C3607B9B645F540E09c94094BEB22cADabC1)                        |
| DeveloperFundTimelock          | [0x520bd22a62241172633ce6fc498383dd666e575d](https://cronoscan.com/address/0x520bD22A62241172633CE6fC498383DD666E575d)                        |
| AirdropVesting                 | Not available yet                                                                                                                             |

## Other Tokens

| Name         | Address                                    |
| ------------ | ------------------------------------------ |
| CADDY/CRO LP | 0x2A008eF8ec3ef6b03eff10811054e989aAD1CF71 |

## Vault Information

| Name      | Address                                    |
| --------- | ------------------------------------------ |
| VaultInfo | 0x26D2F8EC6aa78AA08F38AaaF512AEF210f88f524 |

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