# Jarvis Network - Synthereum

## Jarvis Network - Synthereum

- [Welcome in Synthereum](https://learn.jarvis.network/master.md): Stable and liquid stablecoins.
- [Mission](https://learn.jarvis.network/basics/mission.md)
- [Synthetic stablecoins](https://learn.jarvis.network/basics/jfiat.md)
- [Primary and secondary markets](https://learn.jarvis.network/basics/primary-and-secondary-markets.md)
- [jFIATs](https://learn.jarvis.network/protocol-overview/jfiat.md)
- [On Arbitrum](https://learn.jarvis.network/protocol-overview/jfiat/on-arbitrum.md)
- [On Avalanche](https://learn.jarvis.network/protocol-overview/jfiat/on-avalanche.md)
- [On Base](https://learn.jarvis.network/protocol-overview/jfiat/on-base.md)
- [On BNB Chain](https://learn.jarvis.network/protocol-overview/jfiat/on-bnb-chain.md)
- [On Gnosis Chain](https://learn.jarvis.network/protocol-overview/jfiat/on-gnosis-chain.md)
- [On Optimism](https://learn.jarvis.network/protocol-overview/jfiat/on-optimism.md)
- [On Sonic](https://learn.jarvis.network/protocol-overview/jfiat/on-sonic.md)
- [On Polygon](https://learn.jarvis.network/protocol-overview/jfiat/on-polygon.md)
- [Super jFIATs](https://learn.jarvis.network/protocol-overview/super-jfiats.md): Super jFIATs (sjFIAT) are yield-bearing jFIATs using the ERC4626 standard. They accrue yield by simply holding them following an exchange rate.
- [Liquidity Pools](https://learn.jarvis.network/protocol-overview/minting.md): The Liquidity Pools are smart contracts allowing anyone to buy and sell jFIATs without price impact.
- [Arbitrum](https://learn.jarvis.network/protocol-overview/minting/arbitrum.md)
- [Avalanche](https://learn.jarvis.network/protocol-overview/minting/avalanche.md)
- [Base](https://learn.jarvis.network/protocol-overview/minting/base.md)
- [BNB Chain](https://learn.jarvis.network/protocol-overview/minting/bnb-chain.md)
- [Gnosis Chain](https://learn.jarvis.network/protocol-overview/minting/gnosis-chain.md)
- [Optimism](https://learn.jarvis.network/protocol-overview/minting/optimism.md)
- [Sonic](https://learn.jarvis.network/protocol-overview/minting/sonic.md)
- [Polygon](https://learn.jarvis.network/protocol-overview/minting/polygon.md)
- [Credit Lines \[deprecated\]](https://learn.jarvis.network/protocol-overview/credit-lines-deprecated.md): The Credit Lines are smart contracts allowing anyone to borrow jFIATs against yield-bearing collateral.
- [Base](https://learn.jarvis.network/protocol-overview/credit-lines-deprecated/base.md)
- [Arbitrum](https://learn.jarvis.network/protocol-overview/credit-lines-deprecated/arbitrum.md)
- [Avalanche](https://learn.jarvis.network/protocol-overview/credit-lines-deprecated/avalanche.md)
- [BNB Chain](https://learn.jarvis.network/protocol-overview/credit-lines-deprecated/bnb-chain.md)
- [Optimism](https://learn.jarvis.network/protocol-overview/credit-lines-deprecated/optimism.md)
- [Polygon](https://learn.jarvis.network/protocol-overview/credit-lines-deprecated/polygon.md)
- [Borrowing on Morpho](https://learn.jarvis.network/protocol-overview/borrowing-on-morpho.md)
- [Lending on Morpho](https://learn.jarvis.network/protocol-overview/lending-on-morpho.md)
- [Wrappers](https://learn.jarvis.network/protocol-overview/wrappers.md): The Wrappers are smart contract to convert one stablecoin into its jFIAT’s equivalence.
- [Base](https://learn.jarvis.network/protocol-overview/wrappers/base.md)
- [Polygon](https://learn.jarvis.network/protocol-overview/wrappers/polygon.md)
- [Money Printer](https://learn.jarvis.network/protocol-overview/money-printer.md): The Money Printer is a collection of modules to print uncollateralized jFIATs.
- [BNB Chain](https://learn.jarvis.network/protocol-overview/money-printer/bnb-chain.md)
- [Polygon](https://learn.jarvis.network/protocol-overview/money-printer/polygon.md)
- [Liquidity Router](https://learn.jarvis.network/protocol-overview/oclr.md): The Liquidity Router combines multiple transactions into one to perform more complex actions.
- [Bridge](https://learn.jarvis.network/protocol-overview/bridge.md): The Bridge is a smart contract to transfer jFIATs from one chain to another one, using Chainlink's Cross-Chain Interoperability Protocol (CCIP).
- [Stability mechanism](https://learn.jarvis.network/protocol-overview/peg.md)
- [JARVIS token](https://learn.jarvis.network/protocol-overview/token.md)
- [Token information](https://learn.jarvis.network/protocol-overview/token/token-information.md)
- [Treasury](https://learn.jarvis.network/protocol-overview/treasury.md)
- [Farming FRT](https://learn.jarvis.network/farming-frt.md)
- [FRT01](https://learn.jarvis.network/farming-frt/frt01.md)
- [Audits](https://learn.jarvis.network/risks-warning/audits.md)
- [Risks](https://learn.jarvis.network/risks-warning/risks.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://learn.jarvis.network/master.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.
