Trading
Bluespade 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.
Adding a wallet
If you do not have a wallet yet, you can use MetaMask: https://metamask.io/download.html
Connecting your wallet
After you have a wallet, you can connect your wallet by pressing the "Connect Wallet" button on the Bluespade Trade page: https://www.bluespade.xyz/#/trade
If you see the message below, click on "Add Cronos" network to your wallet.
Alternatively, you can manually add the Cronos network to your Metamask: https://coinmarketcap.com/alexandria/article/how-to-add-cronos-to-metamask
Backup RPC URLs
Can be found here: - Cronos: https://docs.cronos.org/for-dapp-developers/chain-integration/public-rpc-endpoints - Polygon: https://chainlist.org/?search=polygon&testnets=false
Steps to change the RPC URL in MetaMask
Click on the MetaMask icon, then click on the three dot icon and select Expand View
Click on your account icon on the top right and select Settings
Click on Networks
Key in the New RPC URL
Click Save
Sending tokens
You will need to have CRO in your Cronos account to start trading.You can buy Cronos directly on CEXes like Gate.io, Binance, etc and send them into your Metamask. The transfer will take a few minutes, you will also be able to transfer out within a few minutes as well if you use any of the below options.
Swaps
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
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 $2024.22 at the time, then your collateral is 202.42 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
.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 do 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. Note that Croscan may not always show ETH transfers so when you close long positions on Cronos and receive ETH the transaction might not show the transfer but your ETH balance would have increased. If the ETH transfer does show, it would be displayed under the "Interacted With" section.
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 it 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 mark 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 keeper picked up the order for execution
Partial Liquidations
In the example, since only a percentage 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 borrow fee your liquidation price will change over time, especially if you use a 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 BLU, so you can execute large trades exactly at the mark price. During times of high volatility there will be a spread from the Pyth/Band price to the median price of reference exchanges. 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.
Fees
The cost to open / close a position is 0.1% of the position size.The collateral of long positions is the token being longed, for ETH longs the collateral is ETH and for BTC longs the collateral is WBTC, etc. The collateral of shorts positions is any of the supported stablecoins e.g. USDC, USDT, DAI. If a swap is needed when opening or closing a position then the regular swap fee would apply, this fee is 0.2% to 0.8% of the collateral size, the exact fee depends on whether the swap improves balance or reduces it.There is also an execution fee detailed below which is used to pay for the blockchain network costs.
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.Keepers observe the blockchain for these requests then execute them
Stablecoin Pricing
In case the price of a stablecoin depegs from 1 USD:
1.Opening and closing short positions during this time would incur a cost on the collateral based on a spread of 1 USD to the Pyth/Band price of the stablecoin. For example, if the price of the chosen stablecoin depegs to 0.95 USD, opening a position using 1000 of that stablecoin would result in a position collateral of 950 USD based on a price of 0.95 USD, when closing the position, 950 of the stablecoin would be withdrawn based on a price of 1 USD, this is to prevent front-running issues during a depeg since collateral is stored as a USD value and converted to tokens based on the latest price.
2.To ensure that profits for all short positions can always be fully paid out, the contracts will pay out profits in the stablecoin based on a price of 1 USD or the current Pyth/Band price for the stablecoin, whichever is higher.
3.For swaps using the depegged stablecoin, the spread from 1 USD to the Pyth/Band price of the stablecoin will similarly apply.
4.Long positions should not be affected though there may be a spread if swapping from a depegged stablecoin into the long collateral needed for the position, e.g. to long ETH, ETH collateral is needed. Alternative swap platforms could be used to execute the swap before opening the long position. The interface should show a warning if there is a large spread for this.
Last updated