> For the complete documentation index, see [llms.txt](https://kb.heathen.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.heathen.group/old-kb/guides/design/monetization/what-not-to-do.md).

# What not to do

<figure><img src="/files/ugu0oRR2GzVTcOJnXtdM" alt="Become a sponsor and Do More"><figcaption></figcaption></figure>

{% hint style="success" %}

#### Like what your seeing?

Consider supporting us as a [GitHub Sponsor](/old-kb/where-to-buy/become-a-sponsor.md) and get instant access to all our Unity assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](https://github.com/sponsors/heathen-engineering) ... become a sponsor today!
{% endhint %}

These are simply examples of real world games that are successful financially and that are absolutely doing it wrong. The issue isn't that they are not profitable ... all of these titles are highly profitable. The issue is that these titles are predatory and are attracting additional regulation to the industry via wanton harm to the public at large.

> You do not want to be part of "why" a thing is made illegal, you want to be one of those who knew it was wrong before a regulator told you so.

The titles listed here are listed in no particular order and are simply a sample of main stream "successful" titles that are predatory.

{% embed url="<https://diabloimmortal.blizzard.com/en-us/>" %}
Obscured pricing, no spend cap, [premium currency](/old-kb/guides/design/monetization/tools/premium-currency.md), [obfuscate loot boxes](/old-kb/guides/design/monetization/tools/surprise-mechanics.md), [FOMO systems](/old-kb/guides/design/monetization/tools/fear-of-missing-out-fomo.md)
{% endembed %}

{% embed url="<https://genshin.hoyoverse.com/en/>" %}
No spend cap, [premium currency](/old-kb/guides/design/monetization/tools/premium-currency.md), [loot boxes](/old-kb/guides/design/monetization/tools/surprise-mechanics.md#introduction)
{% endembed %}

{% embed url="<https://www.ea.com/games/apex-legends>" %}
No spend cap, [premium currency](/old-kb/guides/design/monetization/tools/premium-currency.md), [loot boxes](/old-kb/guides/design/monetization/tools/surprise-mechanics.md#introduction)
{% endembed %}

{% embed url="<https://www.rockstargames.com/gta-online>" %}
No spend cap, [premium currency](/old-kb/guides/design/monetization/tools/premium-currency.md), literal casino in game
{% endembed %}

{% embed url="<https://www.epicgames.com/fortnite/en-US/home>" %}
No spend cap, [premium currency](/old-kb/guides/design/monetization/tools/premium-currency.md), [FOMO systems](/old-kb/guides/design/monetization/tools/fear-of-missing-out-fomo.md)
{% endembed %}


---

# 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://kb.heathen.group/old-kb/guides/design/monetization/what-not-to-do.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.
