Security of (DA)
Last updated
Was this helpful?
Last updated
Was this helpful?
Direct addresses keys offer the same level of security as asset keys.
The DeGate protocol and degate.com do not and cannot access users’ wallet private keys.
Direct address keys are temporarily stored in the browser’s local SessionStorage and are automatically cleared when the browser tab is closed. SessionStorage does not support cross-domain or cross-session access, which makes it secure.
DeGate has implemented a front-end security isolation strategy by splitting the front-end into "wallet codes" and "trade codes". The wallet and trade codes are isolated: wallet code handles the signature mechanism within an iframe, while trade code executes in a sandboxed environment, ensuring the keys and signatures are secure and inaccessible from the trade side. In the future, the core front-end code will be deployed on decentralized platforms to make it immutable, further enhancing private key security. For more info on secret keys and signatures, do visit