# Trading Coins

This guide covers how to trade coins created through **Basememe** **Factory** on both Bonding Curve stage and Post graduation stage.

During Bonding Curve stage Coins trading happens through **Basememe** **Factory** contract whereas after graduated, coins trading will move to Liquidity pool (DEX). Check detailed info about trading in both stage below:

* [Bonding Curve Stage Trading](/for-developers/trading-coins/bonding-curve-stage-trading.md)
* [Factory Trade Helper (ETH In / ETH Out)](/for-developers/trading-coins/factory-trade-helper.md)
* [After Graduation Stage Trading](/for-developers/trading-coins/after-graduation-stage-trading.md)


---

# 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://docs.base.meme/for-developers/trading-coins.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.
