> For the complete documentation index, see [llms.txt](https://docs.flash.trade/flash-trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flash.trade/flash-trade/getting-started/fund-your-account-and-make-your-first-trade.md).

# Fund Your Account and Make Your First Trade

Deposit once, then trade at full speed — your deposited balance lives in your Flash account and every order draws from it instantly.

### Deposit

Two ways to get funds in:

1. Click **Deposit** in the top bar, or
2. Open the **Account** tab (bottom of the trading screen) and click **Deposit** next to any token.

<div data-with-frame="true"><figure><img src="https://1107078469-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwjn1OLuTIq3M0RkTUTyw%2Fuploads%2F7hKEu1QuHvJGfrqmo1iX%2Fgs-v2mode-account-table.png?alt=media&#x26;token=53c3c6c1-9ca4-42e9-a282-a6759f5c46eb" alt=""><figcaption></figcaption></figure></div>

Your balances show in two columns: **Your Wallet** (still in your wallet, not tradable yet) and **Your Flash Account** (deposited and ready to trade). The account panel in the top-right shows your total portfolio value and a **Deposit now** shortcut.

<div data-with-frame="true"><figure><img src="https://1107078469-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwjn1OLuTIq3M0RkTUTyw%2Fuploads%2FUt7FzAEVCEnzNjdPalyi%2Fgs-account-flyout-deposit.png?alt=media&#x26;token=f9fb8147-9a92-4faf-9a45-975a592cab0a" alt="" width="293"><figcaption></figcaption></figure></div>

Withdrawing works from the same places. Withdrawals process in two quick steps behind the scenes, so allow a few moments for funds to land back in your wallet.

### Your first trade

{% stepper %}
{% step %}
**Pick a market**

Click the market name top-left, or press <kbd>⌘K</kbd> / <kbd>Ctrl+K</kbd> to search.
{% endstep %}

{% step %}
**Choose your direction**

**Long** if you expect the price to rise, **Short** if you expect it to fall.
{% endstep %}

{% step %}
**Pick an order type**

Keep **Market** for instant execution, or use a [Limit](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/limit-orders) order to wait for your price.
{% endstep %}

{% step %}
**Set amount and leverage**

Enter how much to pay and drag the leverage slider — 1x to 100x, with quick presets at 25/50/75/100x. [Degen Mode](https://docs.flash.trade/flash-trade/getting-started/degen-mode) unlocks up to 500x on SOL, BTC, and ETH.
{% endstep %}

{% step %}
**Review the readout**

Check **Entry Price**, **Liquidation Price**, **Fees**, and hourly **Margin Fees** in the panel before you commit.
{% endstep %}

{% step %}
**Confirm**

Approve in your wallet — or skip popups entirely with [One-Click Trading](https://docs.flash.trade/flash-trade/getting-started/one-click-trading).
{% endstep %}
{% endstepper %}

<div data-with-frame="true"><figure><img src="https://1107078469-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwjn1OLuTIq3M0RkTUTyw%2Fuploads%2FcqD4hGUEF7ECiIbs6PHq%2Fgs-order-panel-long.png?alt=media&#x26;token=19c08f1c-73f1-403c-9ed4-ee8bed5b34f1" alt="" width="177"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
**Know your liquidation price before you confirm.** Higher leverage moves it closer to the current price — a small move against you can close the position. The panel shows it live as you type.
{% endhint %}

Your open position appears in the **Positions** tab, where you can add [take-profit and stop-loss orders](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/stop-loss-take-profit-orders), adjust collateral, or close at any time.


---

# 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.flash.trade/flash-trade/getting-started/fund-your-account-and-make-your-first-trade.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.
