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

# $ULTRA Token

> The security and governance layer of Ultramarkets.

\$ULTRA is the native token of Ultramarkets, serving as the protocol's security backbone and governance mechanism. While umUSD generates yield for liquidity providers, ULTRA protects that yield through the Ultra Security Module.

## The Two-Token Model

Ultramarkets operates on two complementary tokens with distinct roles:

| Token     | Role           | Purpose                                                     |
| --------- | -------------- | ----------------------------------------------------------- |
| **umUSD** | Yield Engine   | LP capital earning fees from leveraged trading              |
| **ULTRA** | Security Layer | Stakers backstop the protocol and participate in governance |

<Info>
  This separation ensures that yield generation and protocol security are independently optimized while remaining economically aligned.
</Info>

## Ultra Security Module (USM)

The Ultra Security Module is the protocol's insurance mechanism. ULTRA holders can stake their tokens in the USM to:

1. **Backstop LP deposits** — Provide a safety net if liquidations fail to cover positions
2. **Earn protocol revenue** — Receive a share of trading fees
3. **Participate in governance** — Vote on market listings and protocol parameters

### How the USM Works

```mermaid theme={null}
flowchart LR
    A[Stake ULTRA] --> B[USM Pool]
    B --> C[Continuous Revenue Share]
    B -.->|If Bad Debt| D[Slashing Event]
    D --> E[LPs Made Whole]
```

USM stakers **continuously earn** a share of protocol fees for providing insurance coverage. This revenue accrues regardless of whether bad debt events occur.

However, when traders open leveraged positions, there's a small risk that rapid price movements could cause a position to become undercollateralized before liquidation completes. If this happens and creates bad debt:

1. The USM is triggered
2. Staked ULTRA is slashed proportionally to cover the deficit
3. LP deposits (umUSD holders) are made whole

<Warning>
  **Slashing Risk**: USM stakers take on real risk. If the protocol experiences bad debt, your staked ULTRA may be partially slashed to compensate LPs.
</Warning>

### Staking Rewards

USM stakers earn a share of protocol revenue as compensation for providing this insurance:

| Revenue Source   | Description                               |
| ---------------- | ----------------------------------------- |
| Trading Fees     | Percentage of fees from position openings |
| Profit Share     | Portion of trader profit fees             |
| Liquidation Fees | Share of liquidation penalties            |

<Note>
  Reward rates depend on total staked ULTRA and protocol trading volume. Higher volume means higher rewards for stakers.
</Note>

## ULTRA Value Mechanisms

### 1. Revenue Share (USM Staking)

Staking ULTRA in the USM entitles you to a share of protocol fees. This creates direct alignment between token holders and protocol success—more trading activity means higher staker yields.

### 2. Trading Fee Discounts

ULTRA stakers receive reduced trading fees:

| Status     | Trading Fee     |
| ---------- | --------------- |
| Non-staker | Standard rate   |
| USM Staker | Discounted rate |

This creates natural demand from active traders who can significantly reduce their trading costs by staking.

### 3. Buyback & Burn

A portion of protocol fees is allocated to purchasing ULTRA on the open market and permanently burning it. This creates deflationary pressure that scales with protocol usage.

## Governance

ULTRA token holders participate in protocol governance, with voting power proportional to their staked balance. Key governance decisions include:

### Market Listings

<Card title="Market Listing Process" icon="list-check">
  New prediction markets must pass governance approval before being listed on Ultramarkets. This ensures:

  * **Quality control** — Only legitimate, resolvable markets are listed
  * **Risk assessment** — Community evaluates potential risks of new markets
  * **Oracle verification** — Confirmation of reliable resolution sources
</Card>

The listing process follows these steps:

<Steps>
  <Step title="Proposal Submission">
    Community member submits a market listing proposal with details on the event, resolution criteria, and oracle source.
  </Step>

  <Step title="Discussion Period">
    Token holders discuss the proposal, raise concerns, and suggest modifications.
  </Step>

  <Step title="Voting">
    USM stakers vote on the proposal. Voting power is proportional to staked ULTRA.
  </Step>

  <Step title="Implementation">
    Approved markets are configured and launched by the protocol.
  </Step>
</Steps>

### Protocol Parameters

Governance also controls key protocol parameters:

* **Fee structures** — Trading fees, profit share percentages
* **Risk parameters** — Leverage limits, liquidation thresholds
* **USM configuration** — Staking rewards, slashing parameters
* **Treasury allocation** — Protocol fund usage and distributions

## Economic Security

The USM creates a robust economic security model:

<CardGroup cols={2}>
  <Card title="Aligned Incentives" icon="handshake">
    Stakers earn when the protocol succeeds and lose when it fails—perfect alignment with LP interests.
  </Card>

  <Card title="Scalable Security" icon="arrow-up-right-dots">
    As ULTRA value grows with protocol adoption, the security buffer automatically scales.
  </Card>

  <Card title="Market-Driven" icon="chart-line">
    Staking yields adjust based on supply and demand, naturally finding equilibrium.
  </Card>

  <Card title="Transparent Risk" icon="eye">
    All USM parameters and current coverage levels are visible on-chain.
  </Card>
</CardGroup>

### Security Flywheel

The economic model creates a reinforcing cycle:

```mermaid theme={null}
flowchart TB
    A[Trading Volume] -->|generates| B[Protocol Fees]
    B -->|20%| C[USM Rewards]
    B -->|portion| D[Buyback and Burn]
    C --> E[Higher APY]
    D --> F[Less Supply]
    E --> G[More Staking]
    F --> G
    G --> H[Bigger Security Buffer]
    H --> I[LP Confidence]
    I --> J[More LP Capital]
    J --> K[Trading Capacity]
    K --> A
```

| Step  | What Happens                        | Effect                               |
| :---- | :---------------------------------- | :----------------------------------- |
| **1** | Trading volume generates fees       | Revenue enters the system            |
| **2** | Fees reward stakers + fund buybacks | Value distributed to ULTRA holders   |
| **3** | Higher yields attract more staking  | More ULTRA locked in USM             |
| **4** | Larger security buffer              | Protocol can support more LP capital |
| **5** | More LP capital                     | More lending capacity for traders    |
| **6** | More trading capacity               | Cycle repeats with higher volume     |

<Info>
  This flywheel ensures that protocol security scales naturally with adoption, without requiring constant parameter adjustments.
</Info>

## Getting Started with ULTRA

<CardGroup cols={2}>
  <Card title="Stake in USM" icon="lock" href="/for-lps/safety-mechanisms">
    Learn about staking ULTRA to earn protocol revenue and participate in governance.
  </Card>

  <Card title="Governance Forum" icon="comments" href="/resources/community">
    Join discussions about market listings and protocol proposals.
  </Card>
</CardGroup>
