> 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/about-the-token/historical-token-sale-information.md).

# Historical token sale

## The public token sale

ANT was initially created and distributed as a result of a [public token sale](https://blog.aragon.org/announcing-the-aragon-network-token-sale-fe83fe36902c) that took place on [May 17, 2017](https://blog.aragon.org/final-token-sale-recap-1ac64ab7cfcd) - starting at [**Ethereum block 3,723,000**](https://etherscan.io/block/3723000) to be exact. Less than 100 blocks later, 275,000 ETH worth of ANT were sold.

Added together with ANT sold in the pre-sale, ANT granted to the Aragon Institution (the Aragon Association) and ANT granted to founders and early contributors, the **total initial supply of ANT** after the token sale is **39,609,523.81 ANT**.

You can read more related information about the token sale here:

* [Aragon Network Token sale terms](https://blog.aragon.org/aragon-network-token-sale-terms-8998f63a3429)
* [Pre-sale transparency report](https://blog.aragon.org/pre-sale-transparency-report-333e310304c/)
* [The Aragon token sale: the numbers](https://blog.aragon.org/the-aragon-token-sale-the-numbers-12d03c8b97d3/)

## Initial supply breakdown

| Party                                 | Amount (ANT)               | % of initial supply |
| ------------------------------------- | -------------------------- | ------------------- |
| Public sale + Pre-sale grant          | 27,726,666.66666666668 ANT | 70%                 |
| Aragon Foundation grant               | 5,941,428.571428571431 ANT | 15%                 |
| Early contributors and founders grant | 5,941,428.571428571431 ANT | 15%                 |

**Initial Total supply**: 39,609,523.81 ANT

{% hint style="success" %}
*The total supply was constant only until the Aragon Network was deployed. From then on, the ANT's issuance policy and inflation rate going forward will be decided by the ANT holders participating in the Aragon Network governance.*
{% endhint %}

**Current Max Total supply**: 43,165,291\*\*.\*\*21 [ANT](https://etherscan.io/token/0xa117000000f279d81a1d3cc75430faa017fa5a2e#code)

## Historical contracts

The public token sale was conducted through a single `AragonTokenSale` contract and supported by multisig:

* Sale: [`0x0cEB0D54A7e87Dfa16dDF7656858cF7e29851fD7`](https://etherscan.io/address/0x0ceb0d54a7e87dfa16ddf7656858cf7e29851fd7#code)
* Community multisig: [`0xcafE1A77e84698c83CA8931F54A755176eF75f2C`](https://etherscan.io/address/0xcafe1a77e84698c83ca8931f54a755176ef75f2c)

For a comprehensive list of Ethereum smart contracts supporting the original token sale, please see [Developers - Historical deployments](/the-ant-token/developers/historical-deployments.md).


---

# 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://legacy-docs.aragon.org/the-ant-token/about-the-token/historical-token-sale-information.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.
