DEFINITIVE.
  • What is Definitive
  • Getting Started
  • Platform
    • Advanced Trading
      • Market Order
      • Limit Order
      • TWAP Order
      • Stop Order
      • Degen Mode
      • Bridging
      • Post-Trade Report
      • Pre-Trade Compliance
    • EDGE Token
      • Claim
      • Staking
      • Airdrop
        • Airdrop Announcements
    • Other Products
      • cbBTC Hub
      • Advanced Yield (V1 Deprecated)
        • Hyperstaking
        • LPStaking
        • Dedicated Vaults
        • Yield API
      • EDGE.EXE Points Program (Concluded)
    • Metrics
  • USERS
  • FAQ
    • Advanced Trading
    • Yield (V1 Deprecated)
    • Fees
    • Referrals
  • Guides
    • Mobile PWA
    • TWAP
    • Manual Smart Contract Interaction
      • Etherscan Withdraw
    • How to Send Tokens Directly to Your Trading Vault
    • Centralized Exchange Onboarding
      • From Coinbase
    • Fireblocks Solana (Solana WalletConnect) Tutorial
    • Using Squads Wallet with Definitive
    • Using Safe Wallet with Definitive
  • Institutions & Funds
  • DEVELOPERS
    • Trading API
  • References
    • Audits
      • Zellic - Smart Contract Security Assessment #1
      • Zellic - Smart Contract Security Assessment #2
      • Zellic - Smart Contract Security Assessment #3
      • Zellic - Smart Contract Security Assessment #4
      • Ottersec - Smart Contract Security Assessment #5
    • Media
    • Logos & Media Kit
Powered by GitBook
On this page
  1. DEVELOPERS
  2. Technical Overview
  3. Contracts

Handlers

The HandlerStore manages the permissioned functions around registering and disabling handlers and keeps all the handlers in a storage mapping. Handlers are contracts can be attached to Protocol Adapters and perform actions such as swaps.

The concept of handlers and allowing them to be dynamically registered and unregistered opens the door for extensibility. We know for sure we will see many future variants of DEXs to trade on and need to support routing to them without having to redeploy the core strategy itself.

Last updated 1 month ago