> For the complete documentation index, see [llms.txt](https://onchain-cc.gitbook.io/onchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onchain-cc.gitbook.io/onchain-docs/perps/overview.md).

# Perps Overview

Perpetual futures (perps) let you trade any supported asset long or short with leverage — no expiry date, no rolling contracts. You hold the position until you close it, or until a liquidation event forces it shut.

<figure><img src="/files/P1pg8vJ4stIXFUbEpUEx" alt=""><figcaption></figcaption></figure>

***

## Where Perps Live

Perps are a separate surface from the spot terminal and Degen Feed. Access them via the **Perps** tab at the top of the onchain.cc interface. Spot and perps positions are tracked independently and use **separate balances** — to start trading perps you'll fund a USDC perps balance via the **Fund Perps** button. See [How to Open a Position](/onchain-docs/perps/how-to-open.md) for the full flow.

***

## Spot vs. Perps

|              | Spot                   | Perps                                      |
| ------------ | ---------------------- | ------------------------------------------ |
| What you own | The token itself       | A leveraged contract on the price          |
| Expiry       | None                   | None (perpetual)                           |
| Leverage     | No                     | Yes — up to 40x on majors, varies by asset |
| Direction    | Long only (you own it) | Long or short                              |
| Costs        | 0.15% per trade        | Tiered maker/taker + hourly funding        |
| Settlement   | Instant on-chain       | Continuous, with funding payments          |

Spot trading means you own the underlying asset. If you buy SOL, you hold SOL. With perps, you never hold the asset — you hold a contract that tracks the price. You can go long (profit if price rises) or short (profit if price falls).

***

## Powered by Hyperliquid

The onchain.cc perps product is built on Hyperliquid's execution layer. You get the onchain.cc interface and experience — Hyperliquid handles the order matching, mark pricing, funding, and settlement under the hood. You do not need a separate Hyperliquid account.

***

## Key Concepts

Before opening a position, understand these four mechanics. Each has its own page with full detail.

| Concept                                                    | What it means                                                                                |
| ---------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [Leverage & Margin](/onchain-docs/perps/leverage.md)       | Leverage multiplies exposure; margin is the collateral that backs the trade.                 |
| [Funding](/onchain-docs/perps/fees.md#funding)             | Hourly payments between longs and shorts that keep the perp price anchored to spot.          |
| [Liquidation](/onchain-docs/perps/leverage.md#liquidation) | Automatic close when your margin falls below the maintenance threshold.                      |
| [Fees](/onchain-docs/perps/fees.md)                        | Tiered maker/taker rates based on rolling 14-day volume, with no fee charged on liquidation. |

***

> **Info:** Perps involve leverage and carry significantly higher risk than spot trading. Only trade with capital you can afford to lose. New to perps? Start at 1–2x leverage while you learn the mechanics.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://onchain-cc.gitbook.io/onchain-docs/perps/overview.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.
