Crossfader is on-chain vault with conditional 2FA
We introduced On-chain Contidional MFA(Multi-factor authentication)
in Aptos hackathon. Crossfader was made as a proof of concept. For the new authentication scheme we suggested at the hackathon, please refer to this link. Native customzied multi-sig on Aptos
Crossfader is a slider used by a DJ to naturally flip or mix sounds between two sources. You can move the crossfader left and right. DJ can play one side of the music, or mix it properly.
The importance between security and convenience varies from person to person, from situation to situation. It is not divided into 0 or 1.
It should be adjusted like a crossfader.
How do you keep your on-chain assets? There might be two most secure ways. a multi-sig tool or a hard wallet. The most convenient method is probably a hot wallet. But, Using multi-sig, or dividing accounts are too incovenient. The most wallets rely on all assets for only one private key.
It requires additional authentication, only when conditions are satisfied.
When you use a small amount of money, only one signature is needed.
However, if the withdrawal limit you set is exceeded, Single-Sign On authentication is also required.
Small amounts can be used conveniently, and large amounts can be kept safe.
We minimized the privileges of other auth factors, except for the original private key. Only with SSO authentication, there is nothing to do.
When small amounts, it doesn’t do anything. When large, it can just approve.
It enhances security, without any new point of failure.
Of course, you can operate the assets in the vault.
The contract contains, the addresses of a particular Defi service and its functions. The user can choose from among them and use them. The number of activities will keep being added.
- Aptos-core contribution for suggesting
native customized multi sig
(Please visit the link if you are interested!)- Flagship service of the new standard
- more secure conditional 2FA account
- secured dynamic transactions
- Connecting Various Defi
- Notification for hacking detection.
- Support key rotation when hacking