# User-Manual

## Introduction:

**LOGOS** is a platform, Where users can create and run Bots on exchanges  in **LOGOS**. &#x20;

## User Registration

User can register in to **LOGOS** with following details like

* email
* Name
* Password
* Referral code (Company referral code)&#x20;

**Note:**&#x20;

&#x20;<mark style="color:red;">Please contact your Company provider to get referral code.</mark>

All of the above fields are mandatory.&#x20;

After completing registration, you will receive an email. You must verify to login.

<figure><img src="/files/6nhufUmtVPvGVq4v6ezN" alt=""><figcaption><p>Login Page</p></figcaption></figure>

Click on **Register Now** button to get Registration page. Enter the required fields and click on **Register**.

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

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

Check your email inbox and click on Confirm Email

Click on Go to Login. Enter your Email and Password. Verify Captch and click on Login.

For Security purpose we have added IP restrictions for every IP change. So for every IP change we will be sending an email to verify your activity. To login you must verify that email.

## Connecting to Exchange/ API Management:

### Creating Exchange API:

To create a Bot first we need to create an Exchange API.

To create Exchange API we need to have an account in any supported exchanges like B2Z, Bitmart. For more details check [here](/supported-exchanges.md).

From exchange account we can create an API which will have API key and secret.

Click on **Connect API** then Enter Nick name, select exchange, enter API key, secret then click on Add Exchange API.

Exchange API will be added successfully and it will be displayed in the list.

Under one Exchange API we can create multiple bots.

We can Delete created Exchange API. We can't edit Exchange API.

<figure><img src="/files/61ONo3MbJAOB3PFS1zcn" alt=""><figcaption></figcaption></figure>

### Create Bot:

Click on Create new bot, Select Exchange(which you have already created API), Enter Bot name, **\*Delta per Trade (%)**, select coins (you can select up to 10 coins) then select coin pairs then click on Create Bot.

<mark style="color:orange;">**\*Delta % means, % which user is trying to keep as Spread. it should be in between 1 to 10.for example if it is 1 it will calculated as 0.01**</mark>&#x20;

**Important Note:**&#x20;

The Balance of pair should not be more than 30% beyond the average&#x20;

For Example: I have selected BTC, USDT coins and pair will be BTC/USDT, the available balance of both coins should be less than 30% average.(I have available balance 2 BTC and 26855.56USDT where the average is 11% only)

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

You can select up-to 10 coins.

Created Bot will be displayed in the list.

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

To Run the Bot we have to Initialize the Bot and should take subscription.

**Initializing the Bot :**

Click on Initialize at the Bot or you can directly go to Subscription  page and click on Initialize a Bot.

Select the Bot that you want to Initialize.

Enter the password and click on Submit then click on Purchase. Initialization bot will be successful.

After Initialization we need to take the Subscription

Click on Subscribe and select the subscription plan that you want to subscribe then select Bot, Enter password and click on Submit then click on Purchase. Subscription will be successful.

To Initialize bot and to subscribe we need to have balance in our wallet. We can Deposit using Deposit option in the wallet page.

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

### Run Bot:

After taking subscription Start bot button will be enabled.

Click on Start, details will be displayed with start and close options, click on start.

Bot will be started successfully.

If you click on Bot it will display the details of orders as shown in below

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

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

We can Edit bot.

Click on Edit option, update the details which you want to update and click on Update Bot.

We can delete bot.

Click on Bot then bot information page will be displayed. There will be Delete Bot option at the bottom.

### Wallet:

On successful registration Wallet will be created.

We can Deposit USDT into the wallet and we can Withdraw USDT from the wallet.

We can also check Transaction history in Wallet page.

### Subscription:

Subscription history will be displayed in Subscription page.

Initialization of Bot and Subscription plans will be displayed.

## Security:

### Change Password:

We have to enter old password, new password and confirm new password and click on Submit.

Password will be successfully changed.

For Security purpose we need to enable 2FA.

Two factor authentication will be helpful for security.

To enable 2FA we need to have Google Authenticator  app installed in our mobile.

Click on Enable 2FA, scan QR code/enter authentication code then enter authentication code and click on submit. 2FA will be enabled successfully.

### &#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.logos.market/user-manual.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.
