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
  4. Hedge Mode

Hedging a Short-Term 2-3% Price Decline

Trader’s Initial Long Position Details

The trader already has an open long position worth $250 USDT, which was executed at the price of $7 per APT for 20X Leverage, resulting in an order with the position size of 35.71 APT tokens but speculates the possibility of a small price drop (~2-3%).

  • Opens a short position with an order value of $250 at $6.86 (2% lower).

  • Short Position Size:

S = 250 / 6.86 = 36.45 APT

  • Margin Used

250 / 20 = 12.5 APT

What Happens If Price Drops?

  • At 3% Drop ($6.79)

Long PnL = (6.79 − 7) × 35.71 = −7.5 USDT

Short PnL = (6.86 − 6.79) × 36.45 = 2.56 USDT

  • At 2% Drop ($6.86)

Long PnL = $-5 USDT

Short PnL = $0 USDT (neutral hedge).

Liquidation Risks

Long Position Liquidation Price = 7 × (1−120) = 6.65

This means the Long position liquidates if the price falls below $6.65.

Short Position Liquidation Price = 6.86 × (1 + 120) = 7.2

This means the short position liquidates if the price rises above $7.2

Decision Point

  • This hedge partially offsets losses if the price stabilises at $6.79 - $6.86.

  • The trader can close the short position for a small profit.

Key Takeaway

  • Hedging helps protect against a small downside move.

  • However, if the price rebounds too fast, the short position becomes a liability.

PreviousHedge ModeNextDual Positioning for Flexible Profit-Taking

Last updated 3 months ago