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

# Presales

Presale promo:\
A discount will be given based on the price of the current coin price on Pancakeswap when users participate in the presale. Phase 1 sale will start from 50% discount, and it will last for 10 days.

Discount will decrease by 10% every 10 days until it hits 20% on phase 4.\
\&#xNAN;*i.e. Day 1-10 Starting Discount: 50%, Day 11-20 Discount: 40%, Day 21-30 Discount, 30%, Day 31 - Sold Out Discount: 20%*

Presale tokens are purchasable in multiples of 300 USDT (BEP20), and 100% of raised USDT during Presale will go to LP.

By purchasing presale tokens in these preset amounts, users will gain ranking for their mining activities and subsequently an added multiplier effect for the calculation of profit sharing based on their staking pool.&#x20;

**LP + Presale Allocation = 300,000,000 FWC**

| Presale Amount (USDT) | Multiplier | Rank |
| --------------------- | ---------- | ---- |
| 300                   | 2          | 4    |
| 600                   | 4          | 8    |
| 3000                  | 6          | 12   |
| 6000                  | 8          | 16   |
| 18000                 | 10         | 20   |

Raised USDT (BEP20): 70% to LP, 30% Profit Pool

**Profit Pool Rewards Illustration:** \
**3% based on Profit Pool Shares, 2% based on Daily FWC Rolling, which will reset daily**

For example:\
Assuming the Profit Pool Amount is 1M USDT. Player 1 purchased FWC worth 6,000USDT during the pre-sale period, and obtained an 8X Multiplier Effect.\
Where the company releases 50,000U (5%) to all users as profit sharing, and the total users' Profit Pool Shares is 10,000,000 and the total users' Daily FWC Rolling is 10,000,000:\
If Player 1 has 10,000 Profit Pool Shares and 20,000 Daily FWC Rolling, he will receive *10,000 X 8 /10,000,000 X 30,000U + 20,000 X 8 /10,000,000 X 20,000U = 240U + 320U = **560U*** as his Daily Profit Sharing.


---

# 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://forwin.gitbook.io/forwincity/presales.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.
