Kana Labs
  • Getting Started
    • Welcome to Kana Labs
  • CROSS CHAIN SWAPS
    • AMM DEX Aggregator
  • INTEGRATE KANA WIDGET
    • Kana Widget
      • Install Widget
      • Configure Widget
      • Configure Aptos Keyless
  • Web3 Aggregator SDK
    • Web3 Aggregator SDK
      • Installation
      • SameChain
      • Cross Chain Swap
      • Aggregator API's
  • SPOT TRADING PLATFORM
    • Kana Trade
      • API Docs
  • PERPETUAL FUTURES
    • Kana Perps
      • Getting Started
        • Mint Tokens on Testnet
        • Mainnet Tutorials
          • Getting Started
          • Connecting Wallet & Enabling “One Click Transaction”
          • Deposit & Withdraw Tokens
          • Placing a Market Trade Order
          • Placing a Limit Trade Order
          • Partially & Fully Closing a Live Trade Order
          • Adding Margin to an Open Position
          • Defining Take Profit & Stop Loss
      • Breaking Down Kana Perps
        • Assets Supported
        • Order Types
        • Orderbook
        • 1-Click Trading in Kana Perps
          • Delegation
        • Funding Rate
        • Leverage
        • Margin and Liquidation
        • Hedge Mode
          • Hedging a Short-Term 2-3% Price Decline
          • Dual Positioning for Flexible Profit-Taking
        • Trading Fees
      • Technical Architecture
      • API Docs
        • Installation Setup
        • Kana Perps Typescript REST API
        • Kana Perps Python Websocket API
        • Kana Perps Python REST API
        • Steps to place an order
        • Perps Contract Error Codes
        • Websocket Connection
        • Supported Markets
  • SPOT & PERP APIs
    • Trading APIs
      • Kana Trade API
      • Kana Perps API
        • Installation Setup
        • Example setup functions
        • Kana Perps Typescript REST API
        • Kana Perps Websocket API
        • Kana Perps Python Websocket API
        • Kana Perps Python REST API
        • Steps to place an order
  • PAYMASTER SERVICE
    • Kana Paymaster For Aptos and Supra
      • How it works?
      • How to Register?
      • Deposit Allowance
      • Manage Users
      • Paymaster SDK Tutorial (Typescript)
      • Paymaster API
      • Module & Function Whitelist
      • Subscription - Coming soon
      • FAQS
  • PERPETUAL OPTIONS
    • OPerps
  • Tokenomics & Governance
    • Kana Labs Tokenomics
  • REWARDS & REFERRAL PROGRAM
    • Rewards Program
      • Reward Program Season 1
      • Reward Program Season 2
      • How to Keep Track of Your Points?
      • Where to find the Missions Dashboard?
  • Referral Program
    • How to Generate Referral Link? (For the Referrer)
    • How to map your wallet to the invite IDs? (For the invited users)
Powered by GitBook
On this page
  1. PERPETUAL FUTURES
  2. Kana Perps
  3. Breaking Down Kana Perps

Order Types

Kana Perps currently offers two straightforward order types - Market Orders and Limit Orders. All orders executed on the Kana Perps platform are fully on-chain, ensuring transparency and security.

  • Market Orders - A market order refers to the purchase or sale of an asset immediately at the prevailing market price as depicted in the chart or the most recent transaction price in the order book. Although this order is executed without delay, traders may encounter slippage depending on the market's liquidity.

  • Limit Orders - A limit order is the purchase or sale of an asset at a predetermined price or a more favourable one. This mechanism guarantees precise control over pricing; however, the orders will not be executed if the market fails to reach the specified price point.

Take Profit (TP) and Stop Loss (SL) give users more flexible control over managing and executing their trades. For example, they can decide how long an order should be kept open once it is executed and when to book profits or cut losses based on the price movement of the selected asset.

Users can either define the TP/SL values when placing the trade order or after opening a new position. After opening a new position, a user can place the TP/SL for that position by going to the TP/SL column in the “Positions” tab and opening the TP/SL modal.

However, the current version of the Kana Perps platform does not allow users to modify the order size once a trade order is placed. Users can cancel the order before it is executed from the “Open Orders” tab, or the order will be executed and moved to the “Positions” tab.

Note—Work is in progress to enable modifying the order value of trades while they are still in the “Open Orders” tab, and it will be available shortly.

And while Limit orders are technically considered maker orders as they sit on the orderbook providing liquidity when TP/SL is triggered, and the open position is closed, those trades would still be considered take orders. There would be no platform fee charged for maker orders, meaning when a limit order gets executed, there would be no platform fee, users would just be charged gas fees. But when TP/SL is triggered, they would be considered taker orders - hence, both platform and gas fees would be charged.

PreviousAssets SupportedNextOrderbook

Last updated 3 months ago