Skip to main content

Opening a Position

Steps

  1. Choose your market: The public testnet supports ADA/USD, BTC/USD, ETH/USD, XRP/USD, and SNEK/USD
  2. Choose your direction: Long (price goes up) or Short (price goes down)
  3. Enter collateral: The amount of USDCx, USDM, or USDA you want to risk
  4. Set leverage: Choose your desired leverage multiplier
  5. Review: Check the estimated entry price, liquidation price, and fees
  6. Sign the transaction in your wallet

Atlas processes your order and your position appears in the Active Positions panel.

Position Details

Once your position is live, you can see the following in your dashboard:

FieldDescription
DirectionLong or Short
SizePosition size (collateral × leverage)
CollateralYour deposited collateral
LeverageYour chosen leverage multiplier
Entry pricePrice at time of execution
Liquidation pricePrice at which position is liquidated

Order Modes

Market Order (Default)

Executes at the current price when processed.

Limit Order

Specify a target price. Your order only executes when the price reaches your limit:

  • Long limit: Executes when price drops to or below your limit price
  • Short limit: Executes when price rises to or above your limit price

Orders are Good-Til-Cancelled (GTC). If a limit price is not reached, the order remains open until it is filled or you cancel it.

Order Statuses

StatusMeaning
Awaiting signatureThe app built a transaction, but your wallet has not signed/submitted it yet
Pending / SubmittedYour order transaction is on its way to the chain or waiting for indexing
Awaiting fillThe Order UTxO is on-chain and waiting for the batcher or trigger service
FilledThe order was processed and the position is live or updated
UnfillableThe order cannot currently be filled; cancel/recover is recommended

Seeing an order while the related position is already visible usually means there is still an on-chain order or trigger UTxO waiting to be processed or cleared. It is not automatically a stuck order.

Order Cancellation

You can cancel any unprocessed order:

  1. Go to Pending Orders in the dashboard
  2. Click Cancel on the order
  3. Sign the cancellation transaction

Your collateral is returned to your wallet. Cancellation is only possible if your order hasn't already been processed.

note

Market open orders have a 3-minute cancellation cooldown so the batcher has time to fill the order at the quoted oracle price. Limit orders, close orders, and liquidity orders can be cancelled immediately if they are still unprocessed.