FAQ

Frequently asked questions

General

How does MuesliSwap DEX work? Is there a high level description?

We created an exhaustive blog post about the trading concepts of MuesliSwap on Medium. Technical details can be found in our white paper outlining the MuesliSwap Cardano DEX.

Is the smart contract secure? Is there a security audit?

Yes - our v2 Smart Contract has been audited by MLabs. The v1 code is publicly available and has seen many internal and independent community reviews. In general, the approach of using a decentralized order book is much less vulnerable to exploits. Funds are only temporarily locked until the corresponding order is filled, which reduces the locked amount (and risk) in comparison to liquidity pools.

Where can I find the Smart Contract I am interacting with?

We published all the code regarding our Smart Contract in our GitHub repository: https://github.com/MuesliSwapTeam/muesliswap-cardano-contracts. Feel free to build the contract and compute the address locally to be sure you are interacting with the right address. Our contract can be observed on cardanoscan and other blockchain explorers

How can I submit suggestions/changes for token listings? How can I get my token listed?

We are receiving many requests for listed tokens every day. Please submit your request in our GitHub repository for us to consider it: https://github.com/MuesliSwapTeam/muesliswap-cardano-listing

What are the official handles/ social media accounts of ADA MuesliSwap?

Below is a list of official representatives of MuesliSwap on different platforms:

Wallets

I bought tokens with my Nami Wallet, but I received collectibles?

Nami wallet has a display bug, where tokens could be displayed as collectibles. By hovering over the collectible, you will see the amount of token you received. You can double check on pool.pm or by using another wallet that you have indeed received the correct amount of tokens.

I am trying to place orders with my Hardware Wallet (i.e. Ledger) but the order fails!

Hardware wallets like ledger do currently not support interactions with Smart Contracts. Please consider creating a Software Wallet, to which you can send small amounts for trading.

Is there any mobile wallet support?

Our website is featured in the Eternl DApp Store on mobile devices and can be interacted with from Vespr Wallet and other wallets with in-wallet browsers.

Trading

Why doesn't my order get matched?

First of all, note that MuesliSwap is an order book-based exchange, meaning unlike liquidity pool based exchanges, orders are pending until an accordingly priced matching order is found. This means if you set the buy price too high compared to what sell prices are currently available on the market, your order will not find a match. A second point is that maybe the option to match partially was disabled in the options menu, then only equally sized orders will be matched, i.e. don't be surprised if there is an opposite order with matching price, as long as it is of different size, the match won't happen.

What happens to my ADA / tokens when I place a trade?

Being a decentralized exchange, MuesliSwap does not hold any assets. Instead, these are stored on the blockchain and protected by a validator script. The assets may only be unlocked if certain conditions are met. These are: a) the trade succeeds, and you get the ordered value, or b) the order is canceled by you.

I can not cancel my order! What is happening?

There can be several reasons an order can not be canceled. First, make sure to set a collateral in the Nami Wallet. This can be done under Nami Settings -> Collateral. Also, it may be necessary to try several times before the order works. Or, the order has been matched already, in which case you should see the received funds in your wallet. If you have already put a collateral and canceling did still not work, try removing it and setting it again. If it did not work after some attempts, please reach out to us.

What fees are being paid to use the service?

The main amount of funds sent to the contract is the amount of token you want to sell or the amount of ADA which you are willing to spend on tokens. This is accompanied by 1.5 ADA, which is the minimum amount of ADA in any transaction on the Cardano network. An additional 0.95 ADA are sent to reward matchmakers for matching your order and to cover Cardano network fees.

Can MuesliSwap access my wallet?

No. When you place an order, this is done entirely in your browser and has to be signed by your wallet. We do not receive any data. Note: never share your private keys with anyone!

Are there any risks involved in trading ADA/tokens?

As always, trading comes with certain risks. When you buy an asset, is value may increase or decrease over time, which may result in gains or losses. As a rule, never invest more than you are willing to lose.

Network Congestion

We receive many questions due to the congestion of the Cardano network. Here we answer a few:

I have successfully placed an order, but I have not received any tokens, nor does it appear under "My Orders". What should I do?

If your order was successful and did not result in any error message, you will soon be able to see it in your transaction history. However, it can take up to a couple of hours until you receive your funds or see your order under "My Orders". Please do not repeat the same transaction unless you would like to order/sell additional tokens.

Help, I can not cancel my order!

The congestion can delay submitting transactions, even when setting a collateral. It might be that a previous transaction that uses the Collateral UTxO is still pending. Please wait for a while and try again until the cancellation succeeds.

I keep getting a fullMempool error, what should I do?

This error is also due to congestion and is mainly reported when using Nami wallet. Please try using a different wallet. If that does not resolve the issue, please wait for a while and try again. As an advanced user, you can try setting a custom node for transaction submission.

Last updated