> For the complete documentation index, see [llms.txt](https://deltafi.gitbook.io/deltafi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deltafi.gitbook.io/deltafi-docs/wemix3.0/products/dwemix.md).

# dWEMIX

#### Product Specifications

{% hint style="info" %}
Ticker: dWEMIX

Name: DELTAFi Delta WEMIX

Contract: 0x531e6Abe1ad0c8313ad7c8f7ad96b8e70c56164E

Index Price: Outstanding dWEMIX / WEMIX held by Vault&#x20;

Denominator: Wrapped WEMIX (0x7D72b22a74A216Af4a002a1095C8C707d6eC1C5f)

Audit: <https://skynet.certik.com/projects/deltafixyz>
{% endhint %}

#### Description

dWEMIX is the first dETP launched by the DeltaFi team on the WEMIX3.0 blockchain. dWEMIX Vault operates on a single strategy called Leverage Staking.

#### Strategy: Leverage Staking

The strategy uses WEMIX.Fi lending market and Liquid Staking to establish a leveraged position of stWEMIX. The process involves using initial capital of WEMIX to mint stWEMIX through Liquid Staking on WEMIX.Fi, depositing the stWEMIX into WEMIX.Fi’s lending market, and borrowing WEMIX against the stWEMIX deposit. The borrowed WEMIX is then staked through Liquid Staking to mint additional stWEMIX. This process is repeated to establish a target leverage.&#x20;

By maintaining a leveraged position of stWEMIX with borrowed WEMIX, the Vault effectively earns approximately 1.5 times more than the average WEMIX staker. The primary source of yield for the dWEMIX Vault is derived from Wonder Staking. The profitability of the Vault is contingent upon ensuring that borrowing costs (interests paid on borrowed WEMIX) remain lower than the yield earned from Wonder Staking, which may vary depending on market circumstances.

#### Value of dWEMIX

<pre><code><strong>dWEMIX = Principal + Staking Rewards + Spread + Swap Fees - Interest 
</strong>+ Principal: WEMIX and stWEMIX Vault owns without borrows
+ Staking Rewards: Staking rewards from stWEMIX holdings
+ Spread: Spread earned on liquidity provided to dWEMIX-WEMIX pool
+ Swap Fees: Fees earned on liquidity provided to dWEMIX-WEMIX
- Interest: Interest paid on borrowed WEMIX
</code></pre>

By breaking down the value of dWEMIX, we can come to an understanding that dWEMIX is fundamentally better alternative to just holding WEMIX for anyone taking a long bet as long as the borrowing costs are lower than staking rewards. By leveraging composability, we're able to construct a whole new product that allows users to hold on to WEMIX with better yield than native staking.


---

# 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, and the optional `goal` query parameter:

```
GET https://deltafi.gitbook.io/deltafi-docs/wemix3.0/products/dwemix.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
