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

# DEX CLI

> Command-line interface for Morpheum chain operations—usage lives in the morpheum-cli repository

## Overview

The **Morpheum CLI** is a thin wrapper around [`morpheum-sdk`](https://github.com/morpheum-labs/morpheum-sdk) for keys, transactions, registry queries, and cross-chain bank flows. Install, build flags, and every command are documented upstream.

## Usage

All usage—including quick start, key management, deposits and withdrawals, and registry queries—is maintained in the official repository:

**[github.com/morpheum-labs/morpheum-cli](https://github.com/morpheum-labs/morpheum-cli)**

Start with the repo **[README](https://github.com/morpheum-labs/morpheum-cli/blob/main/README.md)** and **[architecture.md](https://github.com/morpheum-labs/morpheum-cli/blob/main/architecture.md)** for how the CLI layers on the SDK and signing stack.

## Related

* **[SDK](/sdk)** — Rust and TypeScript SDKs, MWVM, and integration surfaces.
* **[Node CLI](/node/cli)** — validator and node operator commands.
