> For the complete documentation index, see [llms.txt](https://guide.transmute.industries/verifiable-data-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.transmute.industries/verifiable-data-platform/platform-guide/billing.md).

# Billing

## Platform Tiers

This section of our guide contains all of the information regarding billing and our subscriptions.

Currently, Transmute offers three subscription tiers:

1. **Personal** – Quick start to taking control of your data with Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs)
2. **Professional ($50/month)** – Enter the fast lane by adding additional members using DIDs and VCs to securely digitize your trade documents.
3. **Enterprise Plan (Custom Pricing)** – Go full throttle and scale to your specific business needs with custom added workflows, credentials and integrations to optimize your bottom line, please contact sales [here](https://transmute.typeform.com/to/lIIH9f37).

## Navigation

You can navigate to billing by clicking on the organization dropdown menu in the top right corner and selecting "Billing".

<figure><img src="/files/jCYLas11yCe9n71ENyLp" alt="Navigate to Billing on the Verifiable Data Platform"><figcaption><p>Navigate to Billing on the Transmute platform.</p></figcaption></figure>

This page will show you your current billing level. In the case of a new account, this will be PERSONAL, with no billing history.

<figure><img src="/files/2LUwuYrVessVLN7JkeiF" alt="Billing page on the Verifiable Data Platform"><figcaption><p>Billing page on the Transmute platform.</p></figcaption></figure>

## Upgrading to Professional

If you've used the platform to a point where you need to take advantage of more resources or functionality, you can upgrade to Professional to unlock more benefits.

### Select the plan

<figure><img src="/files/dAth8TW1F1gOeD3U7TwS" alt="Selecting the Professional Plan in the Verifiable Data Platform"><figcaption><p>Selecting the Professional Plan in the Transmute platform.</p></figcaption></figure>

This will take you to a page to fill in your billing information for a credit card and billing address.

<figure><img src="/files/GfUKjlE9JPWSzc5m9ehc" alt=""><figcaption><p>Upgrade to Professional in the Transmute platform.</p></figcaption></figure>

### Enter Credit Card Information

You will be given a 30 day trial for the Professional tier, after which your card will be billed at the price indicated per month. You can cancel before the end of the 30 days to continue using the Personal tier.&#x20;

<figure><img src="/files/se6cJWtVlRax6bNfBTsu" alt=""><figcaption><p>Credit Card information In the Transmute platform.</p></figcaption></figure>

### Enter Billing Address

Fill in your card information. And click on the button `Add Payment Method`.&#x20;

<figure><img src="/files/eSeEeNHDShBi8zAqzUtG" alt=""><figcaption><p>Address information on the Transmute platform.</p></figcaption></figure>

From there enter your billing address and click on `Upgrade Plan`.&#x20;

<figure><img src="/files/S2vm84jhxYPVver7Gh3b" alt=""><figcaption><p>Upgrade confirmation for the Transmute platform.</p></figcaption></figure>

Once you have upgraded your plan, you will be shown a confirmation page for the update.&#x20;

### Confirming Upgraded plan

Once you return to the billing page, you will see that Professional is now your selected plan.

<figure><img src="/files/wkrzg4mMfulAvxIXyyeb" alt="Successfully upgraded to Professional on the Verifiable Data Platform"><figcaption><p>Successfully upgraded to Professional on the Transmute platform.</p></figcaption></figure>

> **Note** that the free trial period of 30 days will only be implemented once per organization. If you cancel before the end of the trial period and then decide to upgrade later, you will be billed for the 30 days period when upgrading.&#x20;

### Downgrading

The Transmute platform allows for plans to be downgraded.

<figure><img src="/files/DfFt4megqz3N7OokDKiW" alt="Button to Downgrade from Pro to Free on the Verifiable Data Platform"><figcaption><p>Button to Downgrade from Pro to Free on the Transmute platform.</p></figcaption></figure>

&#x20;To downgrade your subscription, click on the "Downgrade" button from the Billing page.

<figure><img src="/files/Y0DwwapfnjMsO1EA22Cz" alt=""><figcaption><p>Subscription plan downgrade confirmation modal.</p></figcaption></figure>

A modal will appear to confirm the operation. Click on "No, Keep Subscription" to retain the subscription as-is. Click on "Okay, Downgrade Me" to confirm the downgrade.

Once downgraded, if any resource is over the tier limit, the entire application will be put into read-only mode where no new resources can be created until all of the resources are under their respective limits.

<figure><img src="/files/GJRkt5vzSs5vb4Vhelvh" alt=""><figcaption><p>Renew Subscription in the Transmute platform.</p></figcaption></figure>

Downgrading will cancel the subscription, which will stop recurring billing. The Pro tier will continue to be active until the end of the current billing period, after which the tier will be set to the free tier.&#x20;

Clicking on the "Renew Now" link in the page header will re-enable automatic billing for the subscript to allow for uninterrupted use of service.&#x20;


---

# 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://guide.transmute.industries/verifiable-data-platform/platform-guide/billing.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.
