# Swarm Project Creation

## How to add a swarm project?

Below is a step-by-step guide to adding a Swarm project.

**Step1:** Access the website <https://rome.rivalz.ai>, then click **Swarm Staking** in the header menu to navigate to the Swarm page. Next, click the **"Add Project"** button.

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

**Step2:** Fill out all required information related to the project you would like to add.

* **Project Name:** Enter the name of your project.
* **Project Logo:** Upload the logo of your project.
* **Project Type:** Select the type of your project: **Agent, DePIN, or SWARM**.
* **Description:** Provide a brief description of your project.
* **Token Contract Address:** If your project has not yet undergone a **TGE (Token Generation Event)**, check the box **"No Token"**.
  * *Note: Only EVM and Solana token contracts are accepted.*
* **Website:** Enter the official website of your project.
* **Twitter:** Provide the official Twitter (X) handle of your project.

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

After filling out all required information, click the **"Create"** button.

{% hint style="info" %}
You can choose **USDC** or **RIZ** as the payment method. Open Swarm creation now costs **100 USDC** or an equivalent amount in **RIZ**, so make sure your balance is sufficient.
{% endhint %}

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

After clicking the button, your transaction will be submitted on-chain And Aa confirmation notification will appear once the transaction is complete.&#x20;


---

# 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.rivalz.ai/rome-swarm-protocol/user-guide-rome-dashboard/swarm-project-creation.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.
