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

# Fees, pricing, and graduation

> Understand Wemog launch tiers, trading fees, batch pricing, slippage, and graduation.

This page explains what you pay and how the built-in market calculates prices. Always verify the live values in the Wemog interface and wallet prompt before you sign.

## Launch tiers

Wemog supports six fixed collection sizes. The factory's current default tiers are:

| Collection size | Launch fee | First gross buy price | Graduation target | Approximate liquidity at graduation |
| --------------: | ---------: | --------------------: | ----------------: | ----------------------------------: |
|             100 |  0.002 ETH |          0.021227 ETH |           51 sold |                             \~2 ETH |
|             200 |  0.005 ETH |           0.01644 ETH |          102 sold |                             \~3 ETH |
|             500 |   0.01 ETH |          0.013952 ETH |          255 sold |                             \~6 ETH |
|           1,000 |   0.02 ETH |          0.011925 ETH |          510 sold |                            \~10 ETH |
|           5,000 |  0.035 ETH |           0.00748 ETH |        2,550 sold |                            \~30 ETH |
|          10,000 |   0.05 ETH |          0.006471 ETH |        5,100 sold |                            \~50 ETH |

The protocol can add or update tiers for future launchpads. Creating a launchpad snapshots its tier economics. Later tier changes do not alter that launchpad's starting price, curve shape, or graduation target.

You pay the launch fee when you create the launchpad. Network gas is separate. Activation has no separate launch fee, but you must pay for an optional creator-first purchase.

## Trading fees

The factory's current defaults for new launches are:

* **Buy and sell fee:** 5% of the calculated market price.
* **NFT swap fee:** 0.002 ETH per NFT.
* **Creator share:** 25% of each trading or swap fee.
* **Protocol share:** 75% of each trading or swap fee.

The contract copies these settings into a collection when its market contracts activate. Always use the live quote for that collection.

Network gas is separate from displayed market and protocol fees.

## Gacha randomness fee

Gacha buys and swaps include a live Chainlink VRF fee. This fee pays for the verifiable randomness request and appears separately in the trade ticket.

A batch of up to 10 buys or up to 5 swaps uses one VRF request. The batch pays one randomness fee instead of one fee per NFT.

## How bonding prices move

The market uses a collection-level bonding curve:

* A buy removes one NFT from market inventory and moves the next price up.
* A sell adds one NFT back to market inventory and moves the next price down.
* A swap replaces one available ID with another. It does not change the sold count or curve price.

Artwork and rarity do not affect this price. Every available NFT at the same curve state has the same gross buy price. Every owned NFT accepted by the market has the same gross sell value.

## Batch pricing

A batch does not cost `quantity × current price`.

* During a batch buy, each item moves the curve before the contract prices the next item.
* During a batch sell, each item moves the curve down before the contract prices the next item.
* A batch swap charges the fixed swap fee once per pair.

Wemog requests the exact aggregate quote from the active market and shows it before submission.

## Slippage protection

Prices can change between the time you receive a quote and the time your transaction executes.

For buys, slippage sets a **maximum payment**. For sells, it sets a **minimum received**. If the onchain quote moves outside that limit, the transaction reverts instead of accepting the worse price. A reverted transaction can still cost gas.

## Graduation

Graduation happens when the net sold count reaches the collection's target. The current default tiers use a target equal to 51% of maximum supply.

The counter is net of sells: buying increases it, while selling decreases it. When the target is reached, graduation occurs automatically and cannot be reversed.

The Gacha pool inherits the curve's state and liquidity. Its first market quote continues from the curve instead of starting over.

<Note>
  Defaults can change for future launchpads. The live collection quote and onchain configuration are authoritative.
</Note>
