# Subscription and Result Claims

Subscription is the primary way users participate in the current fundraising round.\
OneWorld Launchpad uses a "register first, settle later, then claim" flow.

### Subscription Method

Investors subscribe at the current-round price, and the subscription transaction is recorded on-chain.

After subscription:

1. Funds are recorded and locked
2. Users do not receive Tokens immediately
3. Users can see their current-round subscription amount and estimated result on the project detail page
4. Before the round ends, the final claimable result may still depend on round success, full allocation, and settlement rules

### What to Confirm Before Subscribing

Before subscribing, users need to confirm:

1. The connected wallet is correct
2. The current network is correct
3. The current round is live
4. The round price and remaining allocation are acceptable
5. Transaction fees are sufficient
6. Project information, team, Tokenomics, and roadmap have been reviewed
7. The user understands that Tokens are not issued immediately after subscription

### What Users See After Subscribing

On the project detail page, users can see:

1. New subscription amount in the current round
2. Token quantity corresponding to the new subscription
3. Current round
4. Current participation status
5. Estimated claimable result after success
6. Overall current-round fundraising progress
7. Current-round end time or early completion status

This information helps users confirm that their subscription has been registered and how far the current round is from settlement.

### Settlement After Subscription

OneWorld Launchpad subscriptions use a "register first, settle later" flow.

Only after the round ends and settlement is complete can users claim results on-chain:

1. Tokens
2. Refunds
3. Exit payments
4. Returned Tokens

Current-round results can only be calculated after all factors are finalized, including whether the round succeeds, whether it fills, and whether exit absorption is involved.

### Subscription Results

#### Round Success

Users can claim the corresponding Tokens.\
The claimable quantity is usually calculated from the user's successful subscription amount and the current-round price.

#### Round Failure

Users can claim a refund.\
Refund claim requires the user to initiate an on-chain transaction.

#### Partial Fill

If the final subscription exceeds the remaining allocation, the system may accept only the fillable portion and automatically return the rest or mark it as refundable.\
This prevents the round from exceeding its fundraising cap.

### Result Claim Method

Result claim on OneWorld Launchpad is not internal platform bookkeeping. It is initiated by users on-chain.\
This means:

1. Asset actions are traceable
2. Result status is verifiable
3. The platform does not control the final claim action on behalf of users
4. Users can choose when to confirm the transaction

### On-Chain Actions

The following actions are executed on-chain:

1. User subscription
2. User Token claim
3. User refund claim
4. User exit payment claim
5. User returned Token claim

The platform is therefore not a simple centralized bookkeeping system. It centers key asset actions around verifiable on-chain execution.

### User FAQ

#### Subscription succeeded, but the balance did not increase

Subscription only registers current-round participation. Tokens must be claimed after current-round settlement.

#### The round succeeded, but claim is not available yet

Settlement may not be complete, or the page status may not have entered the claimable stage. Users need to wait until the claim entry opens.

#### Where are the funds after a failed round

After a round fails, users should retrieve the corresponding funds through the refund claim flow instead of waiting for an automatic transfer.

#### What if claim fails

Usually, the user needs to check network, wallet, transaction fees, and contract status. If a transaction has been submitted, check whether the on-chain transaction succeeded.


---

# 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/core-rules/subscription-and-result-claims.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.
