> For the complete documentation index, see [llms.txt](https://docs.acetrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acetrader.com/documentation/frequently-asked-questions/subscription.md).

# Subscription

<details>

<summary>What is the difference between Evaluation Plans and Instant Fund Plans?</summary>

<table><thead><tr><th width="143.69140625">What?</th><th>Evaluation Plans</th><th>Instant Fund Plans</th></tr></thead><tbody><tr><td><strong>Fund Access?</strong></td><td>Requires passing evaluation</td><td>Direct Trade Fund access</td></tr><tr><td><strong>Cost?</strong></td><td>Lower upfront cost</td><td>Higher upfront cost</td></tr><tr><td><strong>Renewals?</strong></td><td>Recurring subscription</td><td>One-time payment; no recurring renewals</td></tr><tr><td><strong>Payouts?</strong></td><td>Only available after pass evaluation and get the Trade Fund; follows <a href="https://docs.acetrader.com/documentation/frequently-asked-questions/trade-fund/payouts">Payout Rules</a> for Trade Funds</td><td>Performance-based; follows <a href="https://docs.acetrader.com/documentation/frequently-asked-questions/trade-fund/payouts">Payout Rules</a> for Trade Funds</td></tr><tr><td><strong>MLL Breach?</strong></td><td>Evaluation phase:<br>• Can reset (credits or pay) to start a new run for the evaluation<br><br>Trade Fund phase:<br>• Lose access to Trade Fund; must purchase a new plan</td><td>Lose access to Trade Fund; must purchase a new plan</td></tr></tbody></table>

</details>

<details>

<summary>What tokens can I use to pay for my subscriptions?</summary>

We currently accept USDC and USDT on the Arbitrum chain, MEME on the Ethereum chain and HYPE on the HyperEVM chain. Other tokens and chains are not supported at this time.

</details>

<details>

<summary>How long does a subscription last?</summary>

**Evaluation Plans:** Each subscription lasts for 30 days and is set to auto-renew at the end of the cycle. Once you qualify for the Trade Fund, an active subscription is no longer required to access Paper Trading, as long as you remain qualified.

**Instant Fund Plans:** These plans are one-time purchases and there is no renewal.

</details>

<details>

<summary>What happens if my auto-renewal payment fails?</summary>

We will attempt to renew your subscription multiple times automatically. If all attempts are unsuccessful, your subscription will end, and you will lose access to AceTrader. All paper trading will reset.&#x20;

Note, this is only applicable to Evaluation Plans.

</details>

<details>

<summary>Can I cancel subscription anytime?</summary>

Yes for the paper trading. If you cancel, you'll still have access until the end of your current 30-day billing cycle.

Note, this is only applicable to Evaluation Plans.

</details>

<details>

<summary>Can I upgrade or downgrade my plan?</summary>

Currently AceTrader does not support switching of plans.

</details>

<details>

<summary>Can one wallet subscribe to multiple plans?</summary>

No. Each wallet can only hold one active subscription at a time.

</details>

<details>

<summary>What is the subscription contract address?</summary>

The Ace Trader contracts for subscriptions and payments are deployed at\
0x1a4f0771EC9F6652eBF575E351ED01e12911e80e: [Ethereum Mainnet](https://etherscan.io/address/0x1a4f0771EC9F6652eBF575E351ED01e12911e80e), [Arbitrum One](https://arbiscan.io/address/0x1a4f0771EC9F6652eBF575E351ED01e12911e80e)\
\
Store contracts are deployed at 0x177E1b8B424A3EE77DcF31c80e4966015BEC759e: [Ethereum Mainnet](https://etherscan.io/address/0x177E1b8B424A3EE77DcF31c80e4966015BEC759e), [Arbitrum One](https://arbiscan.io/address/0x177E1b8B424A3EE77DcF31c80e4966015BEC759e), [HyperEVM](https://hyperevmscan.io/address/0x177E1b8B424A3EE77DcF31c80e4966015BEC759e)

</details>


---

# 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.acetrader.com/documentation/frequently-asked-questions/subscription.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.
