> For the complete documentation index, see [llms.txt](https://hashhedge.gitbook.io/hashhedge-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hashhedge.gitbook.io/hashhedge-user-guide/account-and-payouts/faq.md).

# Frequently Asked Questions

Quick answers to the questions we hear most often.

***

<details>

<summary>What payment methods are available?</summary>

For Challenge payments we accept **USDT or USDC**, on these networks: ERC-20, TRC-20, BEP-20, Arbitrum, Optimism, and Solana. See [How to buy a Challenge](/hashhedge-user-guide/start-here/buy-challenge.md).

</details>

<details>

<summary>Can I take part in several Challenges at once?</summary>

Yes, up to the **Trader** stage. On **Trader** you can trade only one Challenge of each denomination (account size); a passed Challenge that has to wait gets the **Trader Transition** status. See [Rules, stages and loss limits](/hashhedge-user-guide/rules/challenge-rules.md) and [Your accounts and stages](/hashhedge-user-guide/account-and-payouts/accounts-stages.md). Denominations are counted per market: a $100,000 US Stocks Challenge and a $100,000 Crypto + TradFi Challenge are different denominations, so both can trade at the Trader stage.

</details>

<details>

<summary>What rules must I follow during a Challenge?</summary>

Stay within the daily and total loss limits and reach each stage's profit target. Arbitrage and manipulation are forbidden; any other strategy is allowed. See [Rules, stages and loss limits](/hashhedge-user-guide/rules/challenge-rules.md).

</details>

<details>

<summary>What happens if I exceed a loss limit?</summary>

If any loss limit is exceeded, the Challenge is permanently failed, unless you use Daily Loss Protection or a Daily Loss Reset, which cover the daily limit. See [Rules, stages and loss limits](/hashhedge-user-guide/rules/challenge-rules.md).

</details>

<details>

<summary>How is the daily loss limit calculated?</summary>

Daily loss = current Equity − Balance at the start of the day. **Balance** is your account after all closed positions and fees; **Equity** includes open positions too. The daily limit updates at **00:00–00:10 UTC+4** on a Crypto + TradFi account, and at **08:00–08:10 UTC+4** on a US Stocks one. See [How the daily loss limit is calculated](/hashhedge-user-guide/rules/daily-loss-calculation.md).

</details>

<details>

<summary>Do open positions affect the loss limits?</summary>

Yes. Open positions (unrealized profit and loss) are part of Equity, so they directly affect your limits. See [How the daily loss limit is calculated](/hashhedge-user-guide/rules/daily-loss-calculation.md).

</details>

<details>

<summary>What is the maximum leverage?</summary>

Leverage of up to **1:5** is available. See [Adjusting leverage](/hashhedge-user-guide/trading-terminal/leverage.md).

</details>

<details>

<summary>Is Stop Loss mandatory?</summary>

No. But you must stay within the loss limits. If a limit is hit, positions are force-closed and the Challenge ends, unless you use Daily Loss Protection or a Daily Loss Reset, which cover the daily limit. See [Rules, stages and loss limits](/hashhedge-user-guide/rules/challenge-rules.md).

</details>

<details>

<summary>Can I keep positions open for several days?</summary>

On a Crypto + TradFi account, yes: just watch the loss limits, because open positions count toward them. On a US Stocks account, no: every position is closed automatically at the end of the trading day. See [Trading US Stocks](/hashhedge-user-guide/trading-terminal/stocks-terminal.md).

</details>

<details>

<summary>Can I trade on weekends or during major news?</summary>

Yes. We don't restrict trading during news events or on weekends.

</details>

<details>

<summary>Is spot trading available?</summary>

Not for crypto. On a Crypto + TradFi account you trade futures; on a US Stocks account you trade US stocks with leverage. See [Trading US Stocks](/hashhedge-user-guide/trading-terminal/stocks-terminal.md).

</details>

<details>

<summary>Can I trade in different margin modes at the same time?</summary>

No. You can use either Cross or Isolated margin at a time. To switch, first close all positions and limit orders in the current mode. See [Margin mode: Isolated and Cross](/hashhedge-user-guide/trading-terminal/margin-mode.md).

</details>

<details>

<summary>I passed the Challenge. What's next?</summary>

You get a funded account where you trade the company's capital and keep 80% of the profit, or 90% if you added the +10% Profit Split option when buying that Challenge. The switch to the **Trader** stage is immediate. See [Becoming a Trader](/hashhedge-user-guide/rules/becoming-a-trader.md).

</details>

<details>

<summary>What is a trading day?</summary>

Any day on which you opened at least one position. Opening on one day and closing on another still counts as one trading day, and each stage of the Two-stage Challenge needs a **minimum of 5**, the One-stage Challenge **3**. See [Rules, stages and loss limits](/hashhedge-user-guide/rules/challenge-rules.md).

</details>

<details>

<summary>Are there withdrawal limits?</summary>

Yes: you can withdraw 80% of your profit (90% with Profit Split) every 14 days; the maximum is $10,000 per account per 14 days, and the minimum is $100. See [Profit share and payouts](/hashhedge-user-guide/account-and-payouts/profit-payouts.md).

</details>

***

## Related guides

* [What is a Challenge](/hashhedge-user-guide/start-here/challenge-what-is.md)
* [Rules, stages and loss limits](/hashhedge-user-guide/rules/challenge-rules.md)
* [Additional options at checkout](/hashhedge-user-guide/start-here/profit-split.md)
* [Daily loss calculation](/hashhedge-user-guide/rules/daily-loss-calculation.md)
* [Take profit and stop loss](/hashhedge-user-guide/trading-terminal/take-profit-stop-loss.md)
* [Risk management](/hashhedge-user-guide/rules/risk-management.md)
* [Becoming a Trader](/hashhedge-user-guide/rules/becoming-a-trader.md)
* [Profit share and payouts](/hashhedge-user-guide/account-and-payouts/profit-payouts.md)

Next: [Welcome to Hash Hedge](/hashhedge-user-guide/start-here/welcome.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://hashhedge.gitbook.io/hashhedge-user-guide/account-and-payouts/faq.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.
