# Finalize an IDO

## Conditions to finalize a project

{% embed url="<https://www.youtube.com/watch?v=IlV_M9tSE2k&ab_channel=PadTON>" %}
How to Finalize IDO on PadTON | A Detailed Guide
{% endembed %}

### Completing the Presale

* Ensure that the presale period has ended.

### Token Distribution

* Investor Tokens: Distribute the tokens to investors as per the purchase amounts.
* Team and Reserves: Allocate tokens reserved for the team, marketing, and other purposes as specified in the tokenomics.

### Final Checks

* Audit Results: Ensure all audit processes are complete and any issues resolved.

### Community Engagement

* Announcements: Notify the community about the successful completion of the IDO.
* Transparency: Provide detailed reports on the funds raised, token distribution, and future plans.

## How to Finalize an IDO?

#### Step 1: Connect wallet, If you don't know how to connect your wallet, [Click here](/padton/connect-wallet.md) to see instructions for connecting your wallet

#### Step 2: At header, Click IDO to go to IDO screen

<figure><img src="/files/HVLOtNXdh6maoycxIiDU" alt="Step 2: Go to IDO screen"><figcaption><p>Step 2: Go to IDO screen</p></figcaption></figure>

#### Step 3: At IDO screen, click on "Go to your IDO" at banner before the footer

<figure><img src="/files/Hsnz8ZPHF7LPkHCpK4vv" alt="Step 3: Go to Your IDO"><figcaption><p>Step 3: Go to Your IDO</p></figcaption></figure>

#### Step 4: Access Listing Tab, on the Your IDO screen, click on the "Listing" tab to view your created projects.

The Listing tab categorizes your projects by status. This tab is crucial for finding projects that are eligible for finalization or cancellation.

<figure><img src="/files/eJw2a5IPzk0lqs848vLQ" alt="Step 4: Click Listing tab"><figcaption><p>Step 4: Click Listing tab</p></figcaption></figure>

#### Step 5: Select Your Project, choose the project with the "Sale End" status that you wish to finalize and click the "View" button to access the project details.

<figure><img src="/files/ThAGGcGLHn6UrqoTaDYL" alt="Step 5: Finalize project"><figcaption><p>Step 5: Finalize project</p></figcaption></figure>

#### Step 6: Finalize the Project, click the "Finalize" button to complete the process. During finalization, the following deductions are mad&#x65;**:**

* Liquidity Provision: A specified percentage is allocated to provide liquidity.
* Affiliate Rewards: A percentage is distributed to affiliates.
* Platform Fee: A 10% fee is taken by the platform.

The amount the project owner receives after all deductions is calculated as follows:

**Net Amount = Total Raised − ( Total Raised × Affiliate % ) − ( Total Raised × 10% Platform Fee ) − ( Total Raised × Liquidity % )**

*Example Calculation:*

* *Total Raised: 1000 TON*
* *Affiliate Percentage: 5%*
* *Platform Fee: 10%*
* *Liquidity Percentage: 50% Net Amount = 1000 − ( 1000 × 0.05 ) − ( 1000 × 0.10 ) − ( 1000 × 0.5 ) Net Amount = 1000 − 50 − 100 − 500 = 350 TON*

<figure><img src="/files/wCVeLZ6zJ2DMC9Fe4Aqi" alt=""><figcaption><p>The amount the project owner receives after all deductions is calculated as follows</p></figcaption></figure>


---

# 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.padton.com/padton/ido/finalize-an-ido.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.
