> For the complete documentation index, see [llms.txt](https://docs.fringe.fi/fringe-finance-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fringe.fi/fringe-finance-docs/roadmap.md).

# Roadmap

Fringe Finance’s roadmap involves a [three-version release](/fringe-finance-docs/product-versions.md) as of June 2023. These versions’ key components are:

## Fringe Finance v1 (live):

[Lending](/fringe-finance-docs/plp/fringe-lending.md) and Borrowing, a non-custodial, permissionless DeFi lending facility, decentralized money market that enables users to lend and borrow various crypto assets. It provides more accessible lending and borrowing options for both well-known and lesser-known assets.

## Fringe Finance v2:

[v2](/fringe-finance-docs/product-versions/v2.md) will feature the addition of [two trading facilities](/fringe-finance-docs/plp/amplify-and-margin-trade.md), as well as the [multi-chain expansion](/fringe-finance-docs/platform-overview/multi-chain-support.md) of Fringe to four new chains. It also features [partial liquidations](https://fringefinance.medium.com/new-partial-liquidations-model-mechanism-benefits-d1309854e854?source=user_profile---------0----------------------------), atomic loan repayments, support for LP tokens as collateral, platform fees distribution, dynamic [interest rate model](https://fringefinance.medium.com/announcing-fringes-improved-interest-model-d3971e86ea3c?source=user_profile---------32----------------------------) targeting utilization rates for capital optimization, Multi-sig support for DAOs.

**The new added facilities are the following:**

[**Margin Trading**](/fringe-finance-docs/plp/amplify-and-margin-trade.md) **(**[**V2.2**](/fringe-finance-docs/product-versions/v2/v2.2.md)**)**, a facility that enables users to take leveraged positions on various asset pairs, offering more trading options and flexibility. Users can choose their base or "quote" asset, select the amount of margin they want to add to the trade and gain exposure according to the direction they believe the market will take.

[**Amplify**](/fringe-finance-docs/plp/amplify-and-margin-trade.md) **(**[**V2.2**](/fringe-finance-docs/product-versions/v2/v2.2.md)**)**, a trading facility that allows users to magnify their exposure to a specific asset by taking a leveraged long position. By using loan-to-value ratios, traders can multiply their exposure and amplify potential gains, while being aware of the associated risks.

## Fringe Finance V3 (2024):

[v3](/fringe-finance-docs/product-versions/fringe-v3.md) introduces a new facility, a novel [oracle model](/fringe-finance-docs/plp/fringe-price-oracle-model.md) designed to prevent manipulation attacks and safely list a large number of assets for decentralized lending, and pooled collateral.

[**USB Stablecoin facility**](/fringe-finance-docs/usb-platform/platform.md): A fully decentralized solution to mint stablecoins using a wide basket of altcoin collaterals in a lending-based system.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.fringe.fi/fringe-finance-docs/roadmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
