# WIT Knowledge base

Welcome to the official WIT knowledge base. This step-by-step guide will take you from account registration to launching algorithmic trading.

Here you will find 5 steps to complete your registration and get the system up and running.

{% hint style="info" icon="eye" %}
Instructions for a computer are indicated by the 🖥️ symbol, and for a smartphone by the 📱 symbol.
{% endhint %}

#### 🏁 Step 1: Registration and Referral

1. \[Get Inviter Link]: Obtain a link from your referrer or via [@wit\_broker\_support\_bot](https://t.me/wit_broker_support_bot).
2. [\[🖥️ Checking your referral code\]](https://wit-broker-en.gitbook.io/wiki/checking-your-referral-code-website)\
   [\[📱 Checking your referral code\]](https://wit-broker-en.gitbook.io/wiki/checking-your-referral-code-app) — to check/install the referral code.
3. [\[🖥️ BingX Registration\]](https://wit-broker-en.gitbook.io/wiki/register-a-bingx-account-website) \
   [\[📱 BingX Registration\]](https://wit-broker-en.gitbook.io/wiki/register-a-bingx-account-app) — Create your account using the referral link.
4. [\[🖥️ Security & 2FA\]](https://wit-broker-en.gitbook.io/wiki/second-factor-2fa-linking-website)\
   [\[📱 Security & 2FA\]](https://wit-broker-en.gitbook.io/wiki/second-factor-2fa-linking-app) — Set up Google Authenticator immediately.

#### 🛡 Step 2: Identity Verification (KYC)

* [\[🖥️ Complete KYC\] ](https://wit-broker-en.gitbook.io/wiki/kyc-identity-verification-website)\
  [\[📱 Complete KYC\]](https://wit-broker-en.gitbook.io/wiki/kyc-identity-verification-app) — Follow the step-by-step guide to verify your identity on the exchange.

#### 🔑 Step 3: API Key Creation

* [\[🖥️ Create API Keys\]](https://wit-broker-en.gitbook.io/wiki/creating-api-keys-website) \
  [\[📱 Create API Keys\]](https://wit-broker-en.gitbook.io/wiki/creating-api-keys-app) — Generate keys with the correct permissions.
* Note: WIT has no withdrawal access; the API only allows trading.

#### 💳 Step 4: Funding Your Balance

1. [\[🖥️ Deposit via P2P\]](https://wit-broker-en.gitbook.io/wiki/buying-cryptocurrency-p2p-website) \
   [\[📱 Deposit via P2P\]](https://wit-broker-en.gitbook.io/wiki/buying-cryptocurrency-p2p-app) — Purchase USDT using your local payment method.
2. [\[🖥️ Transfer to Futures\]](https://wit-broker-en.gitbook.io/wiki/transfer-funds-between-internal-accounts-website) \
   [\[📱 Transfer to Futures\]](https://wit-broker-en.gitbook.io/wiki/transfer-funds-between-internal-accounts-app) — Move funds to your Futures account to provide trading margin.

#### 🚀 Step 5: System Connection

* [\[🖥️ Connect to WIT\]](https://wit-broker-en.gitbook.io/wiki/connecting-to-wit-system) — Link your account and launch the automated trading sessions.

{% hint style="info" icon="headset" %}

## Need help?

We are in touch: [@wit\_broker\_support\_bot](https://t.me/wit_broker_support_bot)
{% 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://wit-broker-en.gitbook.io/wiki/wit-knowledge-base.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.
