# Release Map

## 2022-07-25

### CrunchMultiVestingV2

* Deployed Multi Vesting V2 smart contract. [(code)](https://github.com/crunchdao/contracts/blob/master/contracts/CrunchMultiVestingV2.sol) [(address)](https://etherscan.io/address/0xf3b262b8623aa8eaf302bd46a393179df0ed13c5)

## 2022-02-18

### CrunchMultiVesting

* Deployed Multi Vesting smart contract. [(code)](https://github.com/datacrunch-com/datacrunch-contracts/blob/master/contracts/CrunchMultiVesting.sol) [(address)](https://etherscan.io/address/0xe469f12f4746b5ae105a1b888bff5a1b9e27fee5)

## 2022-01-24

### CrunchSelling

* Deployed Selling smart contract. [(code)](https://github.com/datacrunch-com/datacrunch-contracts/blob/master/contracts/CrunchSelling.sol) [(address)](https://etherscan.io/address/0x22525935cb0f5c27ae025fe5a403bc7a0eb9c857)

## 2021-10-19

### CrunchTimelock

* Deployed Timelock smart contracts. [(code)](https://github.com/datacrunch-com/datacrunch/blob/master/contracts/CrunchTimelock.sol) [(factory address)](https://etherscan.io/address/0xB1C77D4d05e16913b19822dF99eacAFFe3387C1a)

## 2021-09-22

### CrunchStaking

* Deployed the Staking smart contract. [(code)](https://github.com/datacrunch-com/datacrunch/blob/master/contracts/CrunchStaking.sol) [(address)](https://etherscan.io/address/0xFb99073EAA547dC965Ad75420128093A01128EC2)

## 2021-09-20

### CrunchReward

* Deployed the Reward smart contract. [(code)](https://github.com/datacrunch-com/datacrunch/blob/master/contracts/CrunchReward.sol) [(address)](https://etherscan.io/address/0xa3B20d15649B03f38Ab71d64f0f5Fcb3ac48c3f4)

## 2021-09-13

### CrunchVesting

* Deployed DataCrunch's Team Vesting smart contracts. [(code)](https://github.com/datacrunch-com/datacrunch/blob/master/contracts/CrunchVesting.sol) [(factory address)](https://etherscan.io/address/0xb47fa11d32d1005babc52e876bcfa6bfa19e490b)

## 2021-09-05

### CrunchAirdrop

* Deployed the airdrop smart contract. [(code)](https://github.com/datacrunch-com/datacrunch/blob/master/contracts/CrunchAirdrop.sol) [(address)](https://etherscan.io/address/0xed28c62F1df817C23adbE577f406C1386cb61e8F)

### CrunchToken

* Deployed the CRUNCH Token. [(code)](https://github.com/datacrunch-com/datacrunch/blob/master/contracts/CrunchToken.sol) [(address)](https://etherscan.io/token/0x74451d2240ef9e86b3cea815378af61566b81856)


---

# 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.crunchdao.com/crunch-token-practical/release-map.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.
