diff --git a/docs/product/pyxis-mobile/index.md b/docs/product/pyxis-mobile/index.md index 1405804..6764914 100644 --- a/docs/product/pyxis-mobile/index.md +++ b/docs/product/pyxis-mobile/index.md @@ -3,9 +3,11 @@ sidebar_position: 1 --- # About Pyxis Mobile Wallet -The functionalities of an EOA (normal wallet such as Metamask, trust, leap) has its own limitation and drawback. These things can give a small restrict in promoting the wave of user transit from Web2.0 to Web3.0 -The claimed advantages of both custodial and non-custodial wallets center on the security of a wallet's private key. Do mainstream users possess the technical expertise required to secure their private key? +The onboarding process when using a normal wallet is inconvenient as users need to promptly save the private key or passphrase upon receiving it. The instruction to keep the private key/passphrase in a secure space and avoid leaks interrupts the onboarding process, making it challenging to complete within a minute. +Another drawback of a normal wallet is that in the event of a compromise, users are required to swiftly transfer all their assets, including tokens and NFTs, to another backup wallet. This scenario places the user in an emergency circumstance. -To minimize inconvenience for non-crypto natives, Pyxis introduces a new term called 'smart account,' enabling users to easily secure their accounts with a user-friendly recovery method (including the use of web2 applications). In addition to its primary function as an EOA, a Pyxis smart account offer additional features such as setting transaction limits and adding devices to control the account… +To minimize inconvenience for non-crypto natives, Pyxis introduces a new term called 'smart wallet'. With Pyxis, you will: -With Pyxis, you have exclusive and total control over your money because it's a non-custodial wallet. \ No newline at end of file +- Enjoy a seamless onboarding process – no need to save the private key or passphrase right away (we won't show you this key) +- Easy access to all Dapps on the Aura network. +- Even if you lose access to your smart account (e.g: lost device), there's no need to transfer all your assets elsewhere. The quickest solution is to utilize the Recovery feature to access your smart wallet on a new device, rendering the old device unable to access the current smart account. \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 1e4581a..f2ea049 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -150,19 +150,24 @@ const config = { items: [ { type: 'doc', + docId: 'product/aurascan/index', + label: 'Aurascan', + }, + { + type: 'doc', docId: 'product/pyxis-safe/index', label: 'Pyxis Safe', }, - { + { type: 'doc', - docId: 'product/aurascan/index', - label: 'Aurascan', + docId: 'product/pyxis-mobile/index', + label: 'Pyxis Smart Wallet', }, { type: 'doc', docId: 'product/horoscope/index', label: 'Horoscope', - }, + } ], }, ],