An introduction to the Suterusu protocol

Heisenberg Lin
Suterusu
Published in
3 min readOct 30, 2020

In the near future, Suterusu is about to launch an API that would allow a user to convert ETH and any ERC-20 token to its anonymized counterparts in the Suterusu protocol and then run the Suterusu transfer functionality to hide the transfer account identity and transferred amount. This API in combination with the Suter bridge will further allow the user to protect the payment anonymity and confidentiality on other blockchain networks. The following are the main functionalities and APIs the new Suterusu protocol will provide:

Fund contract allows the sender to create a Suter account and then create a transaction to run the Fund smart contract to convert ETH or ERC-20 token to its anonymized counterpart in the Suterusu protocol such as s-ETH or s-ERC-20 token, which would be homomorphically added to the newly created Suter account. The original ETH or ERC-20 token will be stored in the Fund contract. The user can access this contract by running CreateAddress and CreateFundTx algorithms on the client-side. The CreateFundTx algorithm takes the newly created Suter account pk and the amount of the native token amt as input. After invoking the Fund contract, amt amounts of native tokens are converted into the equivalent amount of their Suter-counterpart and transferred to the Suter account pk. Once the native token is converted to s-ETH and s-ERC-20 token, the users hold the ticket to enter the dark ballroom of the Suterusu ecosystem.

Transfer contract protects the payment privacy of the s-ETH or s-ERC-20 token by running the ZK-ConSNARK scheme as the sub-routine. It will guarantee the anonymity of the transaction sender and receiver by hiding their identities among other users of the system while protecting the transferred amount through encryption. This contract is the key technology to protect the payment privacy of any smart contract platform that integrates the Suterusu protocol. The sender can initiate this contract by running the CreateTransferTx algorithm on the client-side. This algorithm takes the secret key of the sender’s Suter account and the public keys of both the sender and anonymity set and transaction amount amt to generate the zero-knowledge proof, which would serve as the input to the Transfer contract. After running the Transfer contract, the sender’s balance will be reduced by amt while the receiver’s balance will be increased by amt.

Burn contract allows the users to convert their s-ETH or s-ERC-20 token into the native ETH or ERC-20 token at any time the users choose to. The API provided to the user to run this algorithm is CreateBurnTx algorithm, which takes the secret key of the respective Suter account as the input.

Since the native token such as ETH or ERC-20 token will be stored in the respective Fund contract address and the locked amount would be completely transparent, it potentially opens the door to more sophisticated DeFi functionalities such as liquidity mining. The new protocol will also charge the users a fixed amount of fee whenever they invoke the Fund contract, and the user fee will be stored in a public address and later distributed to the Suter holders as an incentive to hold the Suter token. We will also map all the aforementioned functionalities to all the other blockchains supporting smart contracts by building bridges that connect the Suterusu protocol with these blockchains.

Remember Suterusu’s vision is to anonymize all the cryptocurrency in the world, and it is becoming a reality as the day goes by.

--

--