# Introduction

Derion is a novel Decentralized Speculation Protocol that enables speculation on any value available via smart contract, including on-chain DEX prices or off-chain Oracle feeds.

### Decentralized Market

Anyone can initialize a speculation market for any value feed, allowing others to participate alongside or as counterparties, **with no privileged roles.**

<figure><img src="https://3880200605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpouuXNBk9RhrfwmGohvR%2Fuploads%2Fjewc1c1UOsEmXoi53fbt%2Fimage.png?alt=media&#x26;token=c2411e29-3e1f-4646-b76b-fafc22141694" alt=""><figcaption></figcaption></figure>

The market features three distinct participant roles:

* **Long or Short:** Participants with positive gamma exposure, who pay an interest rate.
* **Liquidity:** Providers with negative gamma exposure, who earn the funding rate.

The market is designed to function effectively even with minimal or no liquidity. In the absence of counter-party liquidity, your position will incur no delta exposure and pay no funding fee. When a counter-party is present but significantly smaller than your market side, a corresponding fee rate will apply to a **partial** delta exposure.

### Compounding Leverage

Unlike Perpetual and Futures markets, Derion's Long/Short speculation positions utilize compound leverage, which generates the positive gamma exposure characteristic of its power curve, ensuring that **positions cannot be liquidated**. This is a desirable trait for traders and speculators, as it means they benefit more from favorable volatility and are less penalized by unfavorable movements; consequently, they pay a funding fee for the delta and gamma exposure to the Liquidity side.

<figure><img src="https://3880200605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpouuXNBk9RhrfwmGohvR%2Fuploads%2FZq8Ror0niioTnncUPazl%2Fimage.png?alt=media&#x26;token=6c02c569-d127-4713-be74-69873eb10743" alt="" width="563"><figcaption></figcaption></figure>

Liquidity Providers (LPs) represent the passive side of the market. They assume the counter-party risks associated with value movements and, in return, earn the funding fee from both Long and Short.

### Full On-chain

Derion markets are fully automated on a smart contract, utilizing dual asymptotic power curves. This design eliminates any dependence on backend services for risk management or position liquidation. The entire speculation market can be deployed on any smart-contract platform, and works completely decentralized without any privileged roles or backend services.

<figure><img src="https://3880200605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpouuXNBk9RhrfwmGohvR%2Fuploads%2FTi2MR5PDHlzryjyPGYKX%2Fimage.png?alt=media&#x26;token=a1c6e881-7602-4e79-92cb-71d5def2dfd3" alt="" width="563"><figcaption></figcaption></figure>

Derion speculation pools are mathematically functional in any market condition, operating for unlimited periods of time with or without user interaction. No position is at risk of liquidation, nor can the market itself be bankrupted.


---

# 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.derion.io/readme.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.
