# Business Model

{% hint style="info" %}
**We seek to explore different ways for the platform to generate revenue.**

**IMPORTANT**: Replicats has no governance or utility token yet. Our first launch is a token for the Replicat-One agent.
{% endhint %}

**Possible revenue** **streams**:

* New Agent fee:
  * A fixed fee paid in advance. The fee amount depends on how often the **Agent** will analyze the market and its own portfolio.
* Maintenance fee:
  * A monthly fee is deducted from the Agent's wallet. The fee amount depends on how often the Agent will analyze the market and its own portfolio.
* Premium features:
  * Feature-specific one-time fees. E.g., the ability to manually trigger a market check.


---

# 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.replicats.ai/introduction/business-model.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.
