DeltaTrade
  • Introduction to DeltaTrade 🤖
    • Vision
    • Features
      • Trading Vault
        • Grid Trading
        • Swing Vault
        • DCA
        • Rebalancing Bot
      • MultiChain - Chain Abstraction(Coming Soon)
      • OrderBook(Coming Soon)
      • Full Platform Market Maker
      • AI Powered Strategy(Coming Soon)
    • Protocol fees
    • Fee referral rebate mechanism
    • Official Links
    • FAQ
  • Technical information
    • Security
      • Fund Security
      • Audit
      • Oracle
    • Implementation Concepts
    • Source of liquidity
  • Activities
    • DeltaDisk NFT
    • Testnet campaign
      • NFT Details
    • Gachapon
    • Delta Points
    • Ranking Competition
    • Burrow & Trade
    • Mining
  • User guide
    • Official DeltaBot Links
    • Introduction to Near Protocol
    • Introduction to DeltaBot Functional Modules
      • Home Page
      • Market
      • Vaults
      • DashBoard
      • LeaderBoard
    • How to Create a Trading Bot
    • Grid Trading Bot Creation Strategies
      • Wide Price Range
      • Narrow Price Range
      • Pure Buy Order Grid Strategy
      • Pure Sell Order Grid Strategy
      • Unbalanced Buy-Sell Order Grid Strategy
  • SDK
    • SmartContract
      • DCA
        • Token Storage Deposit
        • Deposit
        • Create DCA
        • Query DCA
      • Grid
      • Swing
    • JS
      • DCA
      • Grid
      • Swing
  • Business
    • Contact Us
Powered by GitBook
On this page
  • Fund Security
  • Recharge Safety
  • Contract Isolation
  • Shutdown Interface
  • Order Placement Security
  1. Technical information
  2. Security

Fund Security

Fund Security

Recharge Safety

When users create a Trading Vault on the DeltaTrade platform, they are required to deposit the necessary funds into a specific DeltaTrade contract.

It is important to note that after the official release, DeltaTrade will discard the Admin Key and close the upgrade gateway, meaning that no one will be able to redeploy or modify the contract's logic.

This measure ensures that the user's funds are secure and that DeltaTrade cannot access or control these funds beyond the predefined contract terms.

Contract Isolation

Each Trading Vault is associated with a distinct DeltaTrade contract, ensuring that funds are segregated and protected.

This isolation prevents any potential cross-contamination of assets between different Trading Vault, enhancing the security of user investments.

Shutdown Interface

DeltaTrade provides a shutdown mode for all Trading Vault.

In the event that DeltaTrade activates this shutdown mode, all user assets within the Trading Vault contracts are locked, and users can only withdraw their funds independently.

This feature serves as an emergency measure to protect user assets under unforeseen circumstances.

Order Placement Security

The ability of DeltaTrade to place orders, and the types of orders it can place, are strictly governed by the Trading Vault's strategy.

Each order placement is subject to strategy verification within the contract itself. This ensures that all orders are in line with the user-defined strategy and mitigates the risk of unauthorized or erroneous transactions.

PreviousSecurityNextAudit

Last updated 1 year ago