> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/miscellaneous/live-stream-pnl.md).

# Live Stream PNL

The Live-Stream PnL Tracker lets you showcase your performance to viewers effortlessly. Easily integrated with OBS, it can be reset anytime as needed. The tracker automatically detects your wallet balance, ensuring real-time updates.

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

***

## Installation Guide

#### Choose Your PNL  (SOL / BSC)

<details>

<summary>SOL</summary>

#### Single Wallet

[https://www.bloombot.app/streamer-pnl?chain=`sol`\&wallet=`YOUR_ADDRESS`\&ref\_code=`YOUR_REF_CODE`\&bg=`DESIRED_BACKGROUND`](https://www.bloombot.app/streamer-pnl?chain=sol\&wallet=YOUR_ADDRESS\&ref_code=YOUR_REF_CODE\&bg=DESIRED_BACKGROUND)

#### Multi-Wallet

[https://www.bloombot.app/streamer-pnl?chain=sol\&wallet1=`YOUR_ADDRESS`,wallet2=`YOUR_ADDRESS`,wallet3=`YOUR_ADDRESS`\&ref\_code=`YOUR_REF_CODE`\&bg=`DESIRED_BACKGROUND`](https://www.bloombot.app/streamer-pnl?chain=sol\&wallet1=YOUR_ADDRESS,wallet2=YOUR_ADDRESS,wallet3=YOUR_ADDRESS\&ref_code=YOUR_REF_CODE\&bg=DESIRED_BACKGROUND)

</details>

<details>

<summary>BSC</summary>

[https://www.bloombot.app/streamer-pnl?chain=`bsc`\&wallet=`YOUR_ADDRESS`\&ref\_code=`YOUR_REF_CODE`\&bg=`DESIRED_BACKGROUND`](http://ombot.app/streamer-pnl?chain=bsc\&wallet=YOUR_ADDRESS\&ref_code=YOUR_REF_CODE\&bg=DESIRED_BACKGROUND)

</details>

***

## Set up

1. Open your chosen link from the two options displayed above.
2. Replace the parameters:
   1. `YOUR_ADDRESS` – with your SOL or BSC wallet address.
   2. `YOUR_REF_CODE` – with your referral code (e.g. Bloom).
   3. `DESIRED_BACKGROUND` – with your chosen background design from the options below. If you don’t select a background, one will be chosen randomly.
3. Copy the full URL

## Add to OBS

1. Open OBS.
2. Go to `Sources`.
3. Click `+` → Select `Browser`.
4. Paste your full custom URL.
5. Set the recommended dimensions:
   1. Width – `384`
   2. Height – `147`

## Starting PNL edit

1. In OBS Sources list.
2. Right-click the browser source.
3. Select `Interact`.
4. Use `CTRL+B` (Windows) or `CMD+B` (Mac).
5. Adjust PNL settings as needed.

{% embed url="<https://youtu.be/MOtqlF3og1s>" %}

***

## Link Examples

SOL:

{% code overflow="wrap" fullWidth="false" %}

```
Single Wallet:
https://www.bloombot.app/streamer-pnl?chain=sol&wallet=EYJuKinifYB9fbBEkvJMJy62PgebdcDGc4Nznmhew1vS&ref_code=BLOOMSTREAMER&bg=4

Multi-Wallet:
https://www.bloombot.app/streamer-pnl?chain=sol&wallet1=EYJuKinifYB9fbBEkvJMJy62PgebdcDGc4Nznmhew1vS,wallet2=YTHo8494jJTUfbBEkvJMJy62Pghdk8dowwHK8&ref_code=BLOOMSTREAMER&bg=4
```

{% endcode %}

BSC:

{% code overflow="wrap" fullWidth="false" %}

```
https://www.bloombot.app/streamer-pnl?chain=bsc&wallet=0x3bFa3137f1D98AF162a3885C409A15AccF531E05&ref_code=TwitchBSC&bg=2
```

{% endcode %}

***

## Backgrounds

<details>

<summary><code>1</code></summary>

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

</details>

<details>

<summary><code>2</code></summary>

<figure><img src="/files/0VizoTu6HoaH5qCkVxyo" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary><code>3</code></summary>

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

</details>

<details>

<summary><code>4</code></summary>

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

</details>

<details>

<summary><code>5</code></summary>

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

</details>

<details>

<summary><code>6</code></summary>

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

</details>

<details>

<summary><code>7</code></summary>

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

</details>

<details>

<summary><code>8</code></summary>

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

</details>


---

# 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.bloombot.app/miscellaneous/live-stream-pnl.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.
