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

# Account Setup

{% stepper %}
{% step %}

### From the **trade**<mark style="color:$primary;">**dot**</mark>**fun home page, select 'Trade Now':**

<figure><img src="/files/azUpDH7GW203EbfMdHyU" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Select 'Create one' at the bottom of the popup:**

<figure><img src="/files/ho0snBuOzEgHe7VjEuGs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter your information. Be sure your password meets the security requirements outlined.

<figure><img src="/files/OqEg5ppZiqGbUU3oDhYz" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Verify your Email with the 6 digit OTP from Turnkey:

<figure><img src="/files/KqaPJPy2dHniXMSZ6j3X" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save your wallet details:

<figure><img src="/files/7CGf1hZJzDAmRo0Yvp1J" alt="" width="375"><figcaption><p>Save Your Seed Phrase</p></figcaption></figure>

<figure><img src="/files/NwuRA5PYkO8rlMzKAL7m" alt="" width="375"><figcaption><p>Save Your Wallet Info</p></figcaption></figure>

* Please save your seed phrase somewhere safe! Do ***NOT*** share this with anyone. &#x20;
* You **CANNOT** find this seed phrase again so please **SAVE IT.**
* The **trade**<mark style="color:$primary;">**dot**</mark>**fun** team will **NEVER** ask you for your seed phrase or your private keys.
  {% endstep %}

{% step %}

### Claim your username:

<figure><img src="/files/UCP87ObZLH7nMAGcJRp8" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Fund Your Wallet:

From any page, Click '**Deposit':**

<figure><img src="/files/9s6Oitzq8haMVNk9X5uY" alt=""><figcaption><p>Deposit action</p></figcaption></figure>
{% endstep %}

{% step %}

### **Select between memecoins, leverage/spot, or prediction markets:**

For your **memecoin** trading account, deposit SOLANA (SOL) on the SOLANA network.

<figure><img src="/files/8idF5LLw2e5wzoFR4Pc8" alt="" width="563"><figcaption><p>Memecoin Deposit</p></figcaption></figure>

* For your **leverage/spot** trading account, you may deposit any of the following via the corresponding network:
  * USDC on ARBITRUM. Please note: to transfer USDC to HyperLiqiuid, you'll need ETH in your wallet to cover gas fees.

{% hint style="info" %}
**We recommend transferring at least $1 worth of ETH prior to depositing USDC.**
{% endhint %}

| Network  | Token                      |
| -------- | -------------------------- |
| Arbitrum | USDC                       |
| Solana   | <p>• SOL<br>• FARTCOIN</p> |
| Bitcoin  | BTC                        |
| Ethereum | ETH                        |

<figure><img src="/files/74irXMKhxGQ8j26Mywh6" alt="" width="563"><figcaption><p>Leverage/Spot Deposit</p></figcaption></figure>

* You can fund your **prediction market** account using any of the supported networks and tokens below.\
  Select your preferred network and token to generate a deposit address.

{% hint style="info" %}
**Please note: Minimum Deposit is $5 for all the following: except Mainnet Eth which is $20.**
{% endhint %}

**Supported Networks & Tokens**

| Chain                     | Token                               |
| ------------------------- | ----------------------------------- |
| Solana                    | <p>• SOL<br>• USDC<br>• USDT</p>    |
| Ethereum                  | <p>• ETH<br>• USDC<br>• USDT</p>    |
| Arbitrum                  | <p>• USDC<br>• USDT</p>             |
| Base                      | <p>• USDC<br>• USDT</p>             |
| Polygon                   | <p>• USDC<br>• USDC.e<br>• USDT</p> |
| BSC (Binance Smart Chain) | <p>• BNB<br>• USDC<br>• USDT</p>    |

<figure><img src="/files/40ZDFoFJ1HtXnh6c4BVN" alt="" width="563"><figcaption><p>Prediction Market Deposit</p></figcaption></figure>
{% endstep %}

{% step %}

### **Start trading!**

{% endstep %}
{% endstepper %}


---

# 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://help.trade.fun/getting-started/account-setup.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.
