# Super App Examples

## Flow Splitter 🪓

{% embed url="<https://github.com/superfluid-finance/super-examples/tree/main/projects/flow-splitter>" %}

The Flow Splitter is a Super App that reacts to an incoming money stream by splitting it into two outgoing money streams between two receiver accounts.

<figure><img src="/files/qCsYAx8C4NuaveYk4xbZ" alt="" width="563"><figcaption></figcaption></figure>

## Growing NFT 🌼

{% embed url="<https://github.com/superfluid-finance/super-examples/tree/main/projects/growing-nft>" %}

The Growing NFT example demonstrates the Flower NFT Contract, an ERC721 contract that is also a Super App. As the amount of Super Tokens you stream to it crosses certain thresholds, the NFT's metadata will progressively graduate.

<figure><img src="/files/hzM0F0tQ7NeRWEfEyyxV" alt="" width="508"><figcaption></figcaption></figure>

## Tradeable Cashflow 🚰

{% embed url="<https://github.com/superfluid-finance/super-examples/tree/main/projects/tradeable-cashflow>" %}

The Tradeable Cashflow provides the deployer with an NFT. Whoever is the owner of the NFT will receive a consolidated stream for all the streams the contract receives.

<figure><img src="/files/R7GNYWlntcBskvXFAzCw" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://superfluid.gitbook.io/superfluid/developers/super-apps/super-app-examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
