# Pre-Launch Preparation Checklist

### Confirm Three Things First

1. You have an official project account
2. You have a wallet that can represent the project for on-chain operations
3. You have prepared basic information and current-round fundraising parameters

This page is for internal team review before formal project submission.\
If any type of material below is not ready, complete it before submitting to avoid repeated review rejection.

### What Materials You Need to Prepare

#### Project Basic Information

1. Project name
2. Project logo
3. Project summary
4. Detailed project introduction
5. Project tags

The project summary should help users quickly understand what the project does.\
The detailed introduction should explain target users, core functions, product stage, current progress, fundraising need, and fund usage.

#### Official Links

1. Website
2. Twitter / X
3. Telegram
4. Discord
5. GitHub

Official links should use addresses that the project can maintain long term.\
If a channel is not officially active yet, it does not need to be filled in, but unrelated or temporary links should not be used.

#### Team Information

1. Team member name
2. Team member role
3. Team member avatar
4. Team member Twitter / X
5. Team member Telegram

Team information helps users understand who is responsible for product, technology, operations, and external communication.\
If the team does not want to disclose personal information, it must at least provide clear role descriptions and official contact methods.

#### Token Information

1. Token name
2. Ticker
3. Total supply
4. Chain
5. Tokenomics description

Tokenomics description must include:

1. Token utility
2. How total supply is allocated
3. Percentage allocated to fundraising rounds
4. Arrangements for team, ecosystem, community, liquidity, and other categories
5. Whether lockups, releases, or other restrictions exist

If the Token is not fully live yet, the current status and expected plan must also be explained.

#### Current-Round Fundraising Information

1. Current-round sale amount
2. Current-round price
3. Current-round original fundraising target
4. Current-round start time
5. Current-round end time
6. Condition for opening the next fundraising round after this round is complete

Use this formula first:

Current-round original fundraising target = current-round sale amount x current-round price

If system display, internal spreadsheet, and external explanation are inconsistent, align them before submission.

#### Roadmap and Proof Materials

1. Roadmap
2. Current-stage milestones
3. Proof materials expected to be submitted for review

The roadmap does not need to be overly complex, but it must explain:

1. What stage the project is currently in
2. What goal this round of fundraising supports
3. What is expected to be completed after this round succeeds
4. What proof is needed before the next round or final launch

### Wallet and Permission Preparation

Project owners must confirm:

1. Wallet address used to submit the project
2. Wallet address used to claim funds
3. Who has signing permission inside the team
4. Whether wallet private key or seed phrase is securely managed by the team
5. Whether there is enough Gas for key transactions

Do not use a wallet the team cannot control long term, and do not let an unrelated personal wallet handle official project actions.

### Key Questions to Confirm Internally

1. How many Tokens are being sold in the current round
2. What price is used in the current round
3. Whether the current-round fundraising target is reasonable
4. Whether the project will enter the next round or prepare for final launch after this round succeeds
5. Whether the team has prepared follow-up proof materials
6. Whether current-round fund usage can be explained clearly
7. Who is responsible for correction and resubmission if review is rejected

### Final Check Before Submission

Before submission, confirm:

1. Project name, logo, summary, and detailed introduction are complete
2. Official links can be opened normally
3. Team information and contact methods have no obvious missing parts
4. Token name, ticker, total supply, and Tokenomics are consistent
5. Current-round sale amount, price, and fundraising target are calculated correctly
6. Start time and end time match the plan
7. Next-round condition is clear
8. Roadmap matches the current-round target
9. Wallet address has been confirmed
10. Stage proof materials have a clear preparation direction


---

# Agent Instructions: 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:

```
GET https://docs.oneworld.xyz/oneworld-launchpad/project-owner-guide/pre-launch-preparation-checklist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
