> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/faqs-and-information/no-coins-affiliate.md).

# Why didn't I receive coins after inviting to register?

{% hint style="info" %}
Legacy Panel guide
{% endhint %}

There are a few reasons why you may not get coins after inviting someone to register:

* **You didn't use the affiliate link to invite them:** A regular invite without the affiliate user in the request will not give you coins.

{% hint style="info" %}
You can copy the affiliate link directly from <https://bot-hosting.net/panel/affiliate>.
{% endhint %}

* **The user is already registered in the hosting:** You can check by typing the user ID of the user you invited in the search bar for the server. It should show the welcome channel message with the date when they joined.\
  **Please note:** the list may not have all the users and join messages.
* **The user account age is lower than expected:** some people may create alt accounts to invite themselves and get coins.
* **The user account is detected as fraudulent:** we cannot and will not release further information about how accounts are detected as fraudulent for obvious reasons.


---

# 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://bothosting-net.gitbook.io/bot-hosting.net/faqs-and-information/no-coins-affiliate.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.
