> For the complete documentation index, see [llms.txt](https://docs.siva.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siva.gg/introduction/free-vs-paid.md).

# Free vs Paid

{% hint style="info" %}
To activate a paid subscription, please access your user menu in our [backend](https://siva.gg/login-with) system, then click on "Manage Projects" to select the desired project, and finally choose the plan.
{% endhint %}

<table data-full-width="false"><thead><tr><th>Feature</th><th>Free</th><th>Paid</th><th>Whitelabel</th></tr></thead><tbody><tr><td>Engage2Earn</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Starter Pass Required</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Founder Pass Required</td><td>❌</td><td>❌ | ✅ (unlocks Silver)</td><td>✅</td></tr><tr><td>Reward Multiplier</td><td><code>1x</code></td><td>🥉 <strong>Bronze:</strong> <code>2x</code><br>🥈 S<strong>ilver:</strong> <code>3x</code><br>🥇 G<strong>old:</strong> <code>5x</code></td><td>Custom Rewards</td></tr><tr><td>Token Gate NFTs</td><td>❌</td><td>✅</td><td>✅</td></tr><tr><td>Token Gate Tokens</td><td>❌</td><td>✅</td><td>✅</td></tr><tr><td>Customize Rewards</td><td>❌</td><td>❌</td><td>✅</td></tr><tr><td>Customize Requirements</td><td>❌</td><td>❌</td><td>✅</td></tr><tr><td>Customize Withdrawals</td><td>❌</td><td>❌</td><td>✅</td></tr><tr><td>Custom Branding</td><td>❌</td><td>❌</td><td>✅</td></tr><tr><td>Custom Project Levels</td><td>❌</td><td>✅</td><td>✅</td></tr><tr><td>Custom Onchain Rewards</td><td>❌</td><td>❌</td><td>✅</td></tr><tr><td>Play P2E Games</td><td><code>1 per week</code></td><td>🥉 <strong>Bronze:</strong> <code>5 /week</code><br>🥈 <strong>Silver:</strong> <code>10 /week</code><br>🥇 <strong>Gold:</strong> <code>20 /week</code></td><td>unlimited ✅</td></tr><tr><td>Customize Tweet2Earn</td><td>❌</td><td>✅</td><td>✅</td></tr><tr><td>Happy Hour (100%)</td><td><code>30min per week</code></td><td>🥉 <strong>Bronze:</strong> <code>2h /week</code><br>🥈<strong>Silver:</strong> <code>5h /week</code><br>🥇 <strong>Gold:</strong> <code>7h /week</code></td><td>unlimited ✅</td></tr><tr><td>Rain  µSIVA to Channel </td><td><code>1k  per week</code></td><td>🥉 <strong>Bronze:</strong> <code>10k /week</code><br>🥈 <strong>Silver:</strong> <code>50k /week</code><br>🥇 <strong>Gold:</strong> <code>100k /week</code></td><td>unlimited ✅</td></tr><tr><td>Give-Reward µSIVA</td><td><code>1k per week</code></td><td>🥉 <strong>Bronze:</strong> <code>5k /week</code><br>🥈 <strong>Silver:</strong> <code>25k /week</code><br>🥇 <strong>Gold:</strong> <code>50k /week</code></td><td>unlimited ✅</td></tr><tr><td>Admin Commands</td><td>✅</td><td>✅</td><td>✅</td></tr></tbody></table>

{% hint style="info" %}
[Founder Pass](/introduction/starter-and-founder-pass.md) required to enable the Whitelabel solution - with no monthly fees involved!
{% endhint %}


---

# 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.siva.gg/introduction/free-vs-paid.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.
