#Opening a Position
This guide explains how to open long and short positions on Exolane.
#Before You Start
Make sure you have:
- ✅ Connected your wallet
- ✅ Deposited USDC to your collateral account
- ✅ Enabled 1-Click Trading (recommended)
#Opening a Long Position
A long position profits when the price goes up.
#Steps:
- Select Market — Choose the asset you want to trade (e.g., BTC/USD)
- Click Long — Select the long direction
- Enter Size — Specify how much of the asset to buy
- Set Collateral — Enter the margin amount
- Review — Check leverage, liquidation price, and fees
- Confirm — Click "Open Long" and confirm
#Example:
| Parameter | Value |
|---|---|
| Market | BTC/USD |
| Direction | Long |
| Size | 0.1 BTC |
| BTC Price | $100,000 |
| Position Value | $10,000 |
| Collateral | $1,000 |
| Leverage | 10x |
Outcome:
- If BTC rises 10% → You profit $1,000 (100% gain on collateral)
- If BTC falls 10% → You lose $1,000 (100% loss on collateral)
#Opening a Short Position
A short position profits when the price goes down.
#Steps:
- Select Market — Choose the asset
- Click Short — Select the short direction
- Enter Size — Specify position size (will show as negative)
- Set Collateral — Enter margin amount
- Review — Check all parameters
- Confirm — Click "Open Short" and confirm
#Example:
| Parameter | Value |
|---|---|
| Market | BTC/USD |
| Direction | Short |
| Size | 0.1 BTC |
| BTC Price | $100,000 |
| Position Value | $10,000 |
| Collateral | $1,000 |
| Leverage | 10x |
Outcome:
- If BTC falls 10% → You profit $1,000
- If BTC rises 10% → You lose $1,000
#Understanding the Trade Panel
When opening a position, you'll see:
| Field | Description |
|---|---|
| Size | Amount of the underlying asset |
| Collateral | USDC margin for this position |
| Leverage | Calculated: Position Value ÷ Collateral |
| Entry Price | Expected fill price (oracle) |
| Liquidation Price | Price where position is liquidated |
| Trading Fee | 0.02% of position value |
#Leverage Calculation
Leverage is implicitly determined by your size and collateral:
Leverage = (Size × Price) / CollateralTo increase leverage:
- Increase position size, OR
- Decrease collateral
To decrease leverage:
- Decrease position size, OR
- Increase collateral
Higher leverage = Higher risk. Your liquidation price moves closer to the current price as leverage increases.
#Opening with Limit Price
Instead of a market order (immediate fill), you can set a limit price:
- Enable "Limit Order"
- Enter your desired entry price
- The order will only fill when the oracle reaches that price
#Opening with Stop-Loss / Take-Profit
You can attach protective orders when opening:
| Order | Purpose |
|---|---|
| Stop-Loss | Close position if price moves against you |
| Take-Profit | Close position when target profit is reached |
#Example: Long with protection
Entry: $100,000
Stop-Loss: $95,000 (5% loss limit)
Take-Profit: $110,000 (10% profit target)#What Happens After Opening
- Order submitted — Transaction sent to the network
- Pending — Awaiting oracle price update
- Settled — Position opens at oracle price
- Active — Position accrues PnL and funding
Settlement typically takes a few seconds. During high volatility, this may take slightly longer.
#Fees
When opening a position, you pay:
| Fee | Amount |
|---|---|
| Trading Fee | 0.02% of position notional value |
| Gas | ~$0.01 on Arbitrum |
Example: 0.1 BTC at $100,000 = $10,000 × 0.02% = $2 fee
#Common Issues
#"Insufficient Collateral"
You don't have enough free collateral in your account. Either:
- Deposit more USDC
- Close or reduce existing positions
- Remove margin from other positions
#"Leverage Exceeded"
The position would exceed the market's maximum leverage. Either:
- Reduce position size
- Increase collateral
#"Pending Limit Exceeded"
The market has too many pending orders. Wait a moment and retry.