# Other Use-Cases

There may be use cases that may not be evident on how Fluidity may be utilised in conjunction with, we can allow developers to define custom triggers and behaviours that would allow their systems to be compatible with Fluidity. ***Superfluid*** would be one such example:

{% hint style="info" %}
Currently, this is purely an example.
{% endhint %}

### Superfluid:

* Payment stream
* Custom API/Tools/Interfaces in tandem with Fluidity.

A superfluid can actually define the trigger event for payouts. For instance: superfluid focuses on streaming payments which makes it non-trivial to decide when to trigger a potential payout, we can allow the Super Fluid team to define this such asL

* The trigger of payout is when the funds are withdrawn. (ie. the stream is complete).
* We call the trigger mechanism for the payout when x % of the stream is done.

Even though the way they work is quite different from Fluidity, we can make them work together through these custom-defined triggers.

We can allow developers to define the trigger points and the rules to how fluidity would work with their use case, within the context of their system. Such as in games or other platforms like b2b applications or storage use cases.

They have the tools to create the payment mechanism whenever they want but we are not fundamentally changing the way our system behaves, hence putting them in control of when a payout occurs.


---

# 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://docs.fluidity.money/docs/use-cases/other-use-cases.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.
