# Buy & Sell

## Trading on Anoncoin

You can buy and sell coins created on Anoncoin directly through your platform wallet. No external DEX required.

***

## Buying Coins

### How to Buy

1. Navigate to the coin's **detail page**
2. Click **Buy**
3. Enter the **SOL amount** you want to spend
4. Review the estimated coins you'll receive
5. Confirm the purchase

The price you pay depends on the coin's current phase:

* **Bonding curve** - price follows the mathematical curve
* **Post-graduation** - price is determined by the Meteora DAMM pool

***

## Selling Coins

### How to Sell

1. Navigate to the coin's **detail page** (or your portfolio)
2. Click **Sell**
3. Enter the **amount of coins** to sell
4. Review the SOL you'll receive
5. Confirm the sale

***

## Trading Limits

Transaction limits are enforced for security:

| Limit Type                | Purpose                        |
| ------------------------- | ------------------------------ |
| **Per-transaction limit** | Caps on individual trade sizes |
| **Daily trading limit**   | Maximum daily trading volume   |

These limits are primarily **security measures** in case of account compromise.

***

## Fees

Trading fees apply to all buy and sell transactions. The fee structure varies depending on the coin's lifecycle:

* **During bonding curve** - 2% total fee
* **After graduation** - Dynamic fees that decrease with market cap

For a complete breakdown, see [Fees](/platform-mechanics/fees.md).

***

Next → [Coin Creation](/creating-a-coin/coin-creation.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.anoncoin.it/getting-started/buy-and-sell.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.
