# Subscriptions and Payments

To use products on Launchpad, users must have an active subscription. There are different [subscription options](#subscription-types) for each product and two main [payment methods](#payment-methods).

**IMPORTANT: Only Organization owners can subscribe and access payment information on Launchpad.**

Before any purchase is done on Launchpad - and regardless of your payment method -, you will need to enter your billing (address connected to your payment) and shipping addresses (address of your activities) in [your profile](https://launchpad.energyweb.org/app/settings). You can also review your cards information here if you have paid or are planning to pay in Fiat for some of your subscriptions.

You can review and update all your subscriptions under [Settings > Subscription](https://launchpad.energyweb.org/app/settings).

## Subscription types

Launchpad offers two general types of subscription across the platform:

1. [Plan-based subscriptions](#monthly-subscriptions)
2. [Per-item subscriptions](#per-item-subscriptions)

### **Plan-based subscriptions**

Plan-based subscriptions are available for the following products:

* SmartFlow
* Blockchain API
* Green Proofs

These subscriptions are a monthly payment giving access to the product. The payment is fixed and will  give access to specific numbers of deployments and features based on the chosen plan. The plans are product-specific.

When available, the EW Member plan is only accessible to Energy Web Member organizations. [Learn more about becoming a Member and Members benefits on Launchpad](/launchpad/subscriptions-and-payments/energy-web-members-benefits-on-launchpad.md).

### **Per-item subscriptions**

Per-item subscriptions are available for the following products:

* Validator nodes
* RPC nodes
* Collator nodes
* Worker nodes

For these subscriptions, the monthly payment is not based on a pre-selected plan but on the number of items purchased.&#x20;

*Note:* for validator nodes, the package contains 1 Volta node + 1 Validator node.&#x20;

## Payment Methods

Organization owners can choose between 2 payment methods:

* [Fiat](/launchpad/subscriptions-and-payments/fiat-payments.md)
* [Energy Web Tokens (EWT)](/launchpad/subscriptions-and-payments/ewt-payments.md)

These payments methods are available for all products and can be used simultaneously for different subscriptions. *For example, it's possible to have purchased 1 Worker node in Fiat, another in EWT and a Green Proof registries subscription in EWT.*&#x20;


---

# 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.energyweb.org/launchpad/subscriptions-and-payments.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.
