> For the complete documentation index, see [llms.txt](https://x3defi.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://x3defi.gitbook.io/main/products/finance/xfactory/xfactory-initial-launch-old/launch.md).

# Launch

### Launch Schedule

* Final documentation will be available 24 hours before the launch
* Contracts will be deployed 24 hours before the launch

<table><thead><tr><th width="208">What</th><th width="142">Comment</th><th width="236">Date</th><th width="374">Time</th></tr></thead><tbody><tr><td>Genesis Start</td><td>Duration 24h</td><td>6th December 2022</td><td>6:00 PM UTC</td></tr><tr><td>Xfactory Reward Pool Start</td><td></td><td>7th December 2022</td><td>8:00 PM UTC</td></tr><tr><td>Boardroom Start</td><td></td><td>7th December 2022</td><td>6:00 PM UTC</td></tr></tbody></table>

### Token Launch & Genesis Pools

The following table provides an overview of the initial token supply:

| Type            | Amount |
| --------------- | ------ |
| Liquidity Pools | 2,000  |
| Genesis Pools   | 8,000  |

#### Liquidity Pools

Initially,  2,000 XONE will be minted on contract creation. The amount will be used by the project team to create XONE/MATIC liquidity pairs on Quickswap.

#### Genesis Pools

In the first 24hrs of the launch, 8,000 XONE tokens will be released to pool stakers. Tokens will be split across the below-listed pools.&#x20;

| Pool       | Share | Amount XONE | Deposit Fee |
| ---------- | ----: | ----------: | ----------: |
| USDC       |   10% |         800 |          2% |
| MATIC      |   10% |         800 |          2% |
| XONE/MATIC |   45% |       3,600 |           - |
| DARKX      |   35% |       2,800 |           - |


---

# 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://x3defi.gitbook.io/main/products/finance/xfactory/xfactory-initial-launch-old/launch.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.
