A web3 solution that provides privatized guarantees for high security and data ownership on the chain. Through forced dynamic authorization, user assets are bound to themselves one-to-one instead of wallets, private dynamic authorization (Email + TOTP + WebAuthn) + multi-party signature guarantee + on-chain association verification
Highly secure privatized web3, web3 account <--- bind ---> the user himself
Private dynamic authorization is realized through various methods such as Email, WebAuthn and TOTP, and multi-party signature verification, Merkle tree association verification and replay attack verification are performed in the on-chain contract, and the data and operation rights on the web3 chain are forcibly bound. Determined to the user himself, it provides a high degree of security in the web2 environment for data on the web3 chain. The public and private keys of the wallet can only guarantee the security from A to B, but it does not include whether A and B themselves are legal. The key to data ownership should be yourself, and instead of the wallet
The selfWeb3 contract ensures that data ownership is bound to the user himself by performing on-chain verification for all sensitive operations, including tokens, NFTs, and user data on the chain. It completely controls the ownership of data on the chain from the source and must first complete the private process off-chain. Dynamic authorization, and multi-party signature guarantee and generation of Merkle tree proof are verified by the contract for legality
All source codes of selfWeb3 are all open source on Github, including contracts, front-end and related service components. At the same time, the web2 service only provides directional business value-added services based on user ciphertext. All core functions are dynamically calculated by the wasm part. Since the authorization operation is in the chain Completed below. If you are worried about the security of web2 service centralization, you can choose web3 mode or build and deploy it yourself, but it is only for your own use. Please do not use any unofficial public sites for interaction
Support private treasury, including native assets and selfWeb3 tokens, temporarily only support deposit and withdrawal of funds, more functions such as transfer and exchange will be opened in succession
Follow-up support for self NFT collections, coming soon......
Create a privatized web3 ecosystem for individuals, coming soon......