💲포지션과 마진

포지션과 마진

Market order 와 체결 된 Limit order 는 포지션으로 생성

  • Leverage: Position 가치 / 마진

  • Average Price:

    • Oyster AMM 은 포지션의 평균 가격을 추적하여 Position 을 닫을 때 실현 손익 (Realized P&L) 계산

    • Position 의 평균 가격은 Position 일부만 닫아도 동일하게 유지

  • 실현 손익 (Realized P&L):

    • (거래 가격 - 평균 가격) * Position 규모

  • 미실현 손익 (Unrealized P&L):

    • (시장 가격 - 평균 가격) * Position 규모

  • 미실현 총 손익 (Total Unrealized P&L):

Position 의 Mark price

Mark price 는 거래 쌍 내 모든 Position 에 대해 미실현 손익과 마진 요구치를 결정하는데 사용됩니다. 또한 Mark price 는 Position 을 여는데 필요한 초기 필요 마진, 즉 Position 위험 관리에 필요한 값을 결정하는데 사용됩니다.

Mark price 는 현물 지수 가격을 기반으로 하지만 기초 거래 쌍의 1일 이자 구성 요소도 반영합니다. SynFutures 는 모든 거래쌍에 대해 거래 처리 및 Mark price 책정을 독립적이고 분리되게 처리합니다. 따라서 Oyster AMM 의 가격 메커니즘은 모든 사용자들에게 플래시 대출 및 가격 조작과 같은 공격으로부터 보호합니다.

IMR & MMR

  • 초기 마진 요건 = Position 가치 * 초기 마진 비율. 새로운 Position을 개설하거나 현재 Position을 늘리는 데 필요한 마진을 결정하는 데 사용됩니다. 페어 사양 섹션을 참조하십시오.

  • 유지 마진 요구 사항 = Position 가치 * 유지 마진 비율. 현재 Position의 청산을 피하기 위해 필요한 마진을 결정하는 데 사용됩니다. 페어 사양 섹션을 참조하십시오.

Open Position 의 Margin Requirement

  • 거래 가격과 시장 가격 간 괴리가 있으므로 거래 체결 후 미실현 손익 발생 가능

  • 미실현 이익이 발생한 경우 Position 을 열기 위한 초기 증거금으로 사용 불가

  • 미실현 손실이 발생한 경우 Position 을 열기 위한 초기 증거금에 미실현 손실 만큼을 더해야 함

Position 크기 증대

새로운 Position을 개설하는 데 필요한 요건 외에, 기존 Position의 증거금이 최초 증거금 요건보다 낮아지면 기존 Position의 증거금을 최초 증거금 요건까지 보충하기 위해 추가 증거금이 필요합니다.

Close Position

As long as the resulting position satisfies its maintenance margin requirement, closing an existing position requires no other margin.

Leverage

Due to the margin requirement rules mentioned above for open positions, not all trades can open positions with maximum leverage allowed for the pair.

Margin Deposit and Withdraw

  • Position margin can be deposit at any time.

  • Unrealized profit cannot be withdrawn from the position margin but can be used to satisfy maintenance margin requirements.

  • Margin available for withdrawal = Max(0, total margin - unrealized profit - initial margin requirement)

  • Withdrawal of realized profit in a short period of time is throttled to a level set by the admins. Please refer to pair specification section. If a user's realized profit reaches the throttle and decides to withdraw in one go, a waiting time is imposed. The user could either contact admin or continue waiting. Once the waiting time is passed, the user's realized profit withdrawal counter is reset.

Open Interests

Total open interests are from two types of positions, the positions inside the Oyster AMM as liquidity inventory and the positions traders hold in their accounts.

Long open interests are from all traders long positions. Short open interests are from all traders short positions. They can differ as AMM liquidity is taking the other side of the net position.

Last updated