Closed letsgoustc closed 5 years ago
Internal transfers are actually kind of planned: https://github.com/Loopring/protocols/issues/148 And we have some (outdated) code: https://github.com/Loopring/lightcone2/pull/111
A nice thing is that we can add this easily after the initial release.
Anonymous transfers (==Privacy?) will need something like ZK ZK rollup which is more expensive and works significantly different to what we do now.
Implemented in #15
Some exchange supports a mode like internal transfer which is much cheaper than transfer on the real chain. And in the feature, maybe we can implement anonymous transfer.