# Multi-asset Minting (Fantom Opera)

<figure><img src="/files/j8ZUqs6PNPKB1TXleCkN" alt=""><figcaption></figcaption></figure>

Users can now mint MSLP using tokens other than USDC. When using alternative tokens for MSLP minting, the input token will be swapped to MSLP using the KyberSwap router. Therefore. Vault v2 still only have USDC as stable coin.

Here is the list of tokens that MSLP can be minted from:

| FTM                                             | WFTM                                           |
| ----------------------------------------------- | ---------------------------------------------- |
| <p>ETH </p><p><em>Layer Zero Ethereum</em></p>  | <p>axlETH <br><em>Axelar Wrapped ETH</em></p>  |
| <p>BTC </p><p><em>Layer Zero Bitcoin</em></p>   | <p>axlBTC<br><em>Axelar Wrapped BTC</em></p>   |
| <p>USDC </p><p><em>Layer Zero USD Coin</em></p> | <p>axlUSDC<br><em>Axelar Wrapped USDC</em></p> |
| <p>USDT </p><p><em>Layer Zero Tether</em></p>   | <p>axlUSDT<br><em>Axelar Wrapped USDT</em></p> |

{% hint style="warning" %}
When redeeming MSLP, you can only receive USDC.
{% endhint %}

There are fees applied to each transaction of Mint or Redeem. This is the fees breakdown:

* Mint fee: 0.05%&#x20;
* Redeem fee: 0.15%&#x20;

#### StakeHelper\_MicroSwap contract:&#x20;

```
0x7C841C5E304aEd36339f54B54edC04f89Ef4ab0f
```

#### Vault contract:

```
0x6b181AAcbe3aBEa94e6C4261ca07B70eDE531a4B
```


---

# 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.mummy.finance/earn/mslp/multi-asset-minting-fantom-opera.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.
