# Payouts

<details>

<summary>When can I take a payout?</summary>

<table><thead><tr><th width="205.09765625">Payout Criteria</th><th>Subscriptions Paying with USDC/T</th><th>Subscriptions Paying with MEME*</th></tr></thead><tbody><tr><td><strong>Min. Winning Days</strong> (each day must accrue 100 closed PnL)</td><td>5 Winning Days</td><td>3 Winning Days</td></tr><tr><td><strong>Min. Safety Net</strong> (Min. payout balance required after payout)</td><td>Equal to the Max Loss Limit of your plan + 200 USDC</td><td>Equal to the Max Loss Limit of your plan</td></tr><tr><td><strong>Minimum Payout</strong></td><td>100 USDC</td><td>100 USDC</td></tr></tbody></table>

**\*Starter Plans will follow Payout Criteria of Subscriptions Paying with USDC/T regardless of paying in MEME.**

</details>

<details>

<summary>How are payouts made?</summary>

Payouts will be made via Arbitrum USDC to the wallet you subscribed with. You may change it to another EVM wallet when there is no pending payout request.

</details>

<details>

<summary>How is payout balance calculated?</summary>

Your payout balance is based on your closed profits, while making sure it never exceeds what's actually withdrawable from in the case you have active positions.\
\
First, we take the smaller of your Total PnL (realized + unrealized) and your Realized PnL, then subtract a small safety net to protect your account from breaching MLL rule. This gives the Original Payout Balance.\
\
Finally, we compare it to your withdrawable balance (total wallet balance minus initial margins for open orders) — your adjusted payout balance will be the smaller of the two.\
\
In short, the formula is:\
Adjusted Payout Balance = min(min(Total PnL, Realized PnL) − safetyNet, Withdrawable)

</details>

<details>

<summary>What happens to payouts if I break one of the two rules?</summary>

Payouts will be suspended upon breaking the MLL or Unlisted Coin Rules. Any outstanding payouts may not be processed due to loss of profits in the account. If you believe there's a mistake, you can [contact us.](https://t.me/+Hn5NyH_ogRA4OTM1)

</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.acetrader.com/documentation/frequently-asked-questions/trade-fund/payouts.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.
