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

# Autosubscribe

Never miss a drawing. Auto-subscriptions automatically purchase tickets on your behalf for every drawing until you cancel.

***

## How It Works

1. **Deposit USDC** - Add funds upfront to cover multiple drawings
2. **Choose your ticket type** - Static (your numbers) or Dynamic (random)
3. **Set quantity** - How many tickets per drawing
4. **Confirm** - Your subscription starts with the next drawing

Once active, tickets are purchased automatically before each drawing closes. Keep playing until you cancel or your balance runs out.

***

## Two Ticket Types

### Static Tickets

Same numbers every drawing. Pick your 5 numbers + 1 bonusball once, and those exact numbers are used for every drawing. Perfect for lucky numbers you always want to play.

If your numbers go out of range due to dynamic bonusball adjustments, a random ticket is purchased for that drawing instead. This ensures you never miss a drawing.

### Dynamic Tickets

Fresh random numbers each drawing. New numbers are generated automatically before each drawing. Great if you prefer variety.

You can set up multiple subscriptions with a mix of both types. There is no limit to how many tickets you can subscribe to.

***

## Managing and Canceling

Cancel your subscription at any time:

* **Instant refund** - Your remaining balance returns to your wallet immediately
* **No penalties** - Cancel anytime without fees
* **Current drawing honored** - Tickets already purchased for the current drawing stay active

***

## Your Funds Are Secure

Your deposited funds are held in a smart contract on the blockchain:

* **No one takes custody** - Megapot cannot access or move your funds
* **Only you control withdrawals** - Your funds are always under your control
* **Transparent balance** - Verify your balance on-chain anytime

***

## Frequently Asked Questions

**What happens if my balance runs out?**

If your balance is insufficient, no tickets are purchased for that drawing. Add funds to resume.

**What if my static numbers go out of range?**

The bonusball range adjusts dynamically based on pool size. If your chosen numbers fall outside the current range, a random ticket is purchased for that drawing instead. You will not miss the drawing.

***

## Need Help?

Questions about auto-subscriptions? Reach out on our [Support Chat](https://megapot.io/support) for help.


---

# 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.megapot.io/learn/advanced/autosubscribe.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.
