> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/ewx-ecosystem/the-marketplace-app/subscriptions/topping-up-subscription-amount.md).

# Topping-up subscription amount

### Prerequisites

* [x] Connected EWX account
* [x] Subscribed to a solution group
* [x] Maximum subscription limit have not reached

1. Find the `Top-up` button either in Dashboard or Manage subscription

<figure><img src="/files/j2H5HFHWPDxGso9oKEgK" alt=""><figcaption><p>Top-up from Dashboard</p></figcaption></figure>

<figure><img src="/files/BQLyMYxZP15EkFWndJgS" alt=""><figcaption><p>Top-up from Manage Subscription</p></figcaption></figure>

2. A pop-up will appear, enter your top-up amount in the text field

{% hint style="success" %}
You may also use the slider or pre-defined buttons that will calculate based on your account balance
{% endhint %}

<figure><img src="/files/uLbsZYrIbBPGV7BXP5Hy" alt="" width="375"><figcaption><p>Enter top-up amount</p></figcaption></figure>

3. Review your top-up amount before clicking on `Confirm`

<figure><img src="/files/3lIqIgYKlXiQm3D7SCUD" alt="" width="375"><figcaption><p>Confirm top-up amount</p></figcaption></figure>

4. Approve the transaction in your wallet

<figure><img src="/files/ptWeOPTANAY7eJIZtBQJ" alt="" width="375"><figcaption><p>Pending confirmation</p></figcaption></figure>

5. Wait for the transaction being executed

<figure><img src="/files/cZVnTxD3qS5l8m2grUfL" alt="" width="375"><figcaption><p>Executing transaction</p></figcaption></figure>

6. You will see a success message along with the transaction URL to Polkadot explorer

<figure><img src="/files/5HY2edAP6VuoqZ69qYd8" alt="" width="375"><figcaption><p>Transaction successful</p></figcaption></figure>

7. Your subscription amount will be displayed as `+ <value>` as an indicator that the top-up amount will be added to the total subscription in the next reward period

<figure><img src="/files/QLKZm9SqaK3YQ9I1HPys" alt="" width="375"><figcaption><p>Top-up amount indicator</p></figcaption></figure>


---

# 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.energyweb.org/ewx-ecosystem/the-marketplace-app/subscriptions/topping-up-subscription-amount.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.
