> For the complete documentation index, see [llms.txt](https://docs.streamhq.xyz/stream-product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.streamhq.xyz/stream-product-documentation/product-guides/getting-set-up/stream-creator/hosting-a-streamdrop.md).

# Hosting a Streamdrop

## Step 1 - Linking your X account

In order for Streamdrop to detect your ongoing live spaces, we will require creators to link their X account. This will allow us to retrieve information about your followers as well as your live space details.

<figure><img src="/files/qBrbiwRGqWWYbNLXIGTk" alt=""><figcaption></figcaption></figure>

## Step 2 - Starting an X space

Once your account has been successfully linked, start an X space as usual through the X mobile application. You may also schedule a live space if you wish to host your space some time later.

## Step 3 - Updating your Live status

Head back to the Creator Dashboard and manually refresh for latest status. Your X space status should be updated accordingly.&#x20;

<figure><img src="/files/lu0pTnBPIqkmkEevwxAD" alt=""><figcaption></figcaption></figure>

## Step 4 - Launching Streamdrop

If you are live on X spaces, you should see an option to launch streamdrop.&#x20;

<figure><img src="/files/mq7h2MvdpJdaaUvSPsWl" alt=""><figcaption></figcaption></figure>

After clicking on it, you should see the parameters for your streamdrop in the pop-up modal. At the moment, Stream only offers a single experience and will expand to offer more engaging experiences in the future. Whenever you are ready, smash to start the streamdrop experience for your fans.&#x20;

<figure><img src="/files/3hSY1a5OKk3QaGzmj9zS" alt=""><figcaption></figcaption></figure>

## Step 5 - Calculating Rewards

After the full minute, the reward distribution will be calculated for both the fans who have participated and for the Creator. You will learn more about the different types of points in the Stream Economy over the next few sections.

<figure><img src="/files/p7Rs1vMYCkCeT4igmNM2" alt=""><figcaption></figcaption></figure>

Find out more about the Experience [here](/stream-product-documentation/product-guides/streamdrop-experience.md) and what you and your fans should expect!


---

# 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.streamhq.xyz/stream-product-documentation/product-guides/getting-set-up/stream-creator/hosting-a-streamdrop.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.
