> For the complete documentation index, see [llms.txt](https://docs.rh.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rh.fun/for-developers/trading-coins/after-graduation-stage-trading.md).

# After Graduation Stage Trading

This guide covers trading after a coin has migrated from Bonding Curve stage to DEX stage.

## DEX Stage

In the current deployment, graduation migrates liquidity to a Uniswap V2 pool on Robinhood Chain.

This page reflects the current Robinhood Chain deployment path.

Integrators can trade post-migration either:

* directly through the configured V2 router path, or
* through `RHFactoryTradeHelper` DEX methods (`dexBuyWithEth` / `dexSellForEth`).

## Stage Detection

A practical migration boundary is the factory event:

* `V2Migrated`

After this event, the market is considered in DEX stage.
