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

# Fund your account

Three ways to get money in: buy with a card, receive crypto you already own, or move USDC onto Hyperliquid for perps.

Open **Deposit** from the portfolio or the header balance.

## Buy with Apple Pay or card

Fastest if you are starting from nothing. Checkout runs through Coinbase and arrives as USDC on Solana in your Midas wallet. Minimum **$5**, maximum **$2,500** per purchase.

## Receive crypto

Send to your Solana or EVM address under **Deposit → Receive Crypto**. USDC is the smoothest thing to arrive with, since that is what trades and perp margin are denominated in — anything else you can swap once it lands.

The network warning worth reading twice is in [Connect your wallet](https://github.com/stsssol/stss/tree/main/docs/connect-wallet/README.md).

## Fund your perps balance

Perps settle on Hyperliquid, which holds its own cash balance. **Deposit → Deposit to Hyperliquid cash** moves USDC across.

You rarely need to do this by hand — opening a perp that needs more margin than your Hyperliquid balance holds moves the shortfall for you, and shows the amount before you confirm. It works in reverse too: a spot buy beyond your wallet USDC can draw on your Hyperliquid collateral.

{% hint style="warning" %}
**Wallet cash and Hyperliquid cash are different balances**

USDC on Hyperliquid backs perp positions; USDC in your wallet is what spot buys spend. Moving between them is a real transfer, not a display toggle.
{% endhint %}

## What you should see

Your total updates once the deposit confirms — seconds on Solana, longer on EVM chains. USDC shows per chain, so you can tell where your cash actually sits.

{% hint style="info" %}
**Deposit not showing?**

Check the transaction on the sending side — unconfirmed, or sent on the wrong network, is the usual cause.
{% endhint %}

Next: [make your first trade](https://github.com/stsssol/stss/tree/main/docs/spot-trading/README.md).


---

# 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.midasmarkets.xyz/getting-started/fund-account.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.
