> For the complete documentation index, see [llms.txt](https://docs.cruxfinance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cruxfinance.io/strategy/business-model/initial-platform-fees.md).

# Initial Platform Fees

* Basic entry level access: Free to all users, but with limited features.
* Premium level access: Comprehensive features.&#x20;
  1. Paid monthly, $15 stablecoin/$10.50 token.
  2. Paid upfront annually, $150 stablecoin/$105 token.
  3. Lifetime subscription available for $1,500 stablecoin/$1,050 token. Lifetime subscriptions will only be offered within the first year of the platform after Phase 1 launch.
* Enterprise level. B2B features. Paid monthly, $150 stablecoin/$105 token. Or paid annually $1,500/$1,050.

Our subscription fee schedule will scale with our user base. For example, after our first 100 subscribers, the fee schedule will increase by 10%. Following our first 500 subscribers, the fee schedule will increase an additional 10%.

To the benefit of early supporters, subscriptions will be priced at a conversion rate of $0.03 per Crux token (or market rate, whichever is higher) when purchasing annual or lifetime subscriptions during the early subscriber period.

Immediately preceding the official platform launch, subscriptions will be priced at a conversion rate of $0.02 per Crux token (or market rate, whichever is higher).

<br>


---

# 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.cruxfinance.io/strategy/business-model/initial-platform-fees.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.
