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

# Funding Your Wallet

Before you can trade, you need to fund your Bullpen wallet.

{% embed url="<https://www.youtube.com/watch?t=9s&v=A5AQWOfMSiQ>" %}

## Collateral by Market

| Market            | Required Collateral                |
| ----------------- | ---------------------------------- |
| Polymarket        | USDC.e on Polygon                  |
| Hyperliquid Perps | USDC                               |
| Hyperliquid Spot  | USDC (or the token you're selling) |
| Solana Spot       | SOL + any SPL token                |

## Deposit Methods

| Method                     | Description                                           |
| -------------------------- | ----------------------------------------------------- |
| **Wallet**                 | Connect or paste from any external wallet             |
| **Transfer Crypto**        | Move funds from Coinbase, exchanges, or other wallets |
| **Card**                   | Purchase crypto with a credit or debit card           |
| **Apple Pay / Google Pay** | Quick mobile payments                                 |
| **Bank Transfer**          | ACH or wire for larger deposits                       |

All deposit methods are powered by fun.xyz.

## For Prediction Markets

To trade on Polymarket through Bullpen, you need USDC.e on Polygon:

1. Click **Deposit** in the app
2. Select **USDC on Polymarket**
3. Choose your deposit method
4. Funds arrive in your Polymarket balance

## For Perps Trading

You need USDC in your Hyperliquid perps account:

1. Deposit USDC to Hyperliquid
2. Transfer to your Perps account if needed
3. Ready to trade perps

## For Solana Spot

You need SOL for gas fees, unless you use gasless swaps for trades above \~$10. You also need the token you want to sell, or USDC/SOL if you are buying.

## Minimum Amounts

|               | Minimum                                  |
| ------------- | ---------------------------------------- |
| Solana gas    | \~0.001 SOL recommended                  |
| Gasless swaps | Available for trades \~$10 USD and above |
| Perps         | No strict minimum                        |

## Transferring Between Accounts

Use the **Transfer** button to move funds between Solana, Hyperliquid Perps, and Hyperliquid Spot.

Transfers within Hyperliquid are instant. Cross-chain transfers take 30 seconds to a few minutes.

See [Transfers](/features/transfers.md) for details.

## Withdrawing Funds

1. Go to your account/wallet section
2. Select "Withdraw"
3. Enter destination address
4. Confirm amount and network
5. Authorize the withdrawal

Withdrawals process immediately. Network confirmation times vary by chain.

## Troubleshooting

**Deposit not showing?** Verify the transaction confirmed on-chain. Cross-chain transfers may take a few minutes.

**Need gas for Solana?** Deposit a small amount of SOL, or use gasless swaps (minimum \~$10 trade).

**Perps account shows 0?** Transfer USDC from your spot or main balance into your perps account.


---

# 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.bullpen.fi/getting-started/funding-your-wallet.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.
