> For the complete documentation index, see [llms.txt](https://pari-media.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pari-media.gitbook.io/white-paper/10-pari-media-rules.md).

# 10 PARI media Rules

<figure><img src="/files/82o9JbZNJKoZ9jOCnFT0" alt=""><figcaption></figcaption></figure>

<mark style="background-color:yellow;">**Event Rules:**</mark>

* If an event created by an administrator did not take place or was canceled, the money is returned to the participants' balances.
* If a participant created an event and it did not pass moderation, the money is returned to the user's balance in full. The cost of creating an event is $100 (USDT).
* If a user-created event was canceled after its approval, the money paid for the creation of the event is not returned to the creator. However, all participants of the event receive a full refund.
* If the event was successfully completed, the event creator receives a 1% commission from the losing side.
* The Smart Contract takes a 9% commission from the losing side.
* The winning side receives the winnings according to their bet, which fairly distributes the winnings among all participants in accordance with their share in the event. The winnings are taken from the losing side, minus the company's commission and the event creator's commission.

<mark style="background-color:green;">**Event Moderation:**</mark>

* Event moderation is carried out by our administrators who review the submissions.
* Any event created and submitted for review by the moderators may be rejected. This depends on the theme of the event and whether it conflicts with the company's interests.
* The approval or rejection of an event review takes no more than 72 hours.

<mark style="background-color:red;">**Reasons for Account Suspension:**</mark>

* Insulting others in platform comments and promoting third-party services. If you receive more than 3 warnings, your account will be blocked. You will be allowed to withdraw funds from your balance, but the funds involved in events will remain with the company and will be distributed among the event participants.
* Adding offensive images or texts to your avatar or profile name that contradict morality and ethical considerations. Such violations include violence, any pornography, political statements, and aggression towards a nation or state. Warnings are also issued for such violations, and upon repeated offenses, you will be banned with the right to withdraw funds from your balance. Funds involved in events will remain with the company and will be distributed among the event participants.


---

# 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://pari-media.gitbook.io/white-paper/10-pari-media-rules.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.
