> For the complete documentation index, see [llms.txt](https://basin-dao.gitbook.io/basinfinance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://basin-dao.gitbook.io/basinfinance/launch/presale.md).

# Presale

BASIN will have a private and public round, with an ambitious target as follows:

* 200 ETH Total Hard Cap
* 140 ETH from private sale&#x20;
* 60 ETH from public sale
* 200,000 BASIN to be sold (Refer to [$BASIN Tokenomics](/basinfinance/basin-overview/usdbasin-tokenomics.md))

## Private Round

* 150,000 BASIN to private seed
* 7 day vesting period, starts at the same time when token launches
* Launch premium 35% below launch price

## Public Round

* 50,000 BASIN to public presale
* 7 day vesting period, starts at the same time when token launches
* Launch premium 15% below launch price

## Pricing and Launch Calculations

Assuming all 200 ETH is successfully raised

* 140 ETH and 100k BASIN will be added to BASIN/ETH LP = 0.0014 ETH Launch Price
* Private Sale Price has a 30% premium = 0.00093 ETH Sale Price
* Public Sale Price has a 15% premium = 0.0012 ETH Sale Price
* Circulating supply at launch will be 300k BASIN (200k + 100k)
* FDV's will respectively be 933E presale // 1.2K public // 1.4k at launch

All ETH raised will be distributed as follows:

* 70% of raised ETH goes directly into an immutable LP launch for BASIN/ETH
* 20% of raised ETH will be sold into a stablecoin and fund the BAI PSM, as collateral reserve
* 10% of raised ETH will go to treasury for marketing funds + runway

{% hint style="success" %}
Currently, there will be no minimum or maximum allocations per wallet.

Subject to change.
{% endhint %}

## Liquidity Launch

### Immutability

$BASIN will instantly launch above the presale price, and this launch price is directly hardcoded in the presale contract to ensure potential profitability for presale participants.

### Vesting

Presale participants will undergo a **7 days** linearly unlocking vesting period to prevent instant dumpage.


---

# 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://basin-dao.gitbook.io/basinfinance/launch/presale.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.
