> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/the-ant-token/developers/historical-deployments.md).

# Historical deployments

List of deployed Ethereum smart contracts related to ANT:

### ANTv2

Address: [`0xa117000000f279D81A1D3cc75430fAA017FA5A2e`](https://etherscan.io/address/0xa117000000f279d81a1d3cc75430faa017fa5a2e)

The ANTv2 token contract.

### ANTv2Migrator

Address: [`0x078BEbC744B819657e1927bF41aB8C74cBBF912D`](https://etherscan.io/address/0x078BEbC744B819657e1927bF41aB8C74cBBF912D)

The migration contract facilitating the ANTv1 to ANTv2 upgrade.

### ANTv1

Address: [`0x960b236A07cf122663c4303350609A66A7B288C0`](https://etherscan.io/address/0x960b236A07cf122663c4303350609A66A7B288C0)

The ANTv1 token contract. Now deprecated for ANTv2.

### ANTController

Address: [`0x2443d44325bb07861Cd8C9C8Ba1569b6c39D9d95`](https://etherscan.io/address/0x2443d44325bb07861Cd8C9C8Ba1569b6c39D9d95)

ANTv1's final, non-changeable controller.

### AragonTokenSale

Address: [`0x0cEB0D54A7e87Dfa16dDF7656858cF7e29851fD7`](https://etherscan.io/address/0x0ceb0d54a7e87dfa16ddf7656858cf7e29851fd7#code)

The initial token sale contract.

### SaleWallet

Address: [`0x1B5cdf806E93E60A42EC5812600F8055Ad054865`](https://etherscan.io/address/0x1b5cdf806e93e60a42ec5812600f8055ad054865)

The intermediary wallet holding proceeds from the token sale until it was finalized.

### ANPlaceholder

Address: [`0xD39902f046B5885D70e9E66594b65f84D4d1c952`](https://etherscan.io/address/0xd39902f046b5885d70e9e66594b65f84d4d1c952)

The placeholder controller for ANTv1, now replaced for `ANTController` by the Community Multisig.

### Community Multisig

Address: [`0xcafE1A77e84698c83CA8931F54A755176eF75f2C`](https://etherscan.io/address/0xcafe1a77e84698c83ca8931f54a755176ef75f2c)

Aragon DAO multisig.


---

# 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:

```
GET https://legacy-docs.aragon.org/the-ant-token/developers/historical-deployments.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.
