# moAssets - Mobius Synthetics assets

Mobius Synthetic assets also known as "**moAssets",** are synthetic assets created on Mobius Finance that track the price of the underlying asset through decentralized on-chain oracles (**powered by** [**Chainlink**](https://chain.link/)). All Mobius synthetic assets have the prefix "*mo*" followed by the underlying asset ticker/name, for instance, **moBTC**, is a synthetic asset that tracks the price of Bitcoin.\
\
By their design, moAssets can represent any asset that has a reliable on-chain price feed, allowing users to get exposure on both on-chain and off-chain assets without requiring holding the asset itself. moAssets can represent any kind of derivative including leverage derivatives, indexes, and even NFTs.&#x20;

Advantages:&#x20;

* Any moAsset can be traded with zero slippage on Mobius Finance.
* Infinite liquidity (this is only limited only by the amount of collateralized value on the platform).
* Assets will have short markets enabled in addition to the long positions, meaning that users may develop and adjust their hedging strategies.
* The tokens will be ERC20 standard, easy to integrate with other DeFi protocols including swaps, lending, and borrowing.
* Allows exposure to all sorts of assets to diversify your portfolio without the need to seak multiple markets or having multiple wallets to be compatible with different blockchain protocols.
* Decentralized: **All assets will be managed by the user from their own wallets, Mobius Finance does not have control of any user's funds since it is a non-custodial decentralized protocol.**

All moAssets can be acquired by using moUSD on the Mobius Finance trade page.

The list below contains the available moAssets on the [Polygon network dAPP](https://app.mobius.finance/):

<table data-header-hidden><thead><tr><th>moAsset</th><th>Contract Address</th><th width="150">Decimals</th><th>Status</th></tr></thead><tbody><tr><td>moAsset</td><td>Contract Address</td><td>Decimals</td><td>Status</td></tr><tr><td><strong>moUSD</strong></td><td><code>0x9fffb2f49adfc231b44ddcff3ffcf0e81b06430a</code></td><td><strong>18</strong></td><td>Live</td></tr><tr><td><strong>moBTC</strong></td><td><code>0x3856140db3ac38653b41deee164079cb13203120</code></td><td><strong>18</strong></td><td>Live</td></tr><tr><td><strong>moETH</strong></td><td><code>0xd0b568421e2d952751d326eab4496304a8dfb41b</code></td><td><strong>18</strong></td><td>Live</td></tr><tr><td><strong>moADA</strong></td><td><code>0x2a91c33362aad398186d08766d93d6aa277d21d5</code></td><td><strong>18</strong></td><td>Live</td></tr><tr><td><strong>moTSLA</strong></td><td>-</td><td>-</td><td>Coming soon</td></tr><tr><td><strong>moXAU</strong></td><td>-</td><td>-</td><td>Coming soon</td></tr><tr><td><strong>moBITO</strong></td><td><code>-</code></td><td>-</td><td>Coming soon</td></tr></tbody></table>

<br>


---

# 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.mobius.finance/getting-started/mobius-synthetics-assets.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.
