# Commands

This is a comprehensive list of commands available in the Omega Terminal. Type `help` in the terminal to see this list dynamically.

## 🟢 Basic Commands

* `help` — Show available commands.
* `clear` — Clear the terminal screen.
* `status` — Show system status (version, network, wallet).
* `theme` — Change or list available color themes.
* `view` — Switch between `basic` and `futuristic` UI modes.

## 💰 Wallet & Transaction

* `connect` — Connect a browser wallet (MetaMask/Phantom).
* `disconnect` — Disconnect the current wallet.
* `balance` — Show wallet balance commands.
* `send` — Send tokens to another address.
* `address` — Show your current wallet address.

## ⛏ Mining & Faucet

* `mine` — Start the automated mining process.
* `stop` — Stop the mining process.
* `claim` — Claim your mining rewards.
* `faucet` — Request testnet tokens from the faucet.
* `stats` — View global mining statistics.

## 🤖 AI & ChainGPT

* `ai [query]` — Ask the AI assistant a question.
* `audit [code]` — Audit a smart contract snippet.
* `gen [prompt]` — Generate code or content.
* `imagine [prompt]` — Generate an image/NFT.

## 📈 Market & DeFi

* `price [token]` — Get the current price of a token.
* `chart [symbol]` — Open a trading chart.
* `swap [amount] [tokenA] [tokenB]` — Initiate a token swap.
* `quote [tokenA] [tokenB]` — Get a swap quote.
* `trending` — Show trending tokens on DexScreener.

## 🎮 Entertainment

* `game [name]` — Launch a game (e.g., `game snake`).
* `spotify` — Control music playback.
* `matrix` — Enable the matrix screensaver effect.

{% hint style="info" %}
Some commands may require specific provider configurations or API keys.
{% endhint %}


---

# 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-terminal-1/commands.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.
