# Superfluid Finance

[Superfluid Finance](https://www.superfluid.finance/) enables tokens to be streamed in real-time, with token balances updating every second. Degen Dogs uses Superfluid to [stream](/degen-dogs/basics/streamonomics.md) tokens to Dog owners.

### Super Tokens

In order to stream an ERC20 token using Superfluid, it first needs to be *upgraded* to a Super Token. (A technical term for this process is *wrapping*). For Degen Dogs, the `WOOF` tokens are upgraded to `WOOFx`. Note: the `x` suffix is typically used to denote a Super Token) The `WOOFx` token can be found on Degen chain explorer [here](https://explorer.degen.tips/address/0x58E90e043Fe47d224CC475349992A90317ACBD69).  Dog owners will receive streams of `WOOFx` in the their wallets, with balances increasing every second.


---

# 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.degendogs.club/degen-dogs/basics/streamonomics/superfluid-finance.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.
