πŸ’ΈSpot & Leverage

EDE is a decentralized exchange allowing trading without the need for a username or password. The platform uses an aggregate price feed which reduces the risk of liquidations from temporary wicks.

Video tutorial for easy swap on EDE: Video

Video tutorial for trading on EDE: Video

Swaps

EDE supports both swaps and leverage trading. For swaps, click on the "Swap" tab on the website, this will open the interface to swap tokens with zero price impact.

For leverage trading, please see the below sections for more information.

Opening a position

Click on "Long" or "Short" depending on which side you would like to open a leverage position on.

  • Long position

    • Earns a profit if the token's price goes up

    • Makes a loss if the token's price goes down

  • Short position

    • Earns a profit if the token's price goes down

    • Makes a loss if the token's price goes up

After selecting your side, key in the amount you want to pay and the leverage you want to use, in the below example 0.1 Ethereum ($ETH), worth 352.33 USD, is being leveraged at x5, enabling the user to open a long position valued at 1,752.89 USD.

The "Entry Price" is $3541.17 and the Liquidation Price is $2903.76. Below the swap box, you would also see the "Exit Price", which is the price that would be used to calculate profits if you open and then immediately close a position. The exit price will change with the price of the token you are longing or shorting.

The trading fee to open a position is 0.1% of the position size, similarly, there is a 0.1% fee when closing the position.

There is also a "Borrow Fee" that is deducted at the start of every hour. This is the fee paid to the counter-party of your trade. The fee per hour will vary based on utilization, it is calculated as (assets borrowed) / (total assets in pool) * 0.01%. The "Borrow Fee" for longing or shorting is shown below the swap box.

While there are no price impacts for trades, there can be slippage due to price movements between when your trade transaction is submitted and when it is confirmed on the blockchain. Slippage is the difference between the expected price of the trade and the execution price, this can be customised by clicking on the icon next to your address at the top right of the page.

Managing Positions

After opening a trade, you would be able to view it under your Positions list, you can also click on "Edit" to deposit or withdraw collateral, this allows you to manage your leverage and liquidation price.

When you open a position or deposit collateral, a snapshot of the USD price of your collateral is taken, so e.g. if your collateral is 0.1 $ETH and the price of $ETH is 3523.30 at the time, then your collateral is 352.33 USD and will not change even if the price of $ETH changes.

The amount of profit and loss you make will be proportional to your position size. In this example, 352.33 USD has been used to buy 1752.89 USD of $ETH. If the price of $ETH increases by 10%, the position would have a profit of 175.29 USD, if the price of $ETH decreases by 10%, the position would have a loss of 175.29 USD.

If a short position was opened instead, then if the price of $ETH decreased by 10% the position would have a profit of 175.29 USD, if the price of $ETH increased by 10%, the position would have a loss of 175.29 USD.

Leverage for a position is displayed as (position size) / (position collateral). If you'd like to display the leverage as (position size + PnL) / (position collateral), you can customise this by clicking on the button next to your address.

Note that when depositing collateral into a long position, there is a 0.3% swap fee for the conversion of the asset to its USD value, e.g. $ETH amount to USD value. This is to prevent deposits from being used as a zero fee swap. This does not apply to shorts. Withdrawing of collateral from longs and shorts does not have this fee as well.

Closing a Position

You can close a position partially or completely by clicking on the "Close" button.

For long positions, profits are paid in the asset you are longing, e.g. if you long $ETH you would get your profits as $ETH.

For short positions, profits will be paid out in the same stablecoin that you used to open the position, e.g. $USDC or $USDT.

Stop-Loss / Take-Profit Orders

You can also set stop-loss and take-profit orders by clicking on the "Close" button and selecting the "Trigger" tab.

After creating a trigger order, it will appear in your position's row as well as under the "Orders" tab, you can edit the order and change the trigger price if needed.

If you close a position manually, the associated trigger orders will remain open, you would need to cancel them manually if you do not want the order to be active when opening future positions.

Note that orders are not guaranteed to execute, this can occur in a few situations including but not exclusive to:

  • The marked price which is an aggregate of exchange prices did not reach the specified price

  • The specified price was reached but not long enough for it to be executed

  • No position tracker bot picked up the order for execution

Additionally, trigger orders are market orders and are not guaranteed to execute at the trigger price.

Partial Liquidations

In the example, since only 352.33 USD worth of tokens is used as collateral to open the position, there will be a price at which the loss amount is very close to the collateral amount.

This is the Liquidation Price and is calculated as the price at which the (collateral - losses - borrow fee) is less than 1% of your position's size. If the token's price crosses this point then the position will be automatically closed.

Due to the borrowing fee, your liquidation price will change over time, especially if you use the leverage that is more than 10x and have the position open for more than a few days, so it is important to monitor your liquidation price.

If there is any collateral remaining after deducting losses and fees, then the corresponding amount would be returned to your account.

Pricing

There is no price impact for trades on EDE, so you can execute large trades exactly at the marked price. Since the protocol serves as the counter-party, there is a small spread for entering and exiting trades.

The mark prices are displayed next to the market name, long positions will be opened at the higher price and closed at the lower price while short positions will be opened at the lower price and closed at the higher price.

The chart will indicate the average of the two mark prices.

Execution Fee

There are two transactions involved in opening / closing / editing a position:

  1. User sends the first transaction to request open / close / deposit collateral / withdraw collateral

  2. The position tacker bots observe the blockchain for these requests and then execute them

The cost of the second transaction is displayed in the confirmation box as the "Execution Fee". This network cost is paid to the blockchain network.

Last updated