# Real Model Asset (RMA) Issuer Guide

{% stepper %}
{% step %}

### Step 1: Select a Model

<figure><img src="/files/ZToH0jv7tXwqq1J866jA" alt=""><figcaption></figcaption></figure>

1. Go to the Launch page.
2. Select your desired model.

{% hint style="info" %}
Each model corresponds to a predefined inference pricing tier and an allowed fundraising range. These parameters are fixed by the platform to ensure economic sustainability.
{% endhint %}
{% endstep %}

{% step %}

### Step 2: Configure Your Model Token ($MT)

<figure><img src="/files/8Tw0XOeNsy4B6Ux45w8K" alt=""><figcaption></figcaption></figure>

Configure $MT economics:

1. Name your deployment and define:
   * Model token name
   * Ticker symbol
   * Description
2. Review the pre-configured parameters, including:
   * Inference pricing tier
   * Fundraise min / max range
   * Token distribution summary

These values are automatically populated based on the selected model and cannot be arbitrarily changed.
{% endstep %}

{% step %}

### Step 3: Bundle the First Buy Order (Optional)

<figure><img src="/files/ulcicAwKRHXboZ6s03zr" alt=""><figcaption></figcaption></figure>

RMA Issuers may choose to bundle an initial token purchase at launch.

* This provides a first-mover advantage by locking in the lowest point on the bonding curve
* The first buy is executed atomically with token deployment, removing market-timing risk

{% hint style="info" %}
The bundled first buy is subject to a hard cap of 25% of the total $MT supply to prevent excessive concentration at launch.
{% endhint %}
{% endstep %}

{% step %}

### Step 4: Confirm Launch Fee

Before initiating the Real Model Asset Offering (RMO), the RMA Issuers must confirm and approve the launch-related fees.

This confirmation is required to proceed with model deployment and on-chain configuration.

{% tabs %}
{% tab title="One-time launch fee" %}
**One-time launch fee.** A fixed, non-recurring fee of $32768 FLOCK payable by the MTO at the time of initiating the RMO. This fee covers deployment setup, onchain configuration, and protocol overhead associated with launching a new model economy.
{% endtab %}

{% tab title="Combined Tax" %}
**Combined tax** (base fee plus anti-sniping tax) starts at 99% and decreases by 1% per minute, until it reaches the base fee.
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

### Step 5: Launch the Model Token

Once confirmed:

* The RMO is created
* The fundraising period 7 days begins
* Tokens are not minted during fundraising period

You can now find your deployment on the Marketplace page.

<figure><img src="/files/gLjxe8RRyUCfMYHrgG7C" alt=""><figcaption></figcaption></figure>

Status indicators:

* `Owned` — launched by you
* `Live` — fundraising in progress
* `Failed` - fundraising target not met and pledged principal refunded
  {% endstep %}

{% step %}

### Step 6: Fundraising Period

* Fundraising remains open for 7 days
* Progress toward the minimum and maximum targets is tracked in real time
* No action is required by RMA Issuers during this period
  {% endstep %}
  {% endstepper %}


---

# 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/quickstart/real-model-asset-rma-issuer-guide.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.
