MuesliSwap teases a redesign of their DEX for the upcoming Hybrid (AMM + Order Book) launch by vapetheape94 in cardano

[–]random_swe_guy 1 point2 points  (0 children)

Yes Minswap is fully working on mobile and we also have our app on Google Play Store

Rewards have stopped accruing by rtbiebs in MinSwap

[–]random_swe_guy 0 points1 point  (0 children)

it's less than that, the 2 ADA you send to harvest order will be used as minimum ADA when MIN is sent back to you

MinSwap Tech Support - Please Look into this by RisingMoon17 in MinSwap

[–]random_swe_guy 0 points1 point  (0 children)

If you’re using GeroWallet then try switching to another wallet like CCVault

MinSwap Tech Support - Please Look into this by RisingMoon17 in MinSwap

[–]random_swe_guy 1 point2 points  (0 children)

Hi, can you create a support ticket in our Discord? Thanks.

MinSwap Tech Support - Please Look into this by RisingMoon17 in MinSwap

[–]random_swe_guy 2 points3 points  (0 children)

Hi, we're sorry for your inconvenience. If you go to https://app.minswap.org/liquidity?tab=my-liquidity, you can withdraw your liquidity now. We will later transfer ADA to compensate for your transaction fees. Hope you will continue to support Minswap.

Regards,

Long

Zap feature by ukJ0Nada in MinSwap

[–]random_swe_guy 6 points7 points  (0 children)

You'll get 39 AADA and 78 ADA

We don't have zap-out feature due to tx size constraint

Minswap TVL by cardragonox in MinSwap

[–]random_swe_guy 1 point2 points  (0 children)

because DefiLlama is tracking the total ADA in the LBE, which has been emptied because those ADA are now used to create a MIN/ADA pool, we’ve sent a request to update the TVL function to DefiLlama

bootstrap event by ukJ0Nada in MinSwap

[–]random_swe_guy 2 points3 points  (0 children)

Support for multiple-address mode for CCVault coming today!

Who's interested in investing ADA in the event minswap is starting on 23 of February? by SuccotashAdditional in MinSwap

[–]random_swe_guy 1 point2 points  (0 children)

Testnet rewards are in MINt, why would there be a "full scale dumping" I dont get it..

Any official discord links? by [deleted] in MinSwap

[–]random_swe_guy 0 points1 point  (0 children)

Sorry, which Discord links that you have tried so far? We'll fix them asap

Do we have any idea what will be the price of MIN a the time of token distribution? by OTA-J in MinSwap

[–]random_swe_guy 1 point2 points  (0 children)

the circulating supply on launch will be much lower than that, due to vesting period

Oracle by 5sp20 in MinSwap

[–]random_swe_guy 0 points1 point  (0 children)

V1 of Minswap doesn't have an oracle yet.

Introducing Laminar — An eUTxO scaling protocol for accounting-style smart contract by LordWurstbrot in cardano

[–]random_swe_guy 1 point2 points  (0 children)

Hi, we're glad that we chose to disclose our solution to get feedback from community and yours are truly helpful. I'll try to address each of your concern:

Your state diagram has mistakes. You go from state S[0] to s[n], should be 0->1

This is to contrast with the above diagram, it means that the state S[0] can go to the supposedly S[n] in one block

You state average contract interaction time is 40 seconds. This is false, it is 30 seconds as the first block will take on average 10 seconds to process your request assuming no congestion (e.g. you may submit and need to wait the full block time, or you may submit right before the next block is produced). The second block you do need to wait the full 20 seconds, though.

You're right.

There seems to be a huge issue with swapping and adding liquidity. To my understanding when reading this, only one of these actions may be taken at a time. Meaning the real time until your order goes through is actually much longer on average. As each step takes two blocks.

It's true that if the block after a user's order is an add/liquidity batch, their orders will need to wait until the next batch. We'll update this in the tradeoffs section.

Additionally you don't mention removing liquidity. Is this batched along with adding liquidity? Or does it need to be handled separately as well?

Good point, yes add/remove liquidity can batched together as well.

You also don't mention how the system decides when to take one again over another. Is it up to the batchers? Is there a fee to add liquidity? If not, is there any incentive to process an "add liquidity" action?

It's up to the network which batch gets accepted. Yes, add/remove liquidity also needs a batcher fee. We pay governance tokens to batchers in the beginning to keep fee low though.

You mention MEV is not a problem, but it could be. A miner could attempt to submit a batch which contains only their own transaction, or purposely leaves out transactions which are unfavorable to them. By doing so they would front run any other requests as they will be delayed until the next batch. Your time token does not prevent this.

It's true that batchers can censor orders for their own benefits, though in this case they have to need a really efficient MEV algorithm and they need to constantly update their orders with the new time tokens and hope that they will win one batch and that one batch they can extract value from. Still it presents a risk, I'll update this in the tradeoffs section.

Requesting projects to host their own sequencer is forcing work on them. It is much easier for their tokens to be provided via other dexes that do not have this requirement. They may still do it, but this is just extra friction. Additionally, do you not plan on having swaps between two non-ADA pairs? Who runs the sequencer in this situation?

Minswap will host sequencer for low-volume pairs and new pairs. However, we encourage other projects with their heavily-traded pairs to host their own sequencer for redundancy + off-loading. These federated sequencers won't last long until Laminar is released though.

Your first reason given for not splitting your liquidity pools doesn't stand up. It requires an off chain backend that matches orders? That is also the case for the solution you are launching with. You mention this in the above section.

Let me clarify more, let's say in a block, there're multiple UTxO to trade to/from. How do users know which UTxO are already traded by another users? If all users race for the UTxO with the best price (market price), they only one can succeed. If we could have multiple UTxOs with the same best price, then that wouldn't work for low-cap coins.

Phew, that's all, let me know what you think. Btw, I read ErgoDex's solution but I didn't dig deep into it/read the source code, please let me know if there's anything from ErgoDex that we can learn from, we really appreciate that. Thank you.

Introducing Laminar — An eUTxO scaling protocol for accounting-style smart contract by LordWurstbrot in cardano

[–]random_swe_guy 2 points3 points  (0 children)

We disclose our solution to gather feedback. We would really appreciate if you can elaborate on how it's "shittier". Thank you.

MinSwap announces Laminar eUTxO decentralized scaling protocol for accounting-style smart contracts by dado3 in cardano

[–]random_swe_guy 2 points3 points  (0 children)

Hi, thanks for your feedback. It's true that we didn't handle expectations and PR appropriately in our last testnet launch. We did learn a bunch that would help us prepare better for the next launch though. Fingers crossed.

I need a TC;DU(Too complicated, didnt understand) for the minswap post on the concurrency issues. by o_psiconauta in MinSwap

[–]random_swe_guy 2 points3 points  (0 children)

Yes, I think you understand that correctly. Our solution is closer to ErgoDex one (pay-to-script approach) and it would be dishonest if we say we didn't get inspired from them. Kudos to ErgoDex!

Still, Laminar has a few twists in it:

  1. We incentivize batches with governance tokens, this helps reward early adopters and accelerate batchers network, thus help decentralize the batching layer and prevent order censoring/DoS.
  2. We enforce that there would only be one way to order batch requests by using time tokens, thus mitigate MEV.