> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/getting-started/working-with-exchanges/exchange-registration/registration-on-bybit.md).

# Registration on Bybit

🔗 **Website:** [bybit.com](https://partner.bybit.com/b/moontrader)

🎁 **Bonus:** when registering through our referral link, you get a MoonTrader license for free

🌐 **Server location:** Singapore — place your VPS in this region for minimal latency

### What You'll Need for Registration

Prepare in advance:

* **Phone number** — for confirmation and additional account security
* **Email address** — we recommend Gmail or another reliable service
* **Identity document** — passport or driver's license for KYC verification

### Registration

1. Go to the website using our referral link
2. Choose registration method: email or phone number
3. Enter your email (or phone number) and password (minimum 8 characters)
4. Enter the referral code (automatically filled when using our link)
5. Confirm your email or phone number with the code from the message

### Verification (KYC)

After completing registration, the system will prompt you to verify your account. Click "Verify" and follow the instructions on the website.

If you closed the verification window: you can find it in the profile dropdown menu "Overview" → "Verify" or "Account" → "KYC Verification" → "Verify".

The verification process varies by country. Follow the step-by-step instructions on the Bybit website.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.moontrader.com/en-moontrader-docs/getting-started/working-with-exchanges/exchange-registration/registration-on-bybit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
