# How PUSD Maintains Stability

By integrating with decentralized perpetual contracts, Pure.cash achieves a unique mechanism: when users mint PUSD using ETH, the on-chain smart contract simultaneously opens an equivalent short position using the same ETH as collateral. This approach maintains PUSD's delta neutrality, shielding it from underlying asset volatility and ensuring perpetual stability.

The intrinsic value of PUSD can be described by the following formula (using ETH, for example):

> 1 PUSD = $1 of ETH + Short $1 of ETH/USD Inverse Perpetual Contract

For a deeper understanding of the principles behind the above formula for maintaining stability, refer to this article by Bitmex founder Arthur Hayes: <https://blog.bitmex.com/dust-on-crust/>


---

# 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.pure.cash/pure.cash/pure-usd/how-pusd-maintains-stability.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.
