Perennial V1
HomeApp
  • Introduction to Perennial
  • Overview
  • Position Management (Takers)
    • Choose a Market
    • Opening Positions (Arbitrum)
    • Adjusting Positions (Arbitrum)
    • Closing Positions (Arbitrum)
    • Considerations
    • ETH Mainnet Walkthroughs
      • Opening and Adjusting Positions (Mainnet)
      • Closing Positions (Mainnet)
  • LPs (Makers)
    • Vaults
    • Using Vaults (depositing & withdrawing)
    • Advanced liquidity provisioning
    • Considerations
    • Risk Management
  • Mechanism
    • Market Structure
    • Payoff
    • Positions & Pricing
    • Settlement
    • Maintenance (& Leverage)
    • Funding Rate & Utilization Curve
    • Profit and Loss
    • Fees
    • Liquidations
    • DSU
  • Developers
    • Building on Perennial
    • Considerations
    • Contract Interfaces
    • Deployed Contracts
    • Using Testnet (v4.0)
  • Architecture
    • Contracts
    • Audits & Bug Bounty
Powered by GitBook
On this page
  • Choose a side
  • Define the position
  • Open the position
  • Congratulations! Your position has been created
  1. Position Management (Takers)
  2. ETH Mainnet Walkthroughs

Opening and Adjusting Positions (Mainnet)

PreviousETH Mainnet WalkthroughsNextClosing Positions (Mainnet)

Last updated 2 years ago

Choose a side

  • Maker - Maker positions are pooled and matched against taker positions pro-rata.

  • Taker - Taker positions give you exposure to the market's payoff.

Define the position

Enter in the details of the position you want to open. Each of the following fields is modifiable, you must input values for 2 and the last value will be automatically calculated

  • Collateral - the amount of USD to deposit into the Market

    • The notional (USD) value of your position will be displayed at the bottom of the form

  • Leverage - The ratio of notional value to collateral. For example, a $2,000 notional position with $1,000 collateral would have 2x leverage

    • Selecting the "Keep Leverage Fixed" toggle will keep the leverage value constant and modify the Exposure and Collateral values when changed

Open the position

A confirmation dialog will appear after clicking Adjust Position to guide you through the adjustment steps.

  1. (One Time) Approval - The protocol will request you to send an approval transaction to allow Perennial to operate on your collateral

  2. (Combined) Collateral Deposit and/or Open Position - Send a transaction to deposit your collateral into the market and/or to open your positions

Congratulations! Your position has been created

Exposure - the position size you want to open. This determines the amount of profit and loss you will accrue when the payoff function moves. Learn more in the

The position is now in a Pricing state. This is necessary to prevent frontrunning. The position will be fully opened and eligible for Profit and Loss after the next oracle update. For more information, see the .

Profit and Loss Section
Settlement section
Learn More
Learn More