> For the complete documentation index, see [llms.txt](https://flip-7.gitbook.io/flipgo-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flip-7.gitbook.io/flipgo-docs/live-interactive-on-stream-trading.md).

# Live Interactive On-Stream Trading

#### 📈 Perps Positions (Core)

Viewers see the streamer’s active positions displayed beneath the stream: size, direction, entry, liquidation price, and PnL.

* Tipping is built-in. Users can tip to:
  * Support the trader’s margin buffer
  * Help defend against liquidation
  * Express alignment with the trader’s thesis

All tips are direct and visible, creating a feedback loop between audience conviction and trader strategy.

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

🧠 **Vaults (Core**)

Every user on Hyperliquid can deploy a vault permissionlessly, for a $100 fee. To deploy one please visit: <https://app.hyperliquid.xyz/vaults>

On FLIPGo, streamers’ vaults are displayed directly beneath the stream. These vaults are:

* **Fully transparent** — Live view of vault positions, TVL, and strategy metadata
* **Deposit-enabled** — Viewers can allocate capital into the vault directly from the FLIPGo UI

This turns the stream into a live vault interface. Viewers can watch trades in real time and deploy capital in parallel, gaining direct exposure to the vault’s performance.

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

#### 👁 Toggle between Core, EVM and Solana Assets

A UI toggle lets viewers inspect the streamer’s holdings across both **Hypercore** and **EVM** and **Solana**. All assets and live transaction data are displayed, including:

* **Fungible tokens**&#x20;
* **NFTs**&#x20;
* **Transaction History**&#x20;

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

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

This provides a full-spectrum view of the trader’s on-chain exposure, across perps, vaults, and wallet holdings.

🍐 **Trade on Pear Protocol and Earn Rewards (Coming Soon)**&#x20;

Using the Pear Protocol API, streamers can trade the Flippening and earn rewards for streaming it on FLIPgo.

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


---

# 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://flip-7.gitbook.io/flipgo-docs/live-interactive-on-stream-trading.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.
