> ## 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.

# Trader guide

> Connect a wallet and buy, sell, or swap NFTs in each Wemog market phase.

You can buy, sell, and swap collection NFTs from a Wemog launch page. The available actions depend on whether the collection is in the bonding or Gacha phase.

## Connect and sign in

<Steps>
  <Step title="Connect your wallet">
    Connect a wallet from the site header.
  </Step>

  <Step title="Sign in">
    Complete sign-in with that wallet. Verify your email when prompted.
  </Step>

  <Step title="Check the network">
    Switch to the collection's network. Keep enough native token for the quoted payment and network gas.
  </Step>
</Steps>

The wallet connected to the page must match the wallet you used to sign in.

## Buy during bonding

During bonding, you choose the exact NFTs you receive.

<Steps>
  <Step title="Select Buy">
    Open the collection page and select **Buy**.
  </Step>

  <Step title="Choose NFTs">
    Choose one or more available NFT cards. You can select up to 10.
  </Step>

  <Step title="Review the quote">
    Check the market price, protocol fee, maximum payment, and slippage setting.
  </Step>

  <Step title="Confirm the purchase">
    Select **Buy**, review the wallet prompt, and confirm.
  </Step>
</Steps>

The transaction buys all selected NFTs or none of them. The contract prices a batch sequentially, so later NFTs in the same purchase cost more than the first.

Another trade can move the price or take a selected ID before your transaction confirms. Your maximum payment protects you from price movement beyond your slippage tolerance. The transaction reverts if the price moves too far or an NFT is no longer available. A reverted transaction can still cost gas.

## Buy after graduation

After graduation, the collection uses the Gacha market. You choose the number of NFTs, not their token IDs.

<Steps>
  <Step title="Choose a draw count">
    Select **Buy**, then choose between 1 and 10 NFTs.
  </Step>

  <Step title="Review the order">
    Check the market price, protocol fee, VRF fee, and maximum payment.
  </Step>

  <Step title="Confirm and wait">
    Confirm the order in your wallet. Wait for Chainlink VRF to fulfill the request and deliver the random NFTs.
  </Step>
</Steps>

The preview grid shows possible pulls only. Its order does not affect your odds, and selecting a preview does not select that NFT.

A batch uses one randomness request, so one VRF fee covers every NFT in that order. Market prices still advance once per NFT.

## Sell NFTs

Selling works in either market phase:

1. Select **Sell** on the collection page.
2. Choose NFTs from **Your NFTs**.
3. Review the market price, protocol fee, minimum received, and slippage.
4. Confirm the transaction or transactions in your wallet.

The first sale to a market contract can require an approval transaction before the sale. Expect two wallet confirmations the first time.

The contract prices a batch sell sequentially. Each NFT added to the pool lowers the next sell value, so the combined payout is lower than the first quote multiplied by the quantity. The quoted minimum protects you if the market moves before confirmation.

Selling returns each NFT's token ID to market inventory. Traits and rarity do not change the Wemog market payout.

## Swap NFTs

Open the collection's **Swap** view.

<Tabs>
  <Tab title="During bonding">
    1. Choose up to five NFTs from **Your NFTs**.
    2. Choose the same number of exact NFTs from the pool.
    3. Review the one-to-one pairs and fixed swap fee.
    4. Approve the market if prompted, then confirm the swap.

    These swaps do not change the curve's sold count or market price.
  </Tab>

  <Tab title="After graduation">
    1. Choose up to five NFTs from **Your NFTs**.
    2. Review the swap fee and live VRF fee.
    3. Confirm the order.
    4. Wait for VRF to deliver the same number of random replacements.

    You cannot choose the replacement IDs in the Gacha phase.
  </Tab>
</Tabs>

## Understand transaction status

* **Confirm in wallet:** Wemog is waiting for you to approve or reject the wallet request.
* **Confirming:** The transaction was submitted and is waiting for network confirmation.
* **Gacha order confirmed:** The order is onchain, but random fulfillment can still be pending.
* **Transaction reverted:** The action did not complete. You may still have paid gas.

If wallet ownership appears stale, refresh after the indexer catches up. The interface can temporarily show platform-tracked ownership when its external ownership provider is unavailable. Onchain ownership remains authoritative.

Before you trade, read [fees, pricing, and graduation](/docs-copied/fees-pricing-and-graduation) and [safety and FAQ](/docs-copied/safety-and-faq).
