> For the complete documentation index, see [llms.txt](https://docs.sigsig.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sigsig.xyz/readme.md).

# About SigSig

Trade perpetual futures from your own wallet — fast, focused and built for discipline.

SigSig is a perpetual futures exchange for traders who want a fast, focused trading screen without handing their funds to a centralised exchange.

You trade directly from your own wallet. Orders are matched on an order book with deep, shared liquidity, and your positions settle on-chain.

{% hint style="info" %}
SigSig is currently running on **testnet**. Features, markets and numbers in these docs can still change before launch.
{% endhint %}

## What makes SigSig different

* **One screen for everything.** Chart, order book, order terminal and your positions side by side — and you decide the layout.
* **Built for discipline.** Features like [Zero Emotions Mode](/core-concepts/zero-emotions-mode.md) help you trade your plan instead of your P\&L.
* **Self-custody.** You connect a wallet; SigSig never holds your private keys.
* **Rewards for trading.** Collect [Sig² Points](/core-concepts/sig2-points.md) and invite friends through the [Affiliate](/core-concepts/affiliate.md) program.

## Where to start

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-rocket">:rocket:</i></td><td><strong>Getting started</strong></td><td>What you need before your first trade.</td><td><a href="/getting-started/getting-started.md">Getting started</a></td></tr><tr><td><i class="fa-bolt">:bolt:</i></td><td><strong>Quickstart</strong></td><td>From wallet to first order in a few minutes.</td><td><a href="/getting-started/quickstart.md">Quickstart</a></td></tr><tr><td><i class="fa-chart-line">:chart-line:</i></td><td><strong>Trading</strong></td><td>A tour of the trading screen.</td><td><a href="/getting-started/trading.md">Trading</a></td></tr><tr><td><i class="fa-book">:book:</i></td><td><strong>Core concepts</strong></td><td>Margin, fees, order types and more.</td><td><a href="/core-concepts/core-concepts.md">Core concepts</a></td></tr></tbody></table>

## Popular topics

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-list-check">:list-check:</i></td><td><strong>Order types</strong></td><td>Limit, market, stop, scaled, trailing stop and TP/SL.</td><td><a href="/core-concepts/order-types.md">Order types</a></td></tr><tr><td><i class="fa-scale-balanced">:scale-balanced:</i></td><td><strong>Margin, Leverage &#x26; PnL</strong></td><td>How leverage, margin and liquidation work.</td><td><a href="/core-concepts/margin-leverage-and-pnl.md">Margin, Leverage &amp; PnL</a></td></tr><tr><td><i class="fa-eye-slash">:eye-slash:</i></td><td><strong>Zero Emotions Mode</strong></td><td>Trade your plan, not your P&#x26;L.</td><td><a href="/core-concepts/zero-emotions-mode.md">Zero Emotions Mode</a></td></tr><tr><td><i class="fa-star">:star:</i></td><td><strong>Sig² Points</strong></td><td>Collect points for trading on SigSig.</td><td><a href="/core-concepts/sig2-points.md">Sig² Points</a></td></tr></tbody></table>

## Under the hood

SigSig is built on [Orderly Network](https://orderly.network/), an on-chain order book infrastructure that provides matching, liquidity and settlement. SigSig adds its own trading experience on top.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sigsig.xyz/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
