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

# Upcoming Tokensale

**TOKEN ALLOCATION**

Token allocation will be as follows:

<table><thead><tr><th>Public Sale</th><th width="116">Price</th><th>Allocation</th></tr></thead><tbody><tr><td><strong>Tranche 1</strong></td><td>$0.0050</td><td>2,500,000.00</td></tr><tr><td><strong>Tranche 2</strong></td><td>$0.0065</td><td>2,500,000.00</td></tr><tr><td><strong>Tranche 3</strong></td><td>$0.0075</td><td>10,000,000.00</td></tr><tr><td><strong>Tranche 4</strong></td><td>$0.0080</td><td>15,000,000.00</td></tr><tr><td><strong>Tranche 5</strong></td><td>$0.0085</td><td>17,000,000.00</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

**ADDITIONAL INFORMATION:**

* **Launch Price: $0.009 (DEX PRICE)**
* **Maximum Per Wallet: $5,000**
* **Minimum Per Wallet: $10**

**WHY MULTIPLE TRANCHES?**

***In order to create market momentum, we have structured the tokensale tranches with a top-end weighting to accommodate for early entrance and exit, without significantly impacting price velocity in the short term. This gives opportunities for new buyers to enter at a reasonable price, and creates diamond hands as a result of upward price movement.***

**USE OF FUNDS**

<table><thead><tr><th width="211">USE OF FUNDS</th><th>APPROXIMATE FUNDS</th></tr></thead><tbody><tr><td><strong>Marketing</strong></td><td>$100,000.00</td></tr><tr><td><strong>Exchange Listings</strong></td><td>$100,000.00</td></tr><tr><td><strong>Liquidity Pairing</strong></td><td>$160,000.00</td></tr><tr><td><strong>BUY BACKS</strong></td><td>$50,000.00</td></tr></tbody></table>

**As it stands, these are our current plans. If any plans change, or the figures are adjusted we will make an announcement accordingly**


---

# 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://trifecta.gitbook.io/welcome/upcoming-tokensale.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.
