# 2. Hosting & Tokenization

Once the fundraising succeeds and the launch graduates:

* The model is deployed on the FLock API Platform, where it becomes available for production inference.
* The associated Model Token ($MT) is minted according to a fixed supply defined at launch.
* Initial liquidity is created and locked, enabling secondary market trading.

At this point, the model transitions from a proposed deployment into a live, revenue-generating AI service. Each $MT now represents a claim on the economic activity of a specific model deployment, not a speculative abstraction.


---

# 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.flock.io/flock-products/fomo/launch-lifecycle-deep-dive/2.-hosting-and-tokenization.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.
