# Wallet and Funds FAQ

<details>

<summary><strong>Why is my balance not showing?</strong></summary>

Check that you have deposited on the correct network. Allow time for onchain confirmations. If your position is still open, those funds will not appear as available balance until the position is closed or settled.

</details>

<details>

<summary><strong>Can I withdraw while I have open positions?</strong></summary>

You can withdraw funds that are not locked in open positions. Any collateral tied to active positions must remain until those positions are closed or settled.

</details>

<details>

<summary><strong>Why is my withdraw button disabled?</strong></summary>

Your available balance is either zero or your funds are locked in open positions.

</details>

<details>

<summary><strong>What networks are supported for deposits?</strong></summary>

Premarket supports Solana (for Prediction Markets and Yield Farm, USDC) and MegaETH (for Pre IPO, Pre TGE, Options, and RWA markets, USDM).

</details>


---

# Agent Instructions: 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:

```
GET https://docs.premarket.xyz/readme/quick-help/faq/wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
