Tokens mixer is done

A modified version of ergomix is ready to launch on miannet.
Thanks to the great contribution of @anon92048 and based on his code, we improved the code and will launch the improved mixer in a few days.
key features are:

  • Token-based fee support. No sponsored fee is needed.
  • Token-based fee model is completely transparent for the user and is handled automatically by smart contracts.
  • Adaptable token pricing scheme. token emission contract support selling different batches. price parameters are stored in its registers to be easily adaptable. Also, it supports entering fee which is a percentage of pool amount.
  • Multiple Pool (ring) support.
  • Auto splitting any amount of erg in pools.
  • Configurable parameters (DB parameters, job intervals, fee, and …).
  • Manual withdraw capability in all stages (deposit, half-box, full-box).
  • Better handling some rare but important cases. like transactions missing.
  • More statistics. like number of mixes in each pool in the last 24h.
  • Decrease double-spending probability with considering the mempool.
  • Better UI and UX using react.
  • Token mixing is under development

I will keep you posted in a few days on where to download the code and binaries.

6 Likes