# Agent Launchpad

Replicats offers Agent builders a crowdfunding platform (launchpad) to obtain funding and initiate personalized Agents. Later, other users can copy and deploy these Agents in their wallets, creating a positive flywheel effect.

Our mechanic

* Every new Agent owns a [trading wallet ](/old-technical-foundations/platform-architecture/wallet-system.md)and initial trading capital from the LP.
* If successful, these agents will be listed in the Replicats Marketplace.&#x20;
* Other users can clone them and deploy them to their wallets.
* Agent creators receive a fee.
* A token launch could also occur.

{% hint style="info" %}
We aim to launch the Agent Launchpad  in Q1 2026
{% endhint %}


---

# 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/agent-launchpad.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.
