HTA(Hybrid Trading Account)
Last updated
Last updated
Hybrid Trading Account is a smart contract used as an user account in DVX.
Transactions within DVX can proceed without additional signatures.
Users can conduct all transactions through a virtual account and have access to fee delegation services. The virtual account is created using the user’s EOA (Externally Owned Account, e.g., MetaMask) and is not stored on the exchange.
A Virtual Account is created using the user's password and the value signed.
The Virtual Account deploys the HTA and registers the Virtual Account to the HTA.
HTA generates a private key to sign transactions occurring within DVX only. This private key is stored in the browser's Local Storage, accessible only by the user. Since it's stored in Local Storage, deleting DVX site cookies or cache will require the HTA to be regenerated.