> For the complete documentation index, see [llms.txt](https://praxxas.gitbook.io/killswitch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://praxxas.gitbook.io/killswitch/f.a.q/subscriptions.md).

# Subscriptions

## Is this a recurring charge?

No.  At this time, while recurring charges are built into the contract, they are not active for purchasing.  Anything bought at this time is strictly a one-time purchase (IE: A purchase of a 1 Month option grants 1 month duration to your subscription.)  When recurring charges are enabled, they will be identified separately from the currently offered "Purchase" button.

## What if my subscription expires?

What would be expected: functionality for KillSwitch monitoring and triggering is suspended.  It will still monitor and notify (without a trigger ability) on the first 3 notifications you've created and you can still initiate the trigger yourself.

## What are subscriptions paid in?

The specific option will identify the token utilized for payment.  We are striving to stick to stablecoins until we, potentially, have our own.  However, not being fans of having a token without any true underlying utility, we don't see a need for one now.

## How do I get a refund?

We're sorry to hear, but all purchases are final.

## Can I move my subscription to a different wallet?

We have the ability to deduct and add time to someone's subscription.  Contact us on our socials or discord.


---

# 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://praxxas.gitbook.io/killswitch/f.a.q/subscriptions.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.
