> For the complete documentation index, see [llms.txt](https://omega-6.gitbook.io/omega/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://omega-6.gitbook.io/omega/omega-terminal.md).

# Omega Terminal

### Overview

**Omega Terminal** is a native Web3 terminal interface built specifically for the Omega Network. It's a comprehensive command-line interface that provides direct access to all Omega Network features, DeFi tools, and Web3 services. The terminal is powered entirely by OMEGA tokens and runs natively on the Omega blockchain.

### What is Omega Terminal?

Omega Terminal is a browser-based terminal that serves as your gateway to the Omega Network ecosystem. It combines the power of traditional command-line interfaces with modern Web3 functionality, allowing users to:

* **Mine OMEGA tokens** directly from the terminal
* **Manage wallets** and interact with the Omega blockchain
* **Access DeFi services** across multiple chains
* **Trade tokens** and access market data
* **Create and deploy smart contracts**
* **Send private transactions** using the Omega Mixer
* **Access real-time market data** from various sources
* **Interact with multiple blockchains** (Solana, Eclipse, Near, etc.)

### Key Features

#### 🏗️ **Native Omega Network Integration**

* Built specifically for Omega Network (Chain ID: 1313161768)
* Direct blockchain interaction without intermediaries
* OMEGA-powered operations and transactions

#### ⛏️ **Built-in Mining System**

* Automated mining with real-time rewards
* Mining statistics and performance tracking
* Direct OMEGA token rewards for network participation

#### 🔐 **Privacy Features**

* Omega Mixer integration for private transactions
* Zero-knowledge proof support
* Anonymous transaction capabilities

#### 🌐 **Multi-Chain Support**

* Omega Network (primary)
* Solana integration
* Eclipse blockchain support
* Near Protocol intents
* Cross-chain token operations

#### 📊 **Real-Time Market Data**

* DexScreener integration
* GeckoTerminal data feeds
* Alpha Vantage stock market data
* Live cryptocurrency prices

### Getting Started

#### Prerequisites

* MetaMask wallet extension
* Omega Network configured in MetaMask
* Some OMEGA tokens for gas fees

#### Quick Start

1. Open the terminal in your browser
2. Type `connect` to connect your MetaMask wallet
3. Type `help` to see all available commands
4. Start mining with `mine` command

### Command Reference

#### 🔗 **Wallet Commands**

| Command                   | Description                               |
| ------------------------- | ----------------------------------------- |
| `connect`                 | Connect MetaMask wallet to Omega Terminal |
| `disconnect`              | Disconnect current wallet                 |
| `balance`                 | Show current OMEGA balance                |
| `faucet`                  | Request test OMEGA tokens                 |
| `faucet status`           | Check faucet status and eligibility       |
| `send <address> <amount>` | Send OMEGA tokens to another address      |

**Examples:**

```bash
connect                    # Connect MetaMask wallet
balance                    # Check OMEGA balance
send 0x1234... 10         # Send 10 OMEGA to address
faucet                     # Request test tokens
faucet status              # Check faucet eligibility
```

#### ⛏️ **Mining Commands**

| Command  | Description                        |
| -------- | ---------------------------------- |
| `mine`   | Start automated mining process     |
| `claim`  | Claim pending mining rewards       |
| `status` | Show mining status and statistics  |
| `stats`  | Display detailed mining statistics |

**Examples:**

```bash
mine                       # Start automated mining
status                     # Check mining status
stats                      # View mining statistics
claim                      # Claim pending rewards
```

#### 🌐 **ENS & Domain Commands**

| Command               | Description                    |
| --------------------- | ------------------------------ |
| `ens register <name>` | Register a new ENS domain      |
| `ens resolve <name>`  | Resolve ENS name to address    |
| `ens search <query>`  | Search for available ENS names |

**Examples:**

```bash
ens search mydomain         # Search for available ENS names
ens register mydomain.omega # Register new ENS domain
ens resolve mydomain.omega  # Resolve ENS to address
```

#### 🔒 **Privacy & Mixer Commands**

| Command                 | Description                                      |
| ----------------------- | ------------------------------------------------ |
| `mixer deposit`         | Generate secret and commitment for mixer deposit |
| `mixer deposit-execute` | Execute mixer deposit via MetaMask               |
| `mixer deposit-direct`  | Direct mixer deposit (requires private key)      |
| `mixer withdraw`        | Prepare mixer withdrawal                         |
| `mixer withdraw-direct` | Direct mixer withdrawal                          |
| `mixer -help`           | Show detailed mixer help                         |

**Examples:**

```bash
mixer -help                 # Show mixer help
mixer deposit               # Generate deposit secret
mixer deposit-execute       # Execute deposit via MetaMask
mixer withdraw              # Prepare withdrawal
```

#### 🧪 **Stress Testing Commands**

| Command       | Description                    |
| ------------- | ------------------------------ |
| `stress`      | Start network stress testing   |
| `stopstress`  | Stop stress testing            |
| `stressstats` | Show stress testing statistics |

**Examples:**

```bash
stress                      # Start stress testing
stressstats                 # View stress test stats
stopstress                  # Stop stress testing
```

#### 🎨 **Interface & Fun Commands**

| Command                                | Description                     |
| -------------------------------------- | ------------------------------- |
| `theme [dark/powershell/matrix/retro]` | Change terminal theme           |
| `clear`                                | Clear terminal output           |
| `help`                                 | Show all available commands     |
| `rickroll`                             | Classic rickroll animation      |
| `fortune`                              | Display random fortune          |
| `matrix`                               | Matrix-style animation          |
| `hack`                                 | Hacker-style animation          |
| `disco`                                | Disco animation                 |
| `stop`                                 | Stop current operations         |
| `tab`                                  | Manage terminal tabs            |
| `url`                                  | Show helpful Omega Network URLs |

**Examples:**

```bash
theme matrix                 # Switch to matrix theme
clear                       # Clear terminal
help                        # Show all commands
rickroll                    # Classic rickroll
fortune                     # Get random fortune
url                         # Show helpful URLs
```

#### 📧 **On-Chain Email Commands**

| Command | Description                  |
| ------- | ---------------------------- |
| `email` | Access on-chain email system |
| `inbox` | Check on-chain email inbox   |

**Examples:**

```bash
email                       # Access email system
inbox                       # Check email inbox
```

#### 📊 **DeFi & Market Data Commands** *(Beta)*

> **Note:** Web3 and DeFi commands are currently in beta. Some features may be limited or experimental.

**DexScreener Integration (`ds`)**

| Command                             | Description                      |
| ----------------------------------- | -------------------------------- |
| `ds help`                           | Show DexScreener commands        |
| `ds search <query>`                 | Search for tokens on DexScreener |
| `ds pair <chainId> <pairId>`        | Get pair information             |
| `ds pools <chainId> <tokenAddress>` | Get pools for a token            |

**Examples:**

```bash
ds help                      # Show DexScreener help
ds search bitcoin            # Search for Bitcoin tokens
ds pair 1 0x1234...         # Get pair info
ds pools 1 0xabcd...        # Get pools for token
```

**GeckoTerminal Integration (`cg`)**

| Command             | Description                        |
| ------------------- | ---------------------------------- |
| `cg help`           | Show GeckoTerminal commands        |
| `cg search <query>` | Search for tokens on GeckoTerminal |
| `cg price <token>`  | Get token price data               |

**Examples:**

```bash
cg help                      # Show GeckoTerminal help
cg search ethereum           # Search for Ethereum tokens
cg price bitcoin             # Get Bitcoin price
```

**Alpha Vantage Integration (`alpha`)**

| Command                   | Description                 |
| ------------------------- | --------------------------- |
| `alpha help`              | Show Alpha Vantage commands |
| `alpha quote <symbol>`    | Get stock quote             |
| `alpha daily <symbol>`    | Get daily stock data        |
| `alpha overview <symbol>` | Get company overview        |
| `alpha macro <indicator>` | Get macroeconomic data      |

**Examples:**

```bash
alpha help                   # Show Alpha Vantage help
alpha quote AAPL             # Get Apple stock quote
alpha daily TSLA             # Get Tesla daily data
alpha overview MSFT          # Get Microsoft overview
alpha macro GDP              # Get GDP data
```

#### 🏗️ **Smart Contract Commands** *(Beta)*

| Command  | Description                           |
| -------- | ------------------------------------- |
| `create` | Create and deploy new smart contracts |

**Examples:**

```bash
create                       # Start contract creation wizard
```

#### ⚡ **Multi-Chain Commands** *(Beta)*

**Solana Integration (`solana`)**

| Command                                     | Description                     |
| ------------------------------------------- | ------------------------------- |
| `solana help`                               | Show Solana commands            |
| `solana connect`                            | Connect Phantom wallet          |
| `solana search <query>`                     | Search Solana tokens            |
| `solana quote <amount> <fromMint> <toMint>` | Get swap quote                  |
| `solana swap`                               | Open interactive swap interface |

**Examples:**

```bash
solana help                   # Show Solana commands
solana connect                # Connect Phantom wallet
solana search bonk            # Search for BONK token
solana quote 1000000 So11111111111111111111111111111111111111112 DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263
solana swap                   # Open swap interface
```

**Eclipse Integration (`eclipse`)**

| Command                      | Description            |
| ---------------------------- | ---------------------- |
| `eclipse help`               | Show Eclipse commands  |
| `eclipse connect`            | Connect Eclipse wallet |
| `eclipse send <amount> <to>` | Send Eclipse tokens    |

**Examples:**

```bash
eclipse help                  # Show Eclipse commands
eclipse connect               # Connect Eclipse wallet
eclipse send 100 0x1234...    # Send 100 tokens
```

**Hyperliquid Integration (`hyperliquid`)**

| Command                          | Description               |
| -------------------------------- | ------------------------- |
| `hyperliquid help`               | Show Hyperliquid commands |
| `hyperliquid markets`            | List available markets    |
| `hyperliquid orderbook <market>` | Get order book data       |

**Examples:**

```bash
hyperliquid help              # Show Hyperliquid commands
hyperliquid markets           # List available markets
hyperliquid orderbook BTC     # Get BTC order book
```

**Polymarket Integration (`polymarket`)**

| Command                  | Description              |
| ------------------------ | ------------------------ |
| `polymarket help`        | Show Polymarket commands |
| `polymarket markets`     | List prediction markets  |
| `polymarket market <id>` | Get market details       |

**Examples:**

```bash
polymarket help               # Show Polymarket commands
polymarket markets            # List prediction markets
polymarket market 12345       # Get market details
```

### Network Information

#### Omega Network Details

* **Chain ID**: 1313161768
* **Network Name**: Omega Network
* **Native Token**: OMEGA
* **Block Explorer**: <https://0x4e454228.explorer.aurora-cloud.dev/>
* **RPC URL**: <https://0x4e454228.rpc.aurora-cloud.dev>

#### Supported Networks

* **Omega Network** (Primary)
* **Solana** (via Jupiter)
* **Eclipse** (via Eclipse SDK)
* **Near Protocol** (via Intents)
* **Ethereum** (via bridges)

### Advanced Features

#### 🔄 **Cross-Chain Operations**

* Seamless token transfers between chains
* Unified interface for multi-chain DeFi
* Cross-chain liquidity aggregation

#### 📈 **Real-Time Analytics**

* Live mining statistics
* Network performance metrics
* Token price tracking
* Market sentiment analysis

#### 🔧 **Developer Tools**

* Smart contract deployment
* ABI management
* Transaction debugging
* Gas optimization

### Security Features

#### 🔐 **Privacy Protection**

* Zero-knowledge proofs
* Private transaction mixing
* Anonymous wallet operations
* Encrypted communication

#### 🛡️ **Security Measures**

* Secure key management
* Transaction signing verification
* Network validation
* Anti-phishing protection

### Troubleshooting

#### Common Issues

**Wallet Connection Problems**

* Ensure MetaMask is installed and unlocked
* Check that Omega Network is added to MetaMask
* Verify you have some OMEGA for gas fees

**Mining Issues**

* Check wallet balance for gas fees
* Ensure stable internet connection
* Verify network connectivity

**Transaction Failures**

* Check gas price and limits
* Verify sufficient balance
* Ensure correct network selection

#### Support Resources

* **Documentation**: <https://omega-6.gitbook.io/omega>
* **Block Explorer**: <https://0x4e454228.explorer.aurora-cloud.dev/>
* **Website**: <https://omeganetwork.co>

### Future Roadmap

#### Upcoming Features

* **AI-Powered Trading**: Automated trading strategies
* **Advanced Analytics**: Machine learning market analysis
* **Mobile App**: Native mobile terminal interface
* **Social Features**: Community-driven trading signals
* **Advanced Privacy**: Enhanced mixer capabilities

#### Development Priorities

* Enhanced cross-chain interoperability
* Improved user experience
* Advanced DeFi integrations
* Expanded market data sources

### Contributing

Omega Terminal is an open-source project. Contributions are welcome! Please refer to the project repository for contribution guidelines.

### License

This project is licensed under the MIT License - see the LICENSE file for details.


---

# 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://omega-6.gitbook.io/omega/omega-terminal.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.
