> 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/getting-started.md).

# What Do I Need To Trade

An email address or a Solana wallet — that's it. Funds come next.

### Sign in

Click **Get Started** in the top-right corner of [flash.trade](https://flash.trade).

{% columns %}
{% column %}
**No wallet? Start with any of these**

* **Email** — enter your address, confirm the code
* **Social** — Google, WhatsApp, X, or Discord
* **Passkey** — Face ID or fingerprint

A secure embedded wallet is created for you, powered by [Privy](https://privy.io) — no seed phrase to write down.
{% endcolumn %}

{% column %}
**Have a wallet? Connect it**

* [Solflare](https://solflare.com)
* [Backpack](https://backpack.app)
* [Phantom](https://phantom.com)

You can also connect a wallet later — your account isn't locked to one sign-in method.
{% endcolumn %}
{% endcolumns %}

<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%2FPA9PDDgFOlUantJ6CoFJ%2Fgs-login-choose-method.png?alt=media&#x26;token=11def513-457e-493c-9d40-757bbe2fa989" alt="" width="525"><figcaption></figcaption></figure></div>

### What you need before your first trade

| Need                                          | Why                                                                                                                                                 |
| --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Funds (SOL, USDC, and other supported tokens) | Your trading collateral — see [Fund Your Account](https://docs.flash.trade/flash-trade/getting-started/fund-your-account-and-make-your-first-trade) |
| A little SOL for network fees                 | Only if you connect your own wallet; Solana transactions cost fractions of a cent                                                                   |

That's the whole list. Next: [Fund Your Account and Make Your First Trade](https://docs.flash.trade/flash-trade/getting-started/fund-your-account-and-make-your-first-trade).


---

# 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/getting-started.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.
