> 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-fan.md).

# Stream Fan

## Step 1 - Sign up for your Stream account

Head directly to our official web application or go through a referral link to sign up for your stream account. You can use your email or any of the supported social accounts which will automatically generate a non-custodial wallet through [Dynamic's wallet technology](https://www.dynamic.xyz/).&#x20;

<figure><img src="/files/6wfXyQzbNqQPHkSNuw2T" alt=""><figcaption></figcaption></figure>

## Step 2 - Download the chrome extension

Have a quick read on our sign-up flow on how you can participate as a Stream Fan. Click on the "Download Chrome Extension" button whenever you are ready to be re-directed to the chrome extension web store.&#x20;

Once you have downloaded it, make sure to pin it on your extension bar for quick and easy access to the Stream extension. The extension is necessary for Stream to provide an overlay experience across multiple live-streaming platforms.&#x20;

## Step 3 - Logging in on Stream extension

Open up Stream extension by clicking on the Stream icon located at the top right of your chrome browser. If you have not pinned it, you might have to click on the extension icon to locate it.&#x20;

Log in with your previously created Stream account (all social logins tied to the same email will log you in with the same Stream ID)&#x20;

{% hint style="info" %}
When you are logging in or signing up with either of the options displayed, you are essentially creating an on-chain wallet powered by [Dynamic's technology](https://www.dynamic.xyz/).
{% endhint %}

<figure><img src="/files/7wB2ZfwuypmHcqx2ihh8" alt=""><figcaption></figcaption></figure>

## Step 4 - Participate in Streamdrops

Once you have the chrome extension installed and logged in, hop on to your favorite streaming platform supported by Stream and participate in streamdrops hosted by creators. Discover on-going streams and manage your account through our chrome extension.

#### If the creator is not registered on Stream, this is your chance to refer them

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

#### If the creator is on Stream, stay tune for potential streamdrops

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

#### When the streamdrop is live, you will see a full overlay banner on the spaces and be able to participate if you are logged in.&#x20;

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

{% hint style="info" %}
Find out more about how the [gameplay](/stream-product-documentation/product-guides/streamdrop-experience.md) works for our beta launch.
{% endhint %}


---

# 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-fan.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.
