> ## Documentation Index
> Fetch the complete documentation index at: https://docs.intention.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Intention

> Start here: what you can do on Intention, what a perpetual is, and the one thing to know about the network you are trading on.

Intention is a perpetual futures exchange. You post collateral, take a long or short position on an asset's price, and close it whenever you like. There is no expiry date and you never hold the underlying asset.

What makes it different from most exchanges is where the exchange runs. Matching, margin, liquidation, and funding are not a company's servers sitting beside a blockchain — they execute **inside** the blockchain, in the same step that produces a block. Your order is not a request to a matching engine somewhere; it is a transaction, and its result is chain state anyone can verify.

<Warning>
  **Intention is currently on testnet.** The exchange runs at [trade.intention-testnet.xyz](https://trade.intention-testnet.xyz), collateral comes from a faucet and has **no monetary value**, and balances may be reset without notice.

  This is the only place in the Help Center that says so. Every other page describes how the exchange works, and that behavior is the same on testnet and on mainnet — the mechanics do not change when the money becomes real. Mainnet beta is planned for **1 November 2026**; see [Milestones](/protocol/roadmap/milestones).
</Warning>

## What you can do

<CardGroup cols={2}>
  <Card title="Connect a wallet" icon="wallet" href="/help/connect-wallet">
    Sign in with a wallet you already control. No account, no password.
  </Card>

  <Card title="Get collateral" icon="coins" href="/help/deposit">
    Fund the account you trade from.
  </Card>

  <Card title="Place your first trade" icon="chart-line" href="/help/first-trade">
    A worked example, start to finish.
  </Card>

  <Card title="Close a position" icon="circle-check" href="/help/close-position">
    Take the profit, or stop the loss.
  </Card>
</CardGroup>

## What a perpetual is

A **perpetual future** is a contract that tracks an asset's price without ever settling. A traditional future has an expiry date; a perpetual does not, so a position can be held indefinitely.

Three consequences follow, and they are most of what you need to understand before trading:

**You are trading price, not the asset.** Going long BTC on Intention does not give you bitcoin. It gives you exposure — you profit if the price rises and lose if it falls. Your collateral and your P\&L are both in USDC.

**Leverage multiplies both directions.** Posting $100 of collateral at 20× controls a $2,000 position. A 1% move in your favour makes $20; a 1% move against you loses $20. At high leverage, a small adverse move can consume your entire margin — see [Liquidations](/trading/liquidations).

**Holding costs or pays [funding](/trading/funding).** Because nothing forces a perpetual's price to converge on the spot price, a periodic payment between longs and shorts does that job instead. It is a transfer between traders, not a fee the exchange collects, and depending on which side you hold it can be income.

## What keeps it honest

The reason all of this runs on-chain rather than beside it:

|                                     |                                                                                                               |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| **Your order's place in the queue** | Determined by protocol rules, not by who the venue chose to serve first                                       |
| **Your liquidation**                | Executed by the network at a price you can recompute, with no keeper racing to trigger it                     |
| **Your fills and fees**             | Chain state — checkable against the blocks, not just reported on a dashboard                                  |
| **Your collateral**                 | Held by the protocol's margin system under your own key. Withdrawable at any time, subject to position health |

Nobody has to trust an operator's word about what happened, because the record is the same one every validator produced independently.

## Before you trade anything

<Warning>
  Leveraged trading can lose your entire deposit, and on a fast move it can happen in seconds. [Liquidation](/trading/liquidations) is automatic, gives no warning, and is not a stop-loss — it does not guarantee a price. Read [Risk disclosures](/protocol/security/risks) before trading with money you cannot afford to lose.
</Warning>

## Where to go next

<CardGroup cols={2}>
  <Card title="The trading screen" href="/help/screen-layout">
    A tour of the interface, panel by panel.
  </Card>

  <Card title="FAQ" href="/help/faq">
    Common questions about the protocol and the exchange.
  </Card>

  <Card title="Glossary" href="/help/glossary">
    Terms you will meet on the trading screen.
  </Card>

  <Card title="Fees" href="/programs/fees">
    What a trade costs.
  </Card>
</CardGroup>
