# NoloBot Server Install Instructions

### Add the bot to your server

1. Go to <https://yolo4nolo.xyz> and click “add bot” button
2. Log into Discord.
3. Select the server you would like to add the bot then click Continue
4. You will now see all of the permissions you are granting to Nolo Bot.  Make sure all permissions are checked, then click “Authorize”.&#x20;
5. You should see a **“Success”** modal, now click **“Go Back to Server”**

{% hint style="warning" %}
You will now be back in your server.  The bot will be installed but is not yet active.&#x20;
{% endhint %}

### Activate Nolo Bot&#x20;

1. You will first need to go into Server Settings>Add Role>Create New Role
2. Create the role **“nolo-admin”**
3. Give yourself (or whoever is the server admin) the nolo-admin Role.\
   Please note: This role will be responsible for the server fee setup, therefore it should be a trusted party.&#x20;
4. Go back into your private admin channel.  In the channel’s command line, type the command /setup-bot and click enter.

<figure><img src="https://lh6.googleusercontent.com/DQ_09Myyh1C-tYP54wtgeizWYHaq5O2NJaAt204TsOTj6SYo2Uzx0l6Kl9TV8rfTkydyz4Dwe_LhMCIThiLLgYL3uuUtcUPnwDSsWgu21EhZZ8tFKqqb1uqvAHIEWwTyvPOa4xY_RCLhbyGHgO6BgwI" alt=""><figcaption></figcaption></figure>

4. Once you click enter, the bot will send you a private DM with the instructions you will need to complete the bot setup.

{% hint style="warning" %}
When you receive the DM from the bot, you will see a button below the instructions named “Enter Referral”.  If you received a referral code, you will need to click this button and enter the code you received.&#x20;
{% endhint %}

{% hint style="info" %}
You will only see this button on setup.  If you do not enter a referral code, you will not be able to enter one at a later time.&#x20;
{% endhint %}

Once you have completed the setup steps provided by the bot you will need to setup your server’s fee collection wallet. From this wallet you will be able to withdraw the fees collected by the server to over 20+chains and over 120 different crypto assets.&#x20;

### Server fees

| Type of trades | Fees    | Example                                                                                                  |
| -------------- | ------- | -------------------------------------------------------------------------------------------------------- |
| Perp           | 4.4 bps | For a perp swap volume of $100m traded on your server and by your users on other servers you earn $44k.  |
| Spot           | 10 bps  | For a spot swap volume of $100m traded on your server and by your users on other servers you earn $100k. |

### Setup the wallet for fee collection

In the DM with the bot, type **/config** and hit enter. This is your last step, at this point you have successfully setup and configured the bot. &#x20;

**You and your users can now enjoy using Nolo! 🌴**


---

# 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://nolo-bot.gitbook.io/docs/server-and-user-setup-instructions/nolobot-server-install-instructions.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.
