# Crowdinvesting

1. The investor deposits USDT into the crowdinvesting smart contract (CSC).
2. The CSC locks the amount and issues an NFT to the investor.
3. The CSC waits for the game’s milestones to be achieved. Upon completion:

* Up to 95% of the collected USDT is sent to the developer in tranches.
* 5% is retained by the platform and added to the insurance fund.

4. In the event of project failure (milestones not met or development halted for other reasons), the CSC refunds the remaining funds to investors in the form of Nudix tokens or activates the insurance fund for compensation.
5. The developer demonstrates milestone progress through the platform. For example, the game may be declared 30%, 50%, or 100% complete.
6. For each milestone achieved, the smart contract unlocks a portion of the funds.
7. Developers who trust the platform can stake part of their tokens, increasing their status and earning additional bonuses.

<figure><img src="/files/KeZChH4DSOSyypgmOq6L" alt=""><figcaption></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://whitepaper.nudix.io/token-flow-scheme/detailed-process-flow-for-platform-users/crowdinvesting.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.
