> For the complete documentation index, see [llms.txt](https://docs.vdex.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vdex.ai/trading/delta-neutral-perpetual-futures/arbitrageur.md).

# Arbitrageur

## How arbitrage protects LPs

<figure><img src="/files/lENbnK3hevnDiNw3n2Xs" alt=""><figcaption></figcaption></figure>

The primary objective of implementing LP-Delta-Neutral Perpetual Futures is to safeguard LPs from the volatility risks associated with their liquidity positions. By employing the skew-dependent premium/discount function, vDEX ensures that LPs can achieve and maintain a delta-neutral state, significantly reducing their exposure to price movements in the underlying assets.

**LPs are now protected by delta-neutral pricing instead of the funding rate mechanism.**

For example, consider a scenario where the LPs have a net long exposure due to trader short positions dominating open interest. If the underlying asset plunges, LPs will lose money. In response, the platform adjusts the perp price to reflect a discount on top of the index price; the perps price is lower than the index price now. This discount makes long positions more attractive to traders (arbitragers); therefore, LPs will have their delta position back to neutrality when those long positions are opened against existing short positions.

Arbitrageur hedges for LPs by capitalizing on price discrepancies between the perp price on vDEX and the spot/perp prices on other exchanges.

***

### **Numerical Example**

<table><thead><tr><th width="97">Time</th><th width="121">Action</th><th width="122">Platform</th><th width="175">BTC Price (USDC)</th></tr></thead><tbody><tr><td>T1</td><td>Open Short</td><td>vDEX</td><td>71,362.47</td></tr><tr><td></td><td>Open Long</td><td>External</td><td>71,000</td></tr><tr><td>T2</td><td>Close Short</td><td>vDEX</td><td>Converged Price</td></tr><tr><td></td><td>Close Long</td><td>External</td><td>Converged Price</td></tr></tbody></table>

1. **Identifying Price Discrepancies:** Arbitrageurs monitor the perp price on vDEX and compare it with the spot/perp prices from external sources. For simplicity, let's assume the latest perp price on vDEX for BTC is $71,362.47 (reflecting a 0.51% premium over the index price of $71,000 due to LP delta imbalance: trader long > short), while the spot/perp price on another exchange is still $71,000.
2. **Executing Delta-Neutral Arbitrage**: Upon identifying this price discrepancy, the arbitrageur takes action to profit from the difference while maintaining delta neutrality.

2.1 Opening a short position on vDEX ($71,362.47)

2.2 Simultaneous spot purchase/long position open on the external market ($71,000)

2.3 Closing Positions and Realizing Profi&#x74;**:** The arbitrage opportunity exists until the price discrepancy is arbitrated. When the prices converge, the arbitrageur closes both positions. The profit from this arbitrage trade is the difference between the short selling on vDEX and the buy spot/open long on the external spot market, minus trading costs.

Thus, DN-perp encourages arbitraging to maintain delta neutrality and boost market efficiency.


---

# 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:

```
GET https://docs.vdex.ai/trading/delta-neutral-perpetual-futures/arbitrageur.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.
