# VIP System

iOS Users can subscribe to STEPN’s VIP Program by paying for the monthly subscription fee via Apple's In-App Purchase function.&#x20;

Subscription will be charged to your iTunes account once you confirm, and at the start of each renewal term. Subscription will automatically renew unless cancelled via iTunes account settings at least 24 hours prior to the end of the current period. For more information, please see our [Terms of Use](https://agreement.stepn.com/) and [Privacy Policy](https://privacy.stepn.com/).&#x20;

The VIP Program gives you:&#x20;

1. A Special VIP Profile Tag
2. Gives a 2% chance to keep your Minting Scroll after Minting.&#x20;
3. Gives a 3% chance to keep your Gem after an unsuccessful Gem Upgrade attempt.&#x20;

**NOTE: There is currently no Android equivalent for the VIP feature.**


---

# 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://whitepaper.stepn.com/game-module/vip-system.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.
