Golden Finance Docs
  • 🐕Introduction
    • Protocol Roadmap
  • 🧠Fundamental Knowledge
    • Trading Engine
      • Providing Liquidity
      • Margin Trading
      • Spot Swaps
    • Protocol Fees
      • Margin Trading Fees
        • Position Fee
        • Borrowing Fee
        • Liquidation Fee
      • Swap Fee
      • GLP Minting & Burning Fees
  • Tokenomics
  • Technical Material
    • RPC URLs
    • Contract Addresses
    • Price Oracles
  • Miscellaneous
    • Links & Social Media
      • Trading App
      • Telegram
      • Discord
      • Twitter
    • Brand Assets
    • Terms & Conditions
    • FAQs
Powered by GitBook
On this page
  1. Fundamental Knowledge
  2. Protocol Fees
  3. Margin Trading Fees

Liquidation Fee

PreviousBorrowing FeeNextSwap Fee

Last updated 3 months ago

Liquidation Fee: 2 USDT

A liquidation process is triggered if the asset prices move adversely against the user. In this process, the liquidation contract will automatically close (liquidate) the user's position to prevent further losses.

Calculation of liquidation price is shown .

Handling of Fees and Remaining collateral:

  • If the user's current collateral, minus the closing fees and liquidation fees, results in a value less than zero, the user will not be returned any collateral.

  • Conversely, if the user's current collateral, after deducting closing fees and liquidation fees, remains greater than zero, the user will be returned the surplus collateral.

🧠
here