> For the complete documentation index, see [llms.txt](https://docs.havah.io/havah/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.havah.io/havah/havah-dapps/havah-start/to-redeem.md).

# To Redeem

### How to Redeem (Terminate Subscription)

* Users may view their subscription volume by connecting their wallet to HAVAH START.
* Users who already have a subscription can redeem it partially or entirely.
* Users can double-check their redemption information before completing the subscription redemption process.
* When you click the Confirm button, the subscription termination transaction is sent.

### Redemption Fee

* If returned within 7 days of the final subscription, users will receive the remaining price less a 10% penalty.
* Redeeming any part of your subscription volume will delete all accrued points.
* Points will reset upon redemption, even if partial, and earning will resume the next day based on the remaining subscription volume.
* The countdown for subscription time is dependent on the timestamp rather than block height.
  * *All HAVAH Start fees are distributed in accordance with the initial HAVAH design, with Sustainable Fund receiving 80% and ECO receiving 20% respectively.*

### End of Reward Campaign

* When the campaign concludes, the subscribed amount will not be automatically withdrawn and will remain in HAVAH START.
* If you wish to cancel your subscription, you will need to manually redeem the funds yourself.<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.havah.io/havah/havah-dapps/havah-start/to-redeem.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.
