> For the complete documentation index, see [llms.txt](https://hedgefidevs-organization.gitbook.io/hedgefi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hedgefidevs-organization.gitbook.io/hedgefi-docs/bybit-support-documentation.md).

# Bybit Support Documentation

## Bybit Support Documentation

Congratulations. If you are at this step, it means you have completed sign up and are now setup for automation. If you're yet to do this, go back to the sign up flow on our website: <https://hedgefi.finance/signup>​

### Create an API Key

Naviate to Bybit API management section: <https://www.bybit.com/app/user/api-management>

Click **Create New Key**&#x20;

Select **System-generated API keys**

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

Under API Key Permissions, ensure **Read-Write** is selected (read only will be selected as default)

Next, click the check box on **Unified Trading.**&#x20;

All other options can be left as is.&#x20;

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

Click **Submit** and follow the steps to complete MFA. Ensure to save your API Key and Secret. You will then need to complete the sign up form if you haven't already in order to setup your HedgeFi account: <https://hedgefi.finance/signup>​

### Whitelisting Assets <a href="#whitelisting-btcusdt" id="whitelisting-btcusdt"></a>

If you have setup a new API key for the first time, you will need to whitelist assets in order for our automation to execute trades on your behalf. On desktop, under the API management section of Bybits API page, you will need to select "Enable Symbol Whitelist" next to your API key.

<figure><img src="/files/26wOc2QVHqOeThHzYkVG" alt=""><figcaption></figcaption></figure>

Next, select Derivatives Whitelist and search for BTCUSDT. Ensure its selected by clicking the checkbox. You will then need to repeat this process for all the following assets we are currently tracking: \
\
BTCUSDT\
TRUMPUSDT\
AVAXUSDT\
POPCATUSDT\
ETHUSDT\
SOLUSDT\
DOGEUSDT\
BNBUSDT

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

### Fund your Unified Trading Account <a href="#fund-your-unified-trading-account" id="fund-your-unified-trading-account"></a>

After you've whitelisted BTCUSDT, you need to ensure that you have a balance of USDT in your unified trading account. If this amount drops below your position size, trades will not execute on your account.**Important:** due to markdown expected on any trading strategy, its important to note that your account could be in loss for a period of time. Its best to start with a position size that is around 10% of the overall amount you are wanting to trade to manage your risk effectively.

### One-way mode

Hedge mode is not supported by our automation, so users will need to ensure that their accounts are setup to trade in one-way mode.&#x20;

To check this, to to the settings icon in the top right hand corner

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

Next select position mode and ensure that One-way mode is selected, not Hedge mode.

<figure><img src="/files/Y0GX1wEm2olw8MXSI5T9" 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:

```
GET https://hedgefidevs-organization.gitbook.io/hedgefi-docs/bybit-support-documentation.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.
