> For the complete documentation index, see [llms.txt](https://docs.xyes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyes.com/account/buying-cryptocurrency/bybit.md).

# Bybit

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

**1️⃣ Register a Bybit Account**

* Go to [Bybit Official Website](https://www.bybit.com/)
* Click **"Sign Up"**, enter your email/phone number, and set a password
* Complete **KYC verification** (requires ID upload)

**2️⃣ Deposit Funds (Fiat or Crypto)**

* **Credit/Debit Card Purchase** (Visa/Mastercard supported):
  * Click **"Buy Crypto" → "Buy with Card"**, select currency (e.g., USDT, BTC), and enter amount
* **Crypto Deposit**:
  * Go to **"Assets" → "Deposit"**, select the cryptocurrency, and copy the wallet address

**3️⃣ Buy Cryptocurrency (Spot Trading)**

1. Navigate to **"Trade" → "Spot"**
2. Select a trading pair (e.g., **BTC/USDT**)
3. Enter the purchase amount
4. Choose **"Market Order"** (instant execution) or **"Limit Order"** (set your price)
5. Confirm and place the order

**4️⃣ Complete Purchase**

* The crypto will be credited to your **Spot Wallet**
* You can now **trade, withdraw, or transfer to other wallets**

**Once you have added cryptocurrency to your Bybit wallet, you can go to the cryptocurrency option in your XYes wallet and select the currency and network that corresponds to your Bybit** **wallet to top up.**

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


---

# 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://docs.xyes.com/account/buying-cryptocurrency/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.
