# Welcome to Predy V6

<figure><img src="https://2254474065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fc0gVul8aBiXybg5yIkLr%2Fuploads%2F62xpcK97NI1IDpz5pTlr%2Ffuturistic%20DeFi%20landscape%20featuring%20a%20high-tech%20city%20with%20skyscrapers%20made%20of%20digital%20code.%20In%20the%20center%2C%20a%20glowing%20holographic%20platform%20with%20the%20P%20copy.png?alt=media&#x26;token=96e3eba4-87a4-4fa7-bfc5-1ee73c1a72fa" alt="" width="563"><figcaption></figcaption></figure>

### The Ultimate Goal of DeFi Derivative

Predy is a mechanism that allows efficient on-chain trading of delta and gamma. It enables perpetual futures and Squart (to be explained later) trading for all pairs that exist on Uniswap. There is no need to specifically provide liquidity for perps and options; having a Uniswap pool is sufficient.

Predy consists of a lending pool called PredyPool and market contracts such as PerpMarket and GammaMarket. By creating new market contracts, new exchanges can be defined. The lending pool, being a place where funds are concentrated, is a highly targeted spot, and it is impractical to redevelop the lending pool repeatedly. Therefore, the design allows for defining orders and products by adding new market contracts without making changes to the lending pool.

Squart (Square Root of Perpetual) is a perpetual future that tracks the square root of the price. Unlike standard options or perpetual options, Squart does not have a strike price. However, similar to options, it carries gamma exposure. This feature helps address the issue of liquidity fragmentation in gamma trading. Additionally, Squart is fully backed by the LP positions in Uniswap V3 Pools.

For Traders: [About Applications](https://docs.predy.finance/predy-v6/trader/apps)

For Developers: [Predy Protocol](https://docs.predy.finance/predy-v6/dev/predy-protocol)


---

# 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.predy.finance/predy-v6/welcome-to-predy-v6.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.
