# License

## Overview

Omega OS Pro unlocks premium features via on-chain licensing.

* **Staking Model:** Time-limited licenses, tokens locked
* **Purchase Model:** Lifetime licenses, one-time payment

### Staked License

* **Cost:** 1,000 OMEGA tokens
* **Duration:** 30 days
* **Condition:** Tokens locked
* **Renewal:** Stake again before expiry
* **Withdrawal after expiry:** Tokens returned
* **Use Case:** Temporary access, lower upfront cost

### Purchased License

* **Cost:** 10,000 OMEGA tokens
* **Duration:** Lifetime
* **Condition:** Tokens permanently transferred
* **Use Case:** Permanent access, one-time payment

## License Lifecycle

{% stepper %}
{% step %}

### Staking Flow

* Open Omega Identity
* Click "Stake for License"
* Approve transaction
* Tokens locked, license active
  {% endstep %}

{% step %}

### Purchase Flow

* Open Omega Identity
* Click "Purchase Lifetime License"
* Approve transaction
* License active permanently
  {% endstep %}

{% step %}

### Withdrawal Flow (Staking Only)

* Withdraw locked tokens after expiry
* Status changes to "Not Licensed"
  {% endstep %}
  {% endstepper %}

## Premium Features

* **Omega Productivity Apps:** Word, Sheets, Slides
* **AI Features:** assistant, code generation, writing help
* **Advanced system functions**

## Technical Implementation

* **Smart contract:** `OmegaLicensing`
* **License verification:** On-chain
* **Linked to:** Omega ID
* **Pricing Configuration:** Configurable by owner (Transparent on-chain pricing)

## Security & Transparency

* On-chain verification
* Token locking during active license
* Withdrawal protected
* Owner can configure pricing only (No revocation)

## Network & Gas Requirements

* **Network:** Omega Network
* **Currency:** OMEGA tokens
* **Gas estimates:**
  * Stake: 100k–200k
  * Purchase: 100k–200k
  * Withdrawal: 80k–150k
  * Read: free

## Integration with Omega OS

* **Omega Identity:** license linked to Omega ID
* **Omega Wallet:** handles transactions
* **Productivity Apps:** enforce license check
* **AI Features:** require active license
* **Cross-device syncing**

## Managing Your License

* View status
* Stake for 30-day access
* Purchase lifetime license
* Renew license
* Withdraw expired stake
* View current pricing


---

# Agent Instructions: 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://omega-6.gitbook.io/omega/omega-os/license.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.
