> For the complete documentation index, see [llms.txt](https://docs.myshch.io/myshch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myshch.io/myshch/tutorials/for-event-organisers.md).

# For event organisers

Before you start preparing for your flight, you must decide on the type of spaceship: **a Classic** Space Rocket, **a Smart** Space Shuttle, or **an On-chain** Interstellar Ark.

### Spaceships features

{% tabs %}
{% tab title="Classic Space Rocket" %}
Main:

* listing on the showcase of ticket collections up to 100 pcs
* listing on the showcase of tickets with tokens or NFT as a reward
* adding purchased tickets to the whitelist manually
* only manual creation of SBTs certificates (optional)

Additional:

* access to your Telegram groups via NFT tickets for bot protection
  {% endtab %}

{% tab title="Smart Space Shuttle" %}
Main:

* you mint and list the tariff on the smart showcase once, and visitors mint the tickets themselves
* smart showcases do not support tickets with rewards inside them
* automatically add purchased tickets to the whitelist
* only manual creation of SBTs certificates (optional)

Additional:

* access to your Telegram groups via NFT tickets for bot protection
  {% endtab %}

{% tab title="On-chain Interstellar Ark" %}
Main:

* free for event organisers (payment only for mandatory network fees)
* full on-chain process: from ticket creation to rewarding reputable SBT certificates
* visitors can use tickets within a given time period
* integrated conversion of used tickets into SBT certificates

Additional:

* access to your Telegram groups via NFT tickets for bot protection
  {% endtab %}
  {% endtabs %}

The next step is to install special software on your onboard computer - **a cryptocurrency wallet** (e.g. [<mark style="color:blue;">Metamask</mark>](https://metamask.io/)).

{% hint style="info" %}
If you already know what a cryptocurrency wallet is and how to use it, then feel free to jump into the event creation process that interests you.
{% endhint %}

Install the wallet from official sources, follow the instructions inside it, and deposit some **gas** to the network you want to work on.

Networks in which MyShCh works:

* **Ethereum**
* **Arbitrum One**
* **Polygon**
* **Binance Smart Chain**
* **Blast**
* **Sepolia testnet**

You can learn more about Web 3.0 basics, security, etc. [on this page](https://app.gitbook.com/o/X5hn8L8u0uS7RBVBDrVC/s/eiHkXYGyhKbPfGHoLr2O/~/changes/20/tutorials/learn/web-3.0-basics).


---

# 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.myshch.io/myshch/tutorials/for-event-organisers.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.
