> For the complete documentation index, see [llms.txt](https://learn.jarvis.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.jarvis.network/protocol-overview/super-jfiats.md).

# Super jFIATs

### Revenues

The governance decides what portion of the revenue should be allocated to Super jFIATs. Periodically, the governance converts the protocol's revenue to jFIATs and deposits them into the Super jFIATs contract using the [Superfluid protocol](https://www.superfluid.finance).

Superfluid allows for streaming rewards block by block and adjusting the number of jFIATs streamed per block. This gives governance the flexibility to increase or decrease the stream to impact

### Minting

Super jFIATs are minted by depositing jFIATs in the contract, following the exchange rate calculated by the contract.

The exchange rate is non-linear and is calculated by taking the ratio between the jFIATs deposited by users and the total jFIATs in the contract (jFIATs deposited by the user + jFIATs streamed).

### Redemption

Super jFIATs can be redeemed for jFIATs following the exchange rate.

### ⚠️ Risks

Super jFIATs are constructed on the [**Super Fluid protocol**](https://superfluid.org), thus inheriting its risks, along with those associated with jFIATs outlined in [Risks](/risks-warning/risks.md).

### Addresses

#### Base

<table><thead><tr><th width="166">Name</th><th width="217">Contract</th><th data-type="files"></th></tr></thead><tbody><tr><td>Super jEUR</td><td><a href="https://basescan.org/address/0x89cc2a57223fa803852b6b4e65c6e376d49909f9">0x89cc...09f9</a></td><td><a href="/files/NoBq4kyDLDUxEPutztld">/files/NoBq4kyDLDUxEPutztld</a><a href="/files/aLT5JEMhx59uINC5Zx7b">/files/aLT5JEMhx59uINC5Zx7b</a></td></tr></tbody></table>


---

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

```
GET https://learn.jarvis.network/protocol-overview/super-jfiats.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.
