# Perpetual Futures

{% hint style="success" %}
**Start trading Perpetual Futures on Spin 👉** [**https://perp.spin.fi**](https://perp.spin.fi/)**.**
{% endhint %}

## Quick Overview

Spin’s Perpetual Futures are the first implementation of on-chain derivatives trading on NEAR Protocol. This asset type traditionally has larger trading volumes because of its capital efficiency:

* With Perpetuals, you can earn on any price movement, be that asset growth or decrease in price;
* To trade any Perpetuals contract, you only need to have the collateral — USDC in the Spin case;
* You can open positions that increase your balance by up to 10 times (leverage).

Perpetuals trading is also associated with higher risks because of the leverage considering that it multiplies not only potential profits but also losses.

{% hint style="info" %}
If you’re new to the concept of Perpetuals trading, we recommend that you first get acquainted with our [educational guide on Medium](https://medium.com/spin-finance/spin-perpetual-contracts-a-degens-guide-d15c745eba57).
{% endhint %}

<figure><img src="/files/7NvB4JtPzuo5Hne8sdpE" alt=""><figcaption></figcaption></figure>

## How to trade Perpetual Futures on Spin?

The experience of futures trading on Spin is quite similar to centralized exchanges. Still, for a few minor differentiators. Long story short, here's a quick lifespan of your futures trade on Spin:

{% hint style="info" %}
If you don't yet have a NEAR wallet, please check the wallet creation instructions in the [Spot Trading section](/products/spot-trading.md#how-to-trade-on-spot).
{% endhint %}

1. Connect your NEAR wallet to Spin.
2. Deposit funds to a Margin Account (which is a smart contract). In the blockchain, all users' funds on margin accounts are placed in a vault, where each transfer is assigned a number to indicate the owner of funds.
3. Create a futures position by choosing the order type and direction and position size (the leverage will be adjusted).
4. The margin ratio for this position is temporarily locked on your account (the margin ratio size depends on the position size and asset volatility).
5. Closing or changing your position results in the funds being settled and unrealized PnL and funding amounts are either added to or deducted from your margin account balance.
6. Withdraw returns from the Margin Account to your wallet.

{% hint style="info" %}
Note that if you have an open position and want to withdraw funds to your wallet, you can easily do that, but the margin ratio will be reduced. If you suffer losses for this position, there will be not enough funds in your account for keeping the margin ratio above 0.7 and it will lead to liquidation.
{% endhint %}

## Additional reads

To have a deeper understanding of Perpetual Futures and their implementation on Spin, please read the information provided in the Perpetuals section.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spin.fi/products/perpetual-futures.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
