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

# Perpetual Market Structure

> Why Ascend markets never expire and how continuous trading works

Traditional prediction markets work like bets. You buy a position, wait for the event, and settle. The contract expires. The market closes.

Ascend works differently.

Markets on Ascend are **perpetual**. They do not expire on a fixed date. Positions persist until you close them or the market reaches its defined settlement condition. You can enter, adjust, or exit at any time.

This is the same structure used by the largest crypto derivatives exchanges, applied to prediction markets.

***

## Continuous, Not Discrete

Prediction markets are traditionally structured around discrete contracts with fixed expiry windows.

Ascend removes this constraint.

<CardGroup cols={2}>
  <Card title="Traditional Prediction Markets" icon="hourglass-end">
    Fixed expiry date. Contract ends at resolution. Must re-enter for new exposure. Liquidity fragments across time windows.
  </Card>

  <Card title="Ascend Perpetuals" icon="infinity">
    No fixed expiry. Positions persist continuously. Adjust exposure anytime. Liquidity concentrates in one venue.
  </Card>
</CardGroup>

Probability prices update continuously based on trading activity and oracle inputs. The market is always open.

***

## Persistent Positions

Once you open a position, it remains active until one of three things happens:

<Steps>
  <Step title="You close it">
    You decide to exit. You take your PnL and move on.
  </Step>

  <Step title="Risk conditions trigger closure">
    If margin requirements are no longer met, the system may reduce or close your position to protect market integrity.
  </Step>

  <Step title="The market settles">
    The underlying event resolves and all positions settle at the final probability.
  </Step>
</Steps>

Until one of these occurs, your position stays open. You are not forced out by a calendar.

***

## Orderbook-Driven Liquidity

Ascend uses an orderbook model for price discovery.

Traders place bids and offers around probability prices. Trades execute directly between participants. There is no AMM, no liquidity pool, no protocol-owned inventory.

<Check>Prices reflect genuine supply and demand</Check>
<Check>Depth forms organically around conviction levels</Check>
<Check>Spreads tighten as participation increases</Check>
<Check>No slippage from bonding curves</Check>

The orderbook is the market.

***

## Price Alignment Mechanisms

Perpetual markets need a way to stay anchored to reality. Without expiry forcing convergence, prices could drift from true probability levels.

Ascend solves this with two mechanisms:

<Tabs>
  <Tab title="Oracle Anchoring">
    Probability prices are sourced from external prediction markets and oracles. The **Index Price** represents the best available estimate of the true probability at any moment.

    Ascend does not invent prices, they're pulled from external sources.
  </Tab>

  <Tab title="Funding">
    When the traded price diverges from the Index Price, funding payments transfer between LONG and SHORT positions.

    If traders push the price too high, LONGs pay SHORTs. If traders push the price too low, SHORTs pay LONGs.

    This creates a continuous incentive to keep prices aligned with external signals.
  </Tab>
</Tabs>

These mechanisms allow perpetual markets to track probability accurately without requiring forced settlement.

***

## Why Perpetual Structure Matters

The perpetual model unlocks capabilities that traditional prediction markets cannot offer:

| Capability                | Traditional            | Perpetual                     |
| ------------------------- | ---------------------- | ----------------------------- |
| Continuous trading        | ❌ Ends at expiry       | ✅ Always open                 |
| Leverage                  | ❌ Limited or none      | ✅ Full margin framework       |
| Active management         | ❌ Bet and wait         | ✅ Enter, adjust, exit anytime |
| Liquidity depth           | ❌ Fragmented by expiry | ✅ Concentrated                |
| Real-time price discovery | ❌ Stale between trades | ✅ Continuous                  |

Prediction markets become the trading venue.

***

## The Foundation

Ascend's perpetual structure is the foundation that makes it all possible.

<Check>Leverage requires continuous margin management. Perpetual enables this.</Check>
<Check>Active trading requires persistent positions. Perpetual enables this.</Check>
<Check>Deep liquidity requires concentrated venues. Perpetual enables this.</Check>
<Check>Real-time price discovery requires continuous markets. Perpetual enables this.</Check>

This is why Ascend is built as a perpetual exchange, not a prediction platform.

***

<Card title="Next: Market Types" icon="arrow-right" href="/core-concepts/market-types">
  Learn about the different types of markets on Ascend
</Card>
