# CEX-DEX Delta-Neutral Trade

The following page contains video tutorial for CEX-DEX Delta-Neutral Trade: [CEX-DEX Delta Neutral Trade](/home/cex-dex-delta-neutral-trade.md)

In this example we:

1. **Supply** `100 USDC`-worth of **rsETH Pendle PT** as collateral.
2. **Borrow** `100 USDC` from an Arkis Liquidity Pool.
3. **Withdraw** that USDC to our linked Binance sub-account.
4. **Open** a short ETH-USDT perpetual to hedge the rsETH exposure → delta-neutral.
5. Observe how Arkis Margin Engine rewards neutrality, then test short-bias and long-bias variants to see Risk-Factor penalties.

Collateral stress tests for rsETH Pendle PT is 20% in this trade example.

***

### 1  Borrow USDC Against rsETH PT

1. **Use rsETH PT as collateral**
   * Amount: 100 USDC notional
2. **Borrow USDC**
   * Borrowed: 100 USDC

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

At position origination, our Stress-Tested Portfolio value is the following:&#x20;

* *PT rsETH-26JUN 2025*:
  * 0.0394 PT rsETH = 100$ \* (1 - 0.2) = 80 USDC
* *100 USDC* (borrowed assets) = 100 USDC
* **Total Stress-Tested Portfolio Value**: 80 USDC + 100 USDC = 180 USDC&#x20;
* **Risk Factor**: 180/100 = 1.8

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

***

### 2  Withdraw to Binance Sub-Account

*The Asset Manager asks to link their Binance DMA sub-account to the Margin Account and withdraw 100 USDC to the Binance sub-account.*&#x20;

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

The Risk Factor is unchanged because Margin Engine starts seeing withdrawn USDC on the Binance sub-account.&#x20;

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

***

### 3  Make the Position Delta-Neutral

1. On Binance, place a **short ETH-USDT perpetual** sized to match the rsETH PT’s ETH exposure.
2. Arkis Margin Engine starts seeing short perpetual position and Risk Factor improves as position is now delta-neutral.

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

However, now Margin Engine v2 of Arkis starts seeing a short position and understands that it is delta-neutral because. Now, instead of applying only a negative stress test of collateral (Margin Engine v1), Margin Engine applies both positive and negative stress tests to the whole portfolio. Let's see how it works:

<figure><img src="/files/5Ctb1ubJi8Zou0NKNMT5" alt=""><figcaption></figcaption></figure>

As you can see, that short perpetual position (ETH-PERP) has a negative impact on the Positive Scenario and a positive impact in the Negative Stress-Test Scenario. It makes the portfolio delta-neutral and balanced relative to borrowed USDC.

{% hint style="warning" %}
Without changing the total value of assets inside the Margin Account + Binance Sub-account, the Asset Manager can increase the Risk Factor by making the position delta-neutral.
{% endhint %}

***

### 4  Takeaways

* **Delta-Neutral Wins:** RF ≈ 2 when hedged; lower when biased.
* **Unified View:** Arkis sees rsETH PT on-chain **and** ETH-perp off-chain, so liquidation logic spans both venues.
* **Capital Efficiency:** Borrowed USDC doubles as margin on Binance—no external capital drag.
* **Penalty for Directional Risk:** Both long and short bias reduce RF, encouraging safer portfolios for lenders.


---

# 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.arkis.xyz/home/for-borrowers/examples-of-trades/cex-dex-delta-neutral-trade.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.
