# The Parifi Protocol

Parifi stands out from traditional futures contract systems primarily through its innovative features and operational model designed to enhance the trading experience and cater to the evolving demands of the perpetual market.

Acknowledging the commitment to transparency and community engagement, the codebase of the protocol has been made publicly available. Currently, (V1) is released, which embodies the initial vision and foundational features. This version is open-source and licensed under the [**Business Source License 1.1**](https://github.com/Parifi/parifi-contracts-internal/blob/dev/LICENSE.md), aligning with a dedication to innovation and collaborative development.

The complete source code for Parifi V1 can be accessed on the GitHub repository at [Parifi GitHub](https://github.com/Parifi/parifi-smart-contracts). Developers, enthusiasts, and the broader community are encouraged to explore, review, and contribute to the codebase, as there is a continuous strive for improvement and expansion of the protocol's capabilities.

<figure><img src="/files/npRi4AIKxjSqc9Wd74SA" alt=""><figcaption><p>Parifi's Architecture</p></figcaption></figure>

**Comparison with Traditional Futures:**

* **Adaptive Pricing vs Fixed Pricing:** Parifi's adaptive pricing mechanism contrasts with the fixed pricing model of traditional futures. While conventional systems typically set prices at contract initiation, Parifi's prices are dynamically adjusted based on liquidity curves, providing a more responsive and equitable trading environment.
* **Decentralization and Security:** Parifi's Account Abstraction layer, fortified with Safe Smart Wallet, Web3Auth, and Gelato, provides a level of security and decentralization not commonly found in traditional futures platforms, which are often centralized and thus more vulnerable to security breaches and systemic risks.
* **Auto-compounding Mechanism:** Unlike traditional futures systems, where profits are realized and need to be manually reinvested, Parifi's auto-compounding vaults streamline the process for liquidity providers, allowing their earnings to grow passively and continuously.
* **Hybrid Pools for Diverse Strategies:** Traditional futures markets may not offer the same level of strategy diversification as Parifi's hybrid pools, which allow for segregated yet cooperative asset market creations using stable and blue-chip vaults.
* **Revenue Sharing and Flexibility:** The simplified revenue-sharing program and the allowance for unlimited positions give users unparalleled flexibility to optimize their trading strategies, a feature not typically found in the rigid structures of traditional futures contracts and the perpetual landscape.
* **Continuous Trading Model:** Parifi provides a continuous, frictionless trading experience, deviating from the discrete trading intervals in traditional systems. This promotes a seamless flow of trading activity, enhancing efficiency and accessibility for traders.

In summary, Parifi differentiates itself by offering a decentralized, and highly flexible trading environment with features that automate and optimize the trading process, reflecting the real-time demands of modern traders and liquidity providers.


---

# 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.parifi.org/introduction/the-parifi-protocol.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.
