# Multi Collateral

Multicollateral allows traders to deposit assets such as ETH and tBTC. Traders can leverage the USD value of these asset types without losing exposure, and settle trades in USDx.

**Collateral Types**

* **USDx**: USDx is the system’s native stablecoin, and all orders on Kwenta are settled in USDx, regardless of which collateral the trader uses. USDx is backed by Synthetix v3 collateral on Arbitrum, and USDe liquidity is used to provide additional liquidity and a reliable peg.

{% hint style="success" %}
USDx on Arbitrum contract address: 0xb2F30A7C980f052f02563fb518dcc39e6bf38175
{% endhint %}

> **To learn more about USDx**: [What is USDx?](/v3-perps/multi-collateral/what-is-usdx.md)

* **USDe:** Ethena's synthetic dollar, USDe, provides the crypto-native, scalable solution for money achieved by delta-hedging Ethereum and Bitcoin collateral. *USDe* is fully-backed and free to compose throughout CeFi & DeFi.

> **To learn more about USDe:** <https://ethena-labs.gitbook.io/ethena-labs>

* **tBTC:** tBTC is a wrapped version of Bitcoin tradable on EVM chains. While the purpose of tBTC on Ethereum is similar to other wrapped assets and stablecoins, Threshold decentralizes the management and custody of the underlying BTC. An oracle is used to track the value of your tBTC deposit when opening trades and calculating maintenance margin.

> **To learn more about tBTC:** <https://blog.threshold.network/bridging-the-gap-the-basics-of-tbtc/>

* **ETH/wETH:** wETH is the wrapped erc20 version of ETH, and all ETH margin deposits are wrapped to allow them to function as collateral. ETH is, of course, the native asset of the Ethereum network and is liquid and well supported across EVM chains. An oracle is used to track the value of your ETH deposits when opening trades and calculating maintenance margin.


---

# 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.v3.kwenta.io/v3-perps/multi-collateral.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.
