> For the complete documentation index, see [llms.txt](https://docs.ethena.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethena.fi/backing-assets/non-crypto-basis-trade.md).

# Non-Crypto Basis Trade

The basis trade is the strategy at the core of USDe: hold a spot asset, open a corresponding short futures position, and earn the funding and basis spread between the two while remaining delta-neutral. The same mechanic does not need to be limited to crypto.

Ethena is extending the basis trade into non-crypto markets where a liquid spot or tokenised asset can be paired with a liquid, well-functioning perpetual or deliverable futures market. One such market is tokenised gold: the protocol would hold tokenised gold - such as PAXG and XAUT - as a spot backing asset and open corresponding short positions in gold perpetual futures, producing a delta-neutral position whose dollar value remains relatively stable while capturing the funding and basis spread of the gold derivatives market.

Non-crypto basis trades broaden the protocol's revenue base in two ways.&#x20;

First, the funding and basis available in markets such as gold has historically been positive and is driven by demand for leveraged exposure to the underlying commodity, which is structurally distinct from demand for leveraged crypto exposure.&#x20;

Second, the volatility profile of the underlying asset is generally lower than that of crypto, which can support more stable hedging. Because the drivers of funding in these markets show low correlation to crypto funding, adding them to the backing portfolio diversifies protocol revenue across market cycles.

When operating in tokenised commodity markets, the protocol distinguishes carefully between instrument types. A perpetual contract referencing the spot price of a commodity is treated differently from a cash-settled synthetic contract, and the hedge is constructed against the instrument whose price behaviour corresponds to the spot asset actually held as backing.&#x20;

Eligible non-crypto basis markets, instruments, and venues are approved subject to governance and Risk Committee review, applying the same standards of spot and derivatives liquidity used for crypto markets.

[Link to Tokenized Gold analysis](https://gov.ethenafoundation.com/t/proposal-expand-usde-backing-with-tokenized-gold-paxg-xaut/779)<br>


---

# 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://docs.ethena.fi/backing-assets/non-crypto-basis-trade.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.
