# AeX402 v0.12.0

> Released 2026-07-29

Launchpad comes to the CLI, graduated coins become tradable in one keystroke,
and the DEX terminal gets a third smaller.

## Launchpad, from the terminal

- **`aex rh launches`** — the live launchpad table on Robinhood Chain, straight in your shell.
- **`aex rh info <ticker>`** — curve state, tokens sold, and where a coin is on its way to graduating.
- **`aex rh create`** — launch a coin without touching a web form. `--base` and `--slope` set the curve.
- **`aex rh buy` / `aex rh sell`** — trade the bonding curve directly.
- **`aex rh send`** — native EIP-1559 transfers on Robinhood Chain, no external wallet needed.

**Decimals are detected, not declared.** The CLI reads the sale token's own
metadata on-chain, so `--decimals` is gone. Getting it wrong used to mean an
order off by a factor of a thousand.

## Graduated coins are tradable

- **One-click buy of a graduated coin** against its live AMM pool — end to end, from the feed.
- **Graduated coins flip to a live-AMM view** in both the feed and the trenches detail pane, instead of continuing to show a curve that no longer prices them.
- **Slippage protection is computed, not guessed.** Buys derive a safe minimum-out from the pool's actual reserves rather than accepting whatever comes back.

## Bridge

- **Bridging into Robinhood Chain** is now a real feature of the terminal rather than a hand-run script.

## Trenches

- **Expired presales are dropped** instead of being mis-filed as bonded — they were showing up as launches you could still buy into.
- **Countdowns show minutes under an hour**, so "58m" no longer rounds to "0h".

## Faster to load

- **The terminal is 67% smaller — 5.0 MB down to 1.7 MB.** The WebAssembly build was
  emitting explicit zero-filled data instead of relying on memory being zero
  already; packing it changes nothing about behaviour and everything about how
  long the page takes to start.

## Honesty fixes

- **The agent stopped describing a retired contract as a live AMM.** It was
  confidently naming an address that no longer held the pool.
- Order-book column headers now paint before the pool loads, so the classic
  panel no longer looks broken for the first second.

---

Install or upgrade:

```sh
curl -fsSL https://aex402.com/install.sh | sh
```

Downloads and checksums for all six platforms are at
<https://aex402.com/releases/v0.12.0/>. The manifest is signed with an offline
key; the installer verifies it and refuses anything it cannot check.
